﻿
body 
{
	background: #cccccc;
	margin: 0;
	padding: 0;
	border: none;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
}
h1 
{
	font-size: 150%;
}
h2 
{
	font-size: 125%;
	margin-bottom: 0;
	margin-top: 0;
	color: #1a79d7;
}
h3 
{
	font-size: 115%;
	margin: 0;
}

#main 
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: white url("../images/body.jpg") repeat-y top left;
}

#head 
{
	background: #ccc url("../images/header.jpg") no-repeat top left;
	color: #b7dca0;
}

#bottom 
{
	margin: 10px 20px;
	text-align: center;
}

#header 
{
	padding: 0px 20px;
}

#header a
{
	color: #fff;	
	text-decoration: none;	
}

#header h1 
{
	padding-top: 5px;
	margin: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
}

#header p#tagLine 
{
	margin: 0;
	padding: 0;
	margin-top: -8px;
	margin-left: 10px;
	padding-bottom: 8px;
}

#nav 
{
	background: url("../images/bar.gif") repeat-x top left;
	padding: 0 0 5px 0;
	margin: -5px 9px 0px 8px;
}

#nav  ul
{
	
	display: block;
	margin: 5px 0 5px 0;
	padding: 5px 0;
	background: url("../images/bar.gif") repeat-x bottom left;	
	text-align: right;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

#nav li 
{
	float: right;
}

#nav  li a
{
	display: block;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}

#nav  li a.selected 
{
	color: #b7dca0;/*#fdc131;*/
	font-weight: bold;
}

#content 
{
	padding: 10px 20px;
	overflow: hidden;
}

#content p 
{
	margin-top: 0;
}

#leftCol
{
	width: 49%;
	float: left;
	border-right: dotted 1px #ccc;
	padding-right: 8px;	
}

ul
{
	list-style: disc url("../images/bullet.gif") outside;
}

.usp li 
{
	padding: 5px 0;
	border-bottom: dashed 1px #36987a;
}

.usp li.first
{
	border-top: dashed 1px #36987a;
}

#rightCol
{
	float: right;
	width: 49%;
}


#footer 
{
	clear: both;
	background: white url("../images/footer.jpg") no-repeat bottom left;
	height: 50px;
	padding: 0px 20px;
	text-align: center;
	padding-top: 15px;
}

#footer span 
{
	color: White;
	font-size: 80%;
}

#footer p 
{
	margin: 0;
	padding: 0;
}

#footer a 
{
	color: White;
	text-decoration: none;
}

img 
{
	border: none;
}



table.products span.title
{
	display: block;
}

table.products td
{
	padding: 5px;
}

#buy 
{
	margin: 20px 5px 10px 5px;
	border: dashed 1px #1b4d3e;
}

#buy p 
{
	text-align: center;
	font-style: italic;
	border-bottom: dashed 1px #1b4d3e;
	margin-bottom: 2px;
}

span.oldPrice 
{
	text-decoration: line-through;
	color: Red;
}

div.stopPress 
{
	border: dotted 1px red;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #fee;
}

div.stopPress h2 
{
	color: #1b4d3e;
	text-align: center;
	margin-top: 0;
	border-bottom: dotted 1px red;
}

div#description p.price 
{
	margin-top: 10px;
	font-weight: bold;
}



span#merchant 
{
	display: block;
	font-weight: normal;
}


.floatLeft 
{
	float: left;
	padding: 4px;
}

.floatRight
{
	float: right;
	padding: 4px;
}


.application label
{
	display: inline-block;
	width: 8em;
	vertical-align: top;
	float: left;
}

.application input
{
	margin-left: 5px;
	width: 16em;
}

.application textarea, 
.application select 
{
	margin-left: 5px;
}

.application input.ImgButton 
{
	margin-left: 5px;
	width: auto;
}

.application .disclaimer 
{
	text-align: center;
	background-color: #def;
}

input.ImgButton
{
border: none;
background-color: transparent;
}

div.pp h3 
{
	color: #1a79d7;
}

input, select, textarea
{
font: 14px "Microsoft Sans Serif", "Arial", "Helvetica", Sans-serif;
color: #363636;
background: #fff !important;
border: 1px solid #83a9d2;
}

div.error input, div.error select, textarea.error
{
background-color: #ffe0ff !important;
color: #363636;
}

p.thanks 
{
	text-align: center;
	padding: 5px;
}

p.address 
{
	margin-left: 2em;
}

/* Blog entries */
div.articleWrapper h1 a
{
	text-decoration: none;
	color: #1a79d7;
}

div.articleWrapper div.articleFooter a 
{
	display: block;
	float: right;
}