/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

body {
	background-color:#d4d2d5;
	margin:25px;
}

img {
	display:block;
}

#container {
	width:800px;
	margin:0px auto;
}

#header_left {
	width:447px;
	float:left;
}

#header_left img {
	float:left;
}

#header_right {
	float:right;
}

#content {
	width:800px;
	background-color:#ffffff;
	background-image:url(images/background_09.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#content .padding_offset {
	margin-left:32px;
}

#page_content {
	width:732px;
	margin-left:32px;
}

#page_content a {
	color:#ffffff;
	text-decoration:underline;
}

#page_content a:hover {
	color:#CCCCCC;
}

#page_content p {
	font-size:1.1em;
	line-height:150%;
	padding:5px 15px 15px 15px;
	color:#ffffff;
}

#page_content p.references {
	font-size:9px;
}

#page_content p.list_desc {
	padding-bottom:0px;
}

#page_content p.caption {
	width:225px;
	margin:0;
	padding:0;
	margin-right:15px;
	float:right;
	line-height:115%;
	font-size:10px;
	text-align:right;
}

#page_content h1 {
	font-size:1.2em;
	padding:0px 15px;
	color:#ffffff;
	text-transform:uppercase;
}

#page_content ul {
	list-style:square;
	font-size:1.1em;
	line-height:150%;
	color:#ffffff;
	margin:5px 15px 15px 30px;
}

#page_content li.sub {
	margin-left:25px;
}

#page_content hr {
	width:702px;
	height:0px;
	border-top:1px solid #d1c5b5;
	clear:both;
	margin:0px 15px;
	text-align:left;
}

.column_left, #cover_systems_content {
	width:432px;
	min-height:250px;
	_height:250px;
	float:left;
}

.column_right, #cover_systems_photo {
	width:300px;
	min-height:250px;
	_height:250px;
	float:right;
}

.column_right img, #cover_systems_photo img {
	float:right;
}

.column_right img.photo, #cover_systems_photo img.photo {
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	border:1px solid #ffffff;
	display:inline;
}

#cover_types {
	width:732px;
	margin-left:32px;
}

#cover_types img {
	float:left;
}

#benefits {
	width:732px;
	margin-left:32px;
}

#benefits img {
	float:left;
}

#benefits_photo {
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
}

#benefits_photo img {
	border:1px solid #ffffff;
}

#home_content {
	width:732px;
	margin-left:32px;
	background-color:#474747;
	background-image:url(images/home-background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#home_content p {
	width:465px;
	font-size:1.1em;
	line-height:150%;
	padding:15px 15px;
	color:#ffffff;
}

#footer_left {
	width:350px;
	float:left;
}

#footer_left img {
	float:left;
}

#search_panel {
	width:121px;
	height:16px;
	background-color:#ffffff;
	background-image:url(images/search-background_12.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

#search_panel input {
	width:100px;
	height:12px;
	border:1px solid #474747;
	margin-left:5px;
	font-size:10px;
}

#footer_right {
	float:right;
}

.clearspace {
	clear:both;
}


#bottom_links {

	padding:0;
	font-size:10px;
	color:#525049;
	margin-left:77px;
}

#bottom_links a {
	color:#525049;
	text-decoration:none;
	}
	
#bottom_links a:hover {
	text-decoration:underline;
	}		
	
#bottom_links font {
	text-align:right;
	font-size:10px;
	color:#525049;
	}	