/*
	NaturalXanGo.com
	Copyright (c) 2004 CoAd, Timothy Gray
	Template 1 XHTML CSS Selectors
	
	$Version 1.0
	
	- - - - - - - - - - 
	
	CONTENTS:
	1. Common
	2. Header
	3. Navigation
	4. Content
	5. Footer
	6. Shopping
	
*/

/* 1. Common */
a:link { color:#F28500 }
a:hover { color:#4CA0C2 }
a:active { color:#585858 }
a:visited { color:#F28500 }

a.white:link { color: #FFFFFF; text-decoration: none; }
a.white:visited { color: #FFFFFF; text-decoration: none; }
a.white:hover { color: #000000; text-decoration: none; }
a.white:active { color: #000000; text-decoration: none; }

body,td,th {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #585858;
	}

body {
	background-color: #EFFCFD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

h1 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#F28500;
	}

h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#F28500;
	margin-bottom:-15px;
	padding-bottom:0px;
	}

h3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#F28500;
	margin-bottom:-15px;
	}

.subhead {
	color: #F28500;
	font-size: 14px;
	}
	
sup {
	font-size: 6px;
	vertical-align: super;
	}

table { 
	border: 0px solid #CCCCCC;
	}
	
td {
	padding: 10px;
	border-top: 0px solid #CCCCCC;
	line-height:26px;
	}
	
.tableHeader {
	background-color: #999999;
	border: 1px solid #CCCCCC;
	color: #FFFFFF
	}
	
#skeleton {
	width: 755px;
	background-image: url(images/bg_main.gif);
	}
	

/* 2. Header */
#flashHeader {
	width: 750px;
	height: 291px;
	}
	
#nonFlashHeader {
	width: 750px;
	height: 251px;
	background-image:url(images/bg_header.jpg);
	}

#cart {
	position: absolute;
	top: 5px;
	left: 555px;
	}

#checkout {
	position: absolute;
	top: 5px;
	left: 677px;
	}

#mainGraphic {
	position: absolute;
	top: 57px;
	left: 0px;
	width: 750px;
	height: 200px;
	}

#face {
	position: absolute;
	top: 27px;
	left: 454px;
	}
	
	
/* 3. Navigation */
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	}

#nav sup {
	font-size:40%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size: 117%;
	font-weight: bold;
	text-decoration: none;
}
#nav a.navSel {
	font-family: Arial, Helvetica, sans-serif;
	color: #42819A;
	font-size: 117%;
	font-weight: bold;
	text-decoration: none;
}

.images {
	position: absolute;
	top: 200px;
	left: -10px;
	}
	
	
/* 3. Content */	
#center {
	position: relative;
	top: 0px;
	left: 0px;
	}

#content {
	position: relative;
	top: 0px;
	left: 207px;
	width: 510px;
	}

	
#headline {
	position: relative;
	left: -2px;
	}


/* 5. Footer */
.footer {
	position: relative;
	width: 750px;
	height: 23px;
	color:#FFFFFF;
	background-color:#EA8200;
	font-size: 11px;
	}

.copyright {
	position: absolute;
	left: 5px;
	top: 2px;
	text-decoration: none;
	color: #FFFFFF;
	}

.credits {
	position: absolute;
	right: 5px;
	top: 2px;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 2;
	}

.thumb {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	}


/* 6. Shopping */
#shopProductTable {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	}
	
#shopCustomerTable {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	}
	
#shopCustomerTable td {
	font-size: 10px;
	padding: 5px;
	}
	
#shopTitleRow td {
	background-color: #999999;
	border: 1px solid #CCCCCC;
	color: #FFFFFF
	}
	
#shopContainTable {
	border: 0px solid #FFFFFF;
	}
	
#shopContainTable td {
	border: 0px solid #FFFFFF;
	}
	
.error {
	color: #F28500;
	font-weight: bold;
	}