/*********************************************************************
   Style Sheet for Captor Corporation
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background:#999 url(images/topbg.gif) repeat-x top left;
	}
	
img {
	border:0;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	margin:auto;
	width:780px;
	background:#FFF;
	}
	
/* Main Navigation Bar
-------------------------------------------------------------------- */
#nav {
	margin:0;
	padding:0;
	height:24px;
	list-style:none;
	background:#F33 url(images/navbg.gif) repeat-x top left;
	}
	
#nav li {
    float:left;
	display:block;
	margin:0;
    padding:0;
    line-height:normal;
	border-right:2px solid #900;
	text-transform:uppercase;
	}
	
#nav a {
	float:left;
    display:block;
	height:20px;
	margin:0;
	padding:4px 15px 0px 15px;
	text-align:center;
    white-space:nowrap;
	}
	
#nav a:hover {
	background:#000 url(images/navbg-on.gif) repeat-x top left;
	}
	
#nav .last {
	border-right:0;
	}
	
#nav .last a {
	padding-right:17px;
	}
	
/* Main Navigation Links
-------------------------------------------------------------------- */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#FFF;
	text-decoration:none;
	}

/* Body
-------------------------------------------------------------------- */
#body {
	margin:0px 20px 20px 20px;
	padding:0;
	font-size:11px;
	text-align:left;
	}
	
/* Body Content
-------------------------------------------------------------------- */
#content, #terms {
	margin:0;
	padding:15px 0px;
	float:left;
	width:510px;
	}
	
#content h1, #terms h1 {
	margin:14px 0 10px 0;
	padding:0;
	font-size:16px;
	color:#F33;
	}
	
#content h2, #terms h2 {
	margin:12px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	}
	
#content .headinglist {
	margin:0 0 20px 5px;
	font-size:13px;
	font-weight:bold;
	}
	
#content li {
	padding:1px 0px 1px 18px;
	list-style-type:none;
	background:url(images/arrow3.gif) left 7px no-repeat;
	}
	
#content ul li ul li {
	margin-left:10px;
	padding:0;
	list-style-type:disc;
	background:none;
	}
	
.headinglist li {
	padding:3px 0px 3px 18px;
	list-style-type:none;
	background:url(images/arrow2.gif) left center no-repeat;
	}
	
#content ul {
	margin:5px 20px;
	}
	
#content p, #terms p {
	margin:5px 0 15px 0;
	}
	
#content .contacts li {
	list-style-type:none;
	background:none;
	}
#content .contacts div {
	margin-left:20px;
	}
	
#content .contacts p {
	margin:0 0 30px 100px;
	}
	
#content .contacts img {
	float:left;
	margin-top:5px;
	}
	
/* Products
-------------------------------------------------------------------- */
#productlist {
	float:left;
	width:250px;
	}
	
#productimage {
	float:left;
	margin:20px 0 0 0;
	}
	
.prodimg {
	margin-top:12px;
	}
	
/* Terms and Conditions
-------------------------------------------------------------------- */
ol li, ol li ol li {
	margin:8px 0px 8px 20px;
	}
	
ol li ol {
	list-style-type:lower-alpha;
	}
	
ol li ol li ol {
	list-style-type:lower-roman;
	}
	
/* Body Links
-------------------------------------------------------------------- */
#body a:link {
	color:#F33;
	text-decoration:underline;
	}

#body a:visited {
	color:#777;
	text-decoration:underline;
	}
	
#body a:hover {
	color:#F33;
	text-decoration:none;
	}
	
#body a:active {
	color:#F33;
	text-decoration:underline;
	}
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	margin-top:15px;
	float:right;
	width:194px;
	font-size:9px;
	color:#666;
	line-height:160%;
	}
	
#sidebar h1 {
	font-size:13px;
	color:#F33;
	margin:20px 0px 6px 0px;
	border-bottom:2px solid #D9D9D9;
	}
	
#sidebar p {
	margin:0px 0px 4px 0px;
	}
	
#sidebar ul {
	margin:4px 0px 4px 16px;
	}
	
/* Gallery
-------------------------------------------------------------------- */
#gallery img:hover {
	border:2px solid #999999;
	}
	
#gallery img {
	border:2px solid #FFFFFF;
	}
	
/* Footer
-------------------------------------------------------------------- */
#foot {
	margin:0;
	padding:0;
	clear:both;
	height:50px;
	background-color:#000;
	font-size:9px;
	}
	
#footnav {
    float:left;
	margin:0;
	padding:18px;
	}
	
#footnav li {
	display:inline;
	margin:0;
	padding:12px;
	background:url(images/arrow.gif) left center no-repeat;
	}
	
/* Footer Navigation Links
-------------------------------------------------------------------- */
#foot a:link {
	color:#FFF;
	text-decoration:none;
	}
	
#foot a:visited {
	color:#999;
	text-decoration:none;
	}

#foot a:hover {
	color:#F33;
	text-decoration:none;
	}

#foot a:active {
	color:#F33;
	text-decoration:none;
	}
	
/* Copyright
-------------------------------------------------------------------- */
#copyright {
	float:right;
	text-align:right;
	margin:6px;
	padding-right:18px;
	line-height:normal;
	color:#CCC;
	}