/* 	
All Content hand coded by Sky vs. Ground web design (www.skyvsground.com).
*/

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: bottom;
	list-style: none;
}

html { 
	font: small/0.95em "Arial", Helvetica, Sans-serif; 
	color: #2c3a3d;
}
	
body { 
	position: relative;
	font-size: 1.0em;
	padding: 0 0 0 0;
	margin: 0 auto;
	background: #fff;
	line-height: 1.2em;
}



/* ----------| =Basic Styles |---------- */ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-serif; 
	font-weight: normal;
	background: transparent;
}

h1, h2, h3 { 
	font-size: 1.5em;
	line-height: 1.2em;
	color: #5a2d38;
}

h1 {
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	font-weight:bold;
	font-size:1.2em;
}

h3 { 
	color: #5a2d38;
}

h4 { 
	color: #5a2d38;
}

h4, h5, h6 { 
	font-size: 1.3em;
}

p { 
	margin: 1em 0 1em 0;
	font-size: 14px;
	line-height: 1.2em;
}

ul li {
	padding-left:25px;
	list-style:disc inside;
}

img { 
	border: 0; 
}

a img { 
	border: 0;
}

input {
	padding: 2px;
	font: 11px/1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	border: 1px solid #ccc;
	color: #444;
}

input.submit
input[type="image"] {
	padding: 0;
	background: transparent;
	border: 0;
}

/* ----------| =Link Styles |---------- */ 

a, cite a { 
	color: #5a2d38;
	text-decoration:none;
	border:0 none;
}

a:visited { 
	color: #5a2d38;
}

a:hover { 
	color: #5a2d38;
	text-decoration:underline;
}

ul li a, #top a {
	border:0;
}

/* ----------| =Colors |---------- */

/* 
dark brown: #594400
	
*/ 

/* ----------| =Utilties |---------- */ 

.left { 
	float: left;
}

.right { 
	float: right;
}

.clear { 
	clear: both;
}

.round {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.center { 
	text-align: center;
}

.spacer { 
	margin-top: 15px;
}

.spacer-bottom { 
	margin-bottom: 15px;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block; 
}

.autoclear { 
	display: block; 
}

/* ----------| =Layout and Function |---------- */ 

.wrap {
	width:900px;
	margin:0 auto;
}

.wrap.mid {
	width:100%;
	background:#d5dfda;
}


	/* ----------| =Top |---------- */


#header {
	height:118px;
}

#header #logo {
	float:left;
}

#header #logo strong a {
	display:block;
	text-indent: -9999px;
	height:118px;
	width:138px;
	border:0 none;
	background:transparent url(../images/one2onelogo.png) no-repeat scroll top left;
}

		/* ----------| =Navigation |---------- */

#header #navigation {
	float:right;
	width:410px;
	height:32px;
	margin-top:86px;
	background:transparent;
}

#header #navigation ul {
	margin-left:30px;
}

#header #navigation li {
	float:left;
	margin:0;
	list-style:none;
	font-weight:bold;
	clear:none;
	font-size:14px;
	height:32px;
	margin-right:23px;
	padding:0;
}


#header #navigation li a {
	display:block;
	height:32px;
	color:#2b393c;
	font-weight:bold;
}

#header #navigation li a:hover, #header #navigation li a.active {
	color:#f26400;
	text-decoration:none;
	border-bottom:2px solid #f26400;
}

/* -----------| =Inner secondary Navigation |----------- */ 
	
#nav-primary {
	width:846px;
	background:#d5dfda;
	height:31px;
	list-style:none;
}

ul#nav-primary li {
	float:left;
	padding-left:16px;
	margin-right:3px;
	list-style:none;
	height:31px;
	background:transparent url(../images/navigation-inner/nav-primary-inactive-left.png) no-repeat scroll top left;
}

ul#nav-primary li strong {
	padding-right:16px;
	display:block;
	height:31px;
	background:transparent url(../images/navigation-inner/nav-primary-inactive-right.png) no-repeat scroll top right;
}

ul#nav-primary li strong a {
	display:block;
	line-height:31px;
	color:#fff;
	padding:0 15px;
	font-size:15px;
	background:#5a2d38;
	
}

ul#nav-primary li:hover, ul#nav-primary li.active  {
	background:transparent url(../images/navigation-inner/nav-primary-left.png) no-repeat scroll top left;
}

ul#nav-primary li:hover strong, ul#nav-primary li.active strong {
	background:transparent url(../images/navigation-inner/nav-primary-right.png) no-repeat scroll top right;
}

ul#nav-primary li:hover strong a, ul#nav-primary li.active strong a  {
	background:#f26400;
}

#nav-secondary {
list-style:none;
	clear:both;
height:16px;
padding:10px 10px 10px 31px;
width:805px;
	background:#f26400 url(../images/navigation-inner/secondary-nav-corner.png) no-repeat scroll top right;
}

ul#nav-secondary li {
	float:left;
	padding:0;
	list-style:none;
	margin-right:20px;
}

ul#nav-secondary li strong {
	font-weight:normal;
}

ul#nav-secondary li strong a {
	color:#fff;
}
ul#nav-secondary li strong a:hover {
color:#5a2d38;
}
	/* -----------| =Content |---------- */

#content {
	background:transparent url(../images/content-bottom-bg.png) no-repeat scroll left bottom;
	color:#5A2D38;
	padding:0 0 20px;
}

#content-inner {
	background:#fff;
	padding:20px 20px 20px 31px;
}

		/* ----------| =Mid |---------- */

#mid {
	width:900px;
	padding:0 39px 0 33px;
	margin:0 auto;

}

#sidebar-left {
	float:left;
	width:353px;
	margin-bottom:20px;
}

#sidebar-right {
	float:right;
	width:480px;
}

/* Different width for sub pages content */
#mid.inner-page {
	width:846px;
	padding:30px 0;
}

#mid .callout.left {
	clear:both;
	margin:10px 0;
}

#mid .callout.left.upper {
	margin-top:92px;
}

#mid .callout.right {
	float:right;
	clear:both;
	margin:10px 0;
}

#mid .callout.right.flash {
	width:460px;
	height:368px;
}

#mid h1.heading {
	text-indent:-9999px;
	width:446px;
	float:right;
	margin-top:30px;
	height:67px;
	background:transparent url(../images/one2one-callout-main.png) no-repeat scroll top left;
}

#mid h2.o2o-projects {
	text-indent:-9999px;
	width:106px;
	height:9px;
	clear:both;
	margin: 30px 0 0 43px;
	padding:10px 0;
	background:transparent url(../images/o2o-projects.png) no-repeat scroll top left;
}

#mid .lower-clients {
display:inline-block;
height:70px;
margin:0 0 30px 33px;
width:834px;
}

ul.nav-footer {
	width:900px;
	list-style:none;
	padding:10px 0;
	text-align:center;
	display:inline-block;
}

ul.nav-footer li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

ul.nav-footer a {
	color:#2c3a3d;
	font-weight:bold;
}

ul.nav-footer a:hover {
	text-decoration:underline;
}

div.item {
	clear:both;
	padding:10px 0;
	display:block;
}

	/* -----------| =Footer |----------- */ 

#footer {
	padding:10px 0;
	clear:both;
	position:relative;
	width: 100%;
	display:block;
	background:#fff;
}

#footer p {
	font-size:.9em;
	text-align:center;
}
#mid .lower-projects {
display:inline-block;
height:30px;
margin:5px 0 5px 33px;
width:834px;
}