body {
	margin:0 auto;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../img/layout/header_bg.jpg) repeat-x #333;
	color: #707070;
	text-align: center;
}


/* ----- HEADER ----- */


#header {
width:800px;
height:50px;
}

	#header ul {
	float: right;
	color: #4d4b4b;
	text-transform: uppercase;
	margin-top: 10px;
}
	#header ul li {
		float: left;
		list-style: none;
		margin-right: 20px;
		}
		#header ul li.end {
		float: left;
		list-style: none;
		margin-right: 0px;
		}
		#header ul li a{
		text-decoration: none;
		color: #4d4b4b;
		}
		#header ul li a:hover{
		text-decoration: underscore;
		color: #fff;
		}

#wrapper2 {
	background: #fff;
	width: 100%;
	text-align: center;
	}

#wrapper{
	overflow:auto;
	width: 800px;
	min-width: 800px;
	margin-top: 2px;
	padding-top:10px;
	background-color: #ffffff;
	text-align: left;
	padding-left: 25px;
}

#wrapper_sub{
	overflow:auto;
	width: 1024px;
	min-width: 800px;
	margin-top: 2px;
	padding-top:10px;
	background-color: #ffffff;
	text-align: left;
	padding-left: 25px;
}




/* ----- sidebar ----- */

#sidebar {
	min-height:500px; /* for IE5.x and IE6 */
	float: right;
	width: 290px;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar a{
	color: #518c3f;
	text-decoration: none;
}
#sidebar a:hover{
	color: #ccc;
	text-decoration: none;
}

#sidebar ul li {
	margin: 15px 0px 15px 0px;
	font-weight: bold;
	padding: 15px 0 35px 60px;
}

li#maximizing_usability{
	background: url(../img/layout/maximizing_value.jpg) no-repeat 0 12px;
}

li#adding_value{
	background: url(../img/layout/adding_value.jpg) no-repeat 0 12px;
}

li#customer_ownership{
	background: url(../img/layout/customer_ownership.jpg) no-repeat 0 12px;
}

li#ongoing_service{
	background: url(../img/layout/ongoing_service.jpg) no-repeat 0 12px;
}

li#satisfaction_guaranteed{
	background: url(../img/layout/satisfaction_guaranteed.jpg) no-repeat 0 12px;
}
li#click_sniff_click{
	background: url(../img/layout/click-sniff-click.jpg) no-repeat 0 12px;
}


/* ----- MAIN CONTENT ----- */


#content { 
width: 502px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px;
float: left;
}


#content strong{
	color: #59774f;
	text-decoration: underline;
}
#content a{
	color: #2f5523;
}

#content p{
	color: #333333;
}


#content h2 {
	color: #333333;
	font: 170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ----- MAIN CONTENT SUB PAGES----- */

#content_sub { 
width: 802px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px;
float: left;
}



/* ----- FOOTER ----- */



#footer {
	height:210px;
	color: #FFFFFF;
	min-width: 800px;
	width: 800px;
	text-align: left;
	padding-left: 25px;
	background: url(../../Templates/assets/img/layout/bg_footer.jpg) repeat #333333;
}
#copyright{
	color:  #c2c2c2;
	font-size: 70%;
}
#footer p a{
	color: #c2c2c2;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#footer dl a{
	color: #c2c2c2;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}
#footer a:hover {
	color: #fff;
	}
#footer dl {
	float: left;
	margin: 0;
	padding: 10px 0 5px 0;
	width: 200px;
	background: url(/img/footer-divider.gif) 100% 0 no-repeat;
	min-height: 95px;
	
}

#footer p{
	margin-top: 0px;
}
#footer dd {
	margin: 0;
	padding: 3px 10px;
	font-size: 80%;
}

#footer dd a {
	text-decoration:underline;
	padding-bottom: 1px;
}


#footer dt {
	font-size: 100%;
	padding: 0 10px;
	color: #c2c2c2;
}

#right_footer {
float:right;
}
#footer dt{
text-transform:uppercase;
}

#left_footer{
	font-size: 85%;
	padding-top: 8px;
}

/* ----- other ----- */

.small {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.small a {
	color: #707070;
}

@media screen {
	
	h2.ico_arrow {
	background: transparent url(../../graphics/icons/icons/arrow.png) no-repeat 2px center; /* image width is 13px*/
	}
}

a.ico_email {
	background: transparent url(../../graphics/icons/ico_envelope.gif) no-repeat 2px center;
	padding-left: 22px; /* image width is 13px*/
}

a.ico_secure {
	background: transparent url(../../graphics/icons/ico_secure.gif) no-repeat 2px center;
	padding-left: 18px; /* image width is 13px*/
}

a.ico_external  {
	background: transparent url(../../graphics/icons/ico_external_link.gif) no-repeat 2px center;
	padding-left: 23px; /* image width is 13px*/
}


a.newwin  {
	background: transparent url(../../graphics/icons/ico_newwin.gif) no-repeat 2px center;
	padding-left: 20px; /* image width is 18px*/
}

a.ico_pdf {
	padding-left: 22px; /* image width is 13px*/
	background-color: transparent;
	background-image: url(../../graphics/icons/ico_pdf_inline_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
