/* copyright 2004 USBMIS, INC. */

body {
	margin:0px;
	padding: 0 0 50px 0;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color: #333;
	background:#eee url("images/bodybg.jpg") repeat-x;
	}

/* Main divs */

#frame {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	background:#fff url("images/header.gif") no-repeat;
	}

#header {
	width:740px;
	margin-bottom:0px;
	padding-bottom:0px;
	}


#nav {
	width:740px;
	margin:0px;
	padding:87px 0 10px 0px !important;
	padding:87px 0 12px 0px;
	background:transparent;
	text-align:center;
	}

#image {
	width:739px;
	text-align:right;
	margin-top:0px !important;
	margin-top:-2px;
	margin-bottom:0px !important;
	margin-bottom:-6px;
	border-left:1px solid #c0c0c0;
	}

#subNav {
	float:left;
	width:165px;
	text-align:left;
	padding-top:10px;
	}

#content {
	margin-top:0px;
	padding:5px 20px 95px 194px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	background:transparent;
	}

#content2 {
	margin-top:0px;
	padding:1px 0 95px 0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	background:transparent;
	}

#content3 {
	margin-top:0px;
	padding:1px 1px 1px 194px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	background:transparent;
	}

#footer, #footer2 {
	width:738px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background:#4E6681;
	}

* html #footer {
	width:738px;
	margin-left:2px;
	}

.select {
	margin-top:50px;
	margin-bottom:50px;
	}

#login {
	background:#eee;
	border-left:1px solid #F0ECEC;
	border-top:1px solid #F0ECEC;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	text-align:center;
	padding:5px 0px 10px 0px;
	}



/* Paragraphs */
.intro {
	font-size:11px;
	font-weight:normal;
	color:#486688;
	margin-top:0px !important;
	padding-top:10px !important;
	margin-top:-35px;
	padding-top:25px;
	}

#content p {
	line-height:18px;
	}

#footer p, #footer2 p {
	text-align:center;
	font-size:10px;
	padding:10px 0 10px 0;
	margin:0 0px 0px 0px;
	border-top:3px solid #EEEEEE;
	color:#eee;
	}

strong {
	font-weight:bold;
	color:#486688;
	}

.quote {
	font-family:georgia,times new roman,times,serif;
	font-size:13px;
	font-weight:normal;
	font-style:oblique;
	padding:0 100px 15px 0;
	color:#444;
	}

.quoteb {
	font-family:georgia,times new roman,times,serif;
	font-size:13px;
	font-weight:normal;
	font-style:oblique;
	padding:0 75px 15px 50px;
	color:#444;
	}

.user {
	font-family:Verdana, Arial, sans-serif;
	color:#892626;
	font-size:11px;
	font-style:normal;
	}
	

/* Lists */

#nav ul{
	margin:0px;
	padding:0px;
	display:inline;
	text-align:center;
	} 

#nav li {
	margin:0 -2px;
	padding: 0px;
	list-style:none;
	display:inline;
	text-align:center;
	}

#subNav ul{
	margin:0px;
	padding:0 0 0 15px;
	} 

#subNav li {
	margin-left: 0;
	padding: 4px 15px;
	padding-left:6px;
	list-style: none;
	}

#content ul{
	margin:0px;
	padding:0px;
	line-height:18px;
	list-style:circle;
	} 

#content ol{
	margin:0px;
	padding-left:10px;
	line-height:18px;
	} 

#content li {
	margin-left: 20px;
	padding: 0px 10px 4px 3px;
	}

/* Links */

#nav a:link, #nav a:visited, #nav a:hover {
	font-size:10px;
	text-transform:uppercase;
	color:#F4F4F5;
	text-decoration:none;
	padding:6px 10px;
	}

#content a:link, #content a:visited {
	color:#3F6999;
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
	}

#content a:hover {
	color:#892626;
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
	}

#subNav a:link, #subNav a:visited {
	font-size:12px;
	color:#3F6DA1;
	text-decoration:none;
	}

#subNav a:hover {
	font-size:12px;
	color:#892626;
	text-decoration:none;
	}

.select a:link, .select a:visited {
	text-decoration:none;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	padding:2px 20px;
	}

.select a:hover {
	text-decoration:none;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	padding:2px 20px;
	}



/* Headers */
h1 {
	font-family:georgia,times new roman,times,serif;
	font-size:22px;
	color:#892626;
	font-weight:normal;
	}

h2 {
	font-family:georgia,times new roman,times,serif;
	font-size:18px;
	color:#892626;
	font-weight:normal;
	}

h3 {
	font-family:georgia,times new roman,times,serif;
	font-size:13px;
	color:#39506B;
	font-weight:normal;
	margin-bottom:-5px;
	padding-top:15px;
	}

h4 {
	font-family:georgia,times new roman,times,serif;
	font-size:15px;
	color:#39506B;
	font-weight:normal;
	}



/* Images */
.thumb {
	float:left;
	margin:3px 7px 0 0;
	padding:2px;
	border:1px solid #c2c2c2;
	}

.thumb2 {
	float:right;
	margin:3px 5px 4px 7px;
	padding:2px;
	border:1px solid #c2c2c2;
	}

.thumb3 {
	float:left;
	margin:3px 20px 0 0;
	padding:2px;
	border:none;
	}

.divider {
	padding:25px 0px 20px 0px;
	}

.border {
	padding:2px;
	border:1px solid #c2c2c2;
	}

/* Spans */

.small {
	font-size:10px;
	color:#888;
	}

/* BUTTONS */

.button {
	background:#ddd;
	color:#892626;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	padding:3px 50px;
	margin:10px 0 25px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	}

.button2 {
	background:#ddd;
	color:#892626;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	padding:3px 25px;
	margin:35px 0 50px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	}


/* NAVIGATION 

.home {
	background:#9D5F46;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.products {
	background:#33937A;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	border-right:2px solid #eee;
	}*/

.home a:link, .home a:visited {
	background:#742E28;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.home a:hover {
	background:#666 url("./images/hover_home.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.products a:link, .products a:visited {
	background:#996634;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.products a:hover {
	background:#666 url("./images/hover_products.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.about a:link, .about a:visited {
	background:#837745;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.about a:hover {
	background:#666 url("./images/hover_about.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.store a:link, .store a:visited {
	background:#707B76;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.store a:hover {
	background:#666 url("./images/hover_store.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.support a:link, .support a:visited {
	background:#3D7589;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.support a:hover {
	background:#666 url("./images/hover_support.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	}

.account a:link, .account a:visited {
	background:#742E28;
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	border-right:2px solid #eee;
	}

.account a:hover {
	background:#666 url("./images/hover_account.gif");
	border-left:2px solid #eee;
	border-top:2px solid #eee;
	border-right:2px solid #eee;
	}

.choicebox {
	width:250px;
	float:left;
	background-color:#f0f0f0;
	padding:3px 5px 5px 0px;
	}	

.choice {
	width:50px;
	background:transparent;
	float:left;
	text-align:center;
	}

.centerp {
	text-align:center;
	}
