body {
	background-image: url('../images/bg.jpg');
	margin: 0px;
	background-color: #C2C5C9;
	background-repeat: repeat-x;
	font-family: trebuchet ms, arial, verdana;
	font-size:13px;
}

img {
	border: 0;
}

.dottedhr {
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}

table { text-align: left; font-size: 13px; }

th {
	background-color: #404040;
	color: #FFFFFF;
}

/* Standard Links */

a:link, a:visited {
	font-style: trebuchet ms, times new roman, arial;
	font-size: 13px;
	color: #CC0505;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

ul li { margin-bottom: 16px; line-height: 18px; }
ol li { margin-bottom: 16px; line-height: 18px; }
p { line-height: 18px; }

h1 {
	font-style: trebuchet ms, times new roman, arial;
	font-size: 18px;
	color: #222C31;
}

h2 {
	font-style: trebuchet ms, times new roman, arial;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-style: arial, tahoma, verdana;
	font-size: 12px;
	color: #CC0505;
	margin-top: 0px;
}

h4 {
	font-style: times new roman, arial, tahoma;
	font-size: 18px;
	color: #222C31;
	font-weight: 100;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	width: 562px;
}

span { color: #CC0505; }


/* Layout Positioning */
 
#ie_center {
	width: 100%;
	margin: 0px center;
	text-align: center;
}
 
#wrapper {
	width: 940px;
	margin: 20px auto;
	text-align:center;
	background-color: #FFFFFF;
	padding-bottom: 24px;
}
	
#header {
	width: 940px;
	height: 124px;
	margin: 0px auto;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

#logo {
	float: left;
	margin-top: 42px;
	margin-left: 48px;
}

#nav {
	float: right;
	margin-top: 86px;
	margin-right: 44px;
}

#nav a:link, #nav a:visited {
	color: #36444D;
	font-size: 12px;
	font-weight: bold;
	font-style: trebuchet ms, arial, times new roman;
	text-decoration: none;
	padding: 6px;
}

#nav a:hover, #nav a:active {
	background-color: #444D4C;
	padding: 6px;
	color: #FFFFFF;
}

#subheader {
	margin: 0px auto;
	width: 870px;
	height: 229px;
	background-image: url('../images/subheader.jpg');
	clear: both;
}

#subnav {
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	height: 24px;
	clear: both;
	background-image: url('../images/subnav.jpg');
}

#productnav {
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/products-bg.jpg');
	clear: both;
	width: 870px;
	height: 119px;
}

#content {
	margin: 24px auto;
	padding-left, padding-right: 24px;
	width: 832px;
	clear: both;
	text-align: left;
}

#left-column {
	float: left;
	width: 570px;
	padding-right: 12px;
	margin-bottom: 20px;
}

#right-column {
	float: right;
	width: 232px;
	padding-left: 8px;
	margin-bottom: 20px;
}

#home-news {
	clear: both;
	width: 832px;
	border-top: 1px solid #CCCCCC;
	margin-top, margin-bottom: 24px;
}

#footer {
	width: 870px;
	height: 197px;
	padding-top: 2px;
	margin: 0px auto;
	background-image: url('../images/footer-bg.jpg');
	clear: both;
	color: #FFFFFF;
}

#footer p {
	text-align: center;
	margin: 12px;
}

#copyright {
	color: #b6c1c6;
	font-style: tahoma, arial, verdana;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: tahoma, arial, verdana;
	font-size: 11px;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#design a:link, #design a:visited {
	color: #b6c1c6;
	font-style: tahoma, arial, verdana;
	font-size: 10px;
	text-decoration: none;
}

#design a:hover, #design a:active {
	color: #FFFFFF;
	text-decoration: none;
}

