@charset "UTF-8";
/* CSS Document */

body {
	background:#494b57;
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:19px;
}

body#homebody {
	background:url(../img/home_bg.gif) repeat-x #494B57;
}

body#aboutbody {
	background:url(../img/about_bg.gif) repeat-x #494B57;
}

body#mainbody {
	background:url(../img/main_bg.gif) repeat-x #494B57;
}

body#detailbody {
	background:url(../img/detail_bg.gif) repeat-x #494B57;
}

h1 {
	margin:0 0 12px 0;
	padding:0px;
	color:#344EA0;
	font-size:18px;
	font-weight:normal;
}

h2 {
	margin:0 0 12px 0;
	padding:0px;
	color:#344EA0;
	font-size:14px;
	font-weight:bold;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 8px 0;
}

a {
	color:#344EA0;
	text-decoration:underline;
}

a:hover {
	color:#4767cf;
}

#page {
	width:960px;
	margin:auto;
	background:#FFFFFF;
}

#utilitynav {
	background:url(../img/utilitynav_bg.jpg) repeat-x;
	width:320px;
	height:49px;
	float:right;
	text-align:center;
	padding:14px 0 0;
	font-weight:bold;
	color:#344EA0;
}

#utilitynav a {
	text-decoration:none;
}

#utilitynav a:hover {
	text-decoration:underline;
}

#clearit {
	clear:both;
}

#homepagecontent {
	width:515px;
	margin:44px 0 50px 73px;
}

#productpagecontent {
	margin:44px 0 50px 73px;
}

#productpagecontent img {
	float:right;
}

#detailpagecontent {
/*	width:515px;*/
	margin:44px 100px 50px 248px;
}

#sidebarcasestudy {
	width:303px;
	float:right;
	background:url(../img/sidebar_bg.jpg) repeat-x;
	margin:27px 0 0 0;
	padding:21px 0 0 17px;
}

#sidebarcasestudy img {
	margin:0 0 15px -17px;
}

#sidebar {
	width:303px;
	float:right;
	margin:27px 0 0 0;
	padding:0px 0 0 17px;
}

#sidebardetail {
	width:303px;
	float:right;
	margin:75px 0 20px 30px;
	padding:0px 0 0 17px;
}

#sidebar img {
	margin:0 0 15px -17px;
}

#sidebardetail img {
	margin:0 0 15px -17px;
}

#productcolumn {
	width:165px;
	float:left;
	background:url(../img/detail_productcolumn_bg.jpg) repeat-x;
	margin-top:45px;
	padding:17px 0 0 26px;
}

.caption {
	text-align:center;
	font-size:11px;
	font-style:italic;
}

#topnav {
	background:#354ea1;
	width:452px;
	height:38px;
	float:right;
	margin:-38px 0 0 0;
	padding: 0;
}

#topnav ul {
	padding: 0;
	margin: 0;
	background-color: #354ea1;
	color: White;
	float: left;
	width: 100%;
}

#topnav ul li {
	display: inline;
	padding:0;
	margin:0;
}

#topnav ul li a {
/*	padding: 0.2em 1em;
*/	background-color: #354ea1;
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
}

#topnav ul li a:hover {
	background-color: #4767cf;
}

#mainnav {
	margin:0;
	padding:0;
}

#headerimage {
	margin: 0;
}

.staff {
	margin: 0 0 50px 0;
}

.staff img {
	float:left;
	margin:0 30px 0 0;
}

#quoteform {
	width:280px;
	text-align:right;
}

#footer {
	width:100%;
	text-align:center;
	font-size:10px;
	line-height:14px;
	color:#CCCCCC;
	padding:8px 0 165px 0;
	background: #494B57 url(../img/footer_bg.jpg) repeat-x;
}

#footer a {
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
}
