/* CSS Document - SCREEN */

. {	margin: 0;
	padding: 0;
}

body {
	behavior: url("csshover2.htc");
	font-family: Century Gothic, "Lucida sans", Georgia, Arial, Helvetica, sans-serif;
	font-size: 80%; /*sets 1em to 12px equivalent */
	color: #222;
	background-color: #eee;
}

/* = WRAPPER */

#wrapper {
	width: 960px;
	background-color: #dde;
	border: 1px solid #020;
	margin-left:auto;
	margin-right: auto;
/*	_margin: 10px 0px 0px -5px;
*/}

/* HEADER */

#header {
	background-image: url(../images/duck.png);
	background-repeat: no-repeat;
	background-color:#000032;
	width: 100%;
	height: 152px;
	margin-left: 0px;
}

/* = NAVIGATION */

#navigation {
	position: absolute;
	margin-top: 120px;
	background-image: url(../images/nav_bar.png);
	background-repeat: repeat-x;
	width: 920px; 
	height: 30px;
	padding-right: 40px; 
	font-size: 1.6em; 
	text-align: left; 
	font-weight: bold;
	z-index: 20;
	background-color:#FFF;
	border: solid 1px #fff;

}

#menu li {
	float: right; 
	display: block;
	padding: 0px 0; 
	list-style: none;
}

#menu ul li {
	clear: none;
	float: none; 
	width: auto; 
	/*_display: inline;*/ 
	height: 0px;
}


#menu li a {
	display: block; 
	_float:left; 
	_clear: left; 
	margin-top: -20px;
	.margin-top: 0;
	text-decoration: none;
	padding: 2px 11px 4px 12px; 
	color: #eef;
}


#menu li a:hover, #menu li ul a:hover {
	color: #5cf; 
}

/*BODY TABS*/

#home #home_nav a,
#profile #profile_nav a,
#why_submit #why_submit_nav a,
#seo #seo_nav a,
#links #links_nav a,
#submit #submit_nav a,
#contact #contact_nav a{
	color: #5cf;
}


/*CONTENT*/

#content {
	position: relative;
	float:left;
	margin: 10px 0 0 0;
	width: 99%;
	text-align: left;
	font-size: 1.2em;
	color: #222;
	padding: 0 10px;
}

#content p,
#content a{
	padding: 0 10px;
}

#content ul li{
	display: block;
}

.boldtext{
	color: #ddd;
}

#content-left  {
	float: left;
	width: auto;
	z-index: 20;
}
#content-right {
	color: #ddd;
	float: right;
	width: 580px;
	z-index: 20;
}

#story {
	width: 340px;
	color: #190;
	font-size: 1.2em;
	z-index: 20;
	font-family:Arial, Helvetica, sans-serif;
}
#profile_box {
	width: 454px;
}

#products #content-right {
	width: 700px;
}

#contact #content-right {
	width: 600px;
}

.product {
	background-color: #fff;
	color:#111;
}

.product tr a{
	font-size: 1.2em;
	color:#030;
	font-weight: bold;
	text-decoration:underline;
}

.product a:hover {
	color:#6c0;
}

.product img {
	float: left;
	margin-right: 15px;
}

.product td {
	padding: 20px 10px;
}

h1 	{
	font-size: 2.0em;
}
h2 	{
	font-size: 1.6em;
}
h3	{
	font-size: 1.2em;
}
h4	{
	font-size: 1.2em;
	font-weight: bold;
}

a:link, a:visited {
	color: #00e;
	text-decoration:underline;
}

a:hover {
	color: #669;
}

.float-left  {
	float: left;
	margin-right: 15px;
	/*padding: 10px;*/
}
.float-right {
	float: right;
	margin: 0 3px 0 10px;
	/*padding: 10px;*/
}

.box {
	border: solid 1px #CCFF33;
	margin: 10px;
	padding: 10px;
}

#product-gallery {
	float: left;
	width:460px;
	height: 520px;
	.height: 515px;
	_height: 535px;
	background-color: #fff;
	color:#222;
	font-size: 0.9em;
}

#product-description {
	float: right;
	width: 470px;
	_width: 460px;
	padding: 10px;
	background-color: #fff;
	color:#111;
	height: 500px;
	font-size: 0.9em;
	.height: 495px;
}

#product-description tr a{
	font-size: 1.2em;
	color:#030;
	font-weight: bold;
	text-decoration:underline;
}

#product-description a:hover {
	color:#6c0;
}

/* FOOTER */

#footer {
	clear: left;
	padding: 1px 10px 1px 10px;
	.padding: 15px 20px 15px 10px;
	.margin-top: -4px;
	color:#Cab;
	text-align: center;
	width: 940px;
	background-image:url(../images/footer.png);
}

#footer a:link, #footer a:visited {
	color: #227;
	text-decoration: none;
}

#footer a:hover {
	color: #55f;
}
