/*  This is the default Samoth style sheet with the basic style  */
/*  elements such as the Allset Hack                             */
/*  Created: 10 May 2006         Creator: Phil Gibbons           */

/* Setting the body tags properties */
body {font: 100% verdana, arial, sans-serif; background-color: #FFF; text-align: center; behavior: url(css/csshover.htc);}

* {margin: 0; padding: 0;}

ul { 
	margin: 0;
	padding: 0;
  }

li {
	margin: 0;
	padding: 0;
  }

/* Alsett clearing method */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.normaltext {
	color: white;
  }

.errortext {
	color: red;
  }

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3A496F;
  }

#header {
	float: left;
  }

#menu {
	float: right;
	width: 150px;
	min-height: 600px;
	padding-right: 1px;
	background: url(../images/menu.jpg) left top no-repeat;
  }

#menu ul {
	list-style: none;
	margin-top: 251px;
  }

#menu li {
	text-align: left;
	line-height: 40px;
  }

#menu a {
	display: block;
	width: 100px;
	height: 40px;
	padding-left: 45px;
	margin-left: 5px;
	text-decoration: none;
	color: #FFF;
  }

.home a {
	background: url(../images/home.jpg) left top no-repeat;
  }

.homesel a, .home a:hover {
	background: url(../images/home-sel.jpg) left top no-repeat;
  }

.aboutus a {
	background: url(../images/aboutus.jpg) left top no-repeat;
  }

.aboutussel a, .aboutus a:hover {
	background: url(../images/aboutus-sel.jpg) left top no-repeat;
  }

.features a {
	background: url(../images/features.jpg) left top no-repeat;
  }

.featuressel a, .features a:hover {
	background: url(../images/features-sel.jpg) left top no-repeat;
  }

.gallery a {
	background: url(../images/gallery.jpg) left top no-repeat;
  }

.gallerysel a, .gallery a:hover {
	background: url(../images/gallery-sel.jpg) left top no-repeat;
  }

.contactus a {
	background: url(../images/contactus.jpg) left top no-repeat;
  }

.contactussel a, .contactus a:hover {
	background: url(../images/contactus-sel.jpg) left top no-repeat;
  }

.checkout a {
	background: url(../images/checkout.jpg) left top no-repeat;
  }

.checkoutsel a, .checkout a:hover {
	background: url(../images/checkout-sel.jpg) left top no-repeat;
  }

.extras a {
	background: url(../images/extras.jpg) left top no-repeat;
  }

.extrassel a, .extras a:hover {
	background: url(../images/extras-sel.jpg) left top no-repeat;
  }

.comments a {
	background: url(../images/comments.jpg) left top no-repeat;
  }

.commentssel a, .comments a:hover {
	background: url(../images/comments-sel.jpg) left top no-repeat;
  }

.contentlist {
	font-size: .9em;
	text-align: left;
	margin-left: 310px;
  }

.contentlist li {
	margin-bottom: .5em;
  }

#leftcol {
	float: left;
	width: 120px;
  }

#buyone {
	float: left;
	width: 120px;
	height: 120px;
	margin: 20px 0 0 20px; 
	border-style: none;
  }

#vidpic {
	float: left;
	width: 120px;
	height: 105px;
	margin: -25px 0 0 20px;
	padding: 3px;
	border-style: none;
	background: url(../images/vidpic.jpg) top left no-repeat;
  }
#pagetitle {
	margin-top: 20px;
	margin-bottom: 23px;
  }

#homepagecontent {
	float: left;
	width: 649px;
	min-height: 494px;
	background: #FFF url(../images/bottom-home.jpg) left bottom no-repeat;
  }

#content {
	float: left;
	width: 649px;
	min-height: 494px;
	background: #FFF url(../images/bottom.jpg) left bottom no-repeat;
  }

#homepagecontent p.marg, #content p.marg {
	font-size: .85em;
	text-align: left;
	margin: 1em 1em 1em 271px;
  }

#homepagecontent a, #homepagecontent a:visited {
	color: #3A496F;
	text-decoration: none;
  }

#content>a, #content>a:visited {
	text-decoration: none;
	color: #3A496F;
  }
  
#homepagecontent a:hover {
	color: #000;
	}

#bottomhome {
	float: left;
	width: 396px;
	margin-top: 238px;
  }

.highlight {
	color: #3A496F;
  }

.homepage {
	margin-left: 260px;
	margin-bottom: .5em;
	text-align: left;
	font-size: .9em;
  }

.quote {
	font-size: .8em;
	font-style: italic;
  }

.quoter {
	font-size: .9em;
	font-style: none;
	font-weight: bold;
  }

.piccontainer {
	float: left;
	width: 240px;
  }

.piccontainer p {
	margin: 5px 10px;
	font-size: .7em;
	text-align: justify;
  }

.squarepic {
	float: left;
	height: 210px;
	width: 210px;
	margin: 11px;
	border: #3B496C 4px solid;
  }

.widepic {
	float: left;
	height: 158px;
	width: 210px;
	margin: 11px;
	border: #3B496C 4px solid;
  }

.tallpic {
	float: left;
	height: 210px;
	width: 157px;
	margin: 11px 11px 11px 42px;
	border: #3B496C 4px solid;
  }

.gimgleft {
	border: #3B496C 4px solid;
  }

.nav {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 220px;
	border-style: none;
  }

form.comments {
	text-align: left;
  }

form.comments fieldset {
	margin: 10px;
  }

form.comments fieldset.message {
	margin-left: 151px;
  }

form.comments legend {
	padding: 0 2px;
	font-weight: bold;
  }

form.comments label {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	width: 120px;
  }

form.comments ol {
	margin: 0;
	padding: 0;
  }

form.comments li {
	list-style: none;
	padding: 5px;
	margin: 0;
  }

.checkoutimage {
	float: left;
	width: 150px;
	height: 200px;
	margin: 10px 10px 20px 0;
	border-style: none;
}

.cards {
	float: right;
	margin-top: 20px;
  }

form.paypal li {
	text-align: left;
	list-style: none;
	margin-left: 100px;
  }

form.paypal li label {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
	width: 320px;
  }

.supported {
	float: left;
	width: 150px;
	margin: 0;
	padding: 20px;
  }

.linkdiv {
	width: 350px;
	border: double #3B496C;
	margin-left: 261px;
	padding: 10px;
	text-align: left;
  }

.linkdiv a {
	color: blue;
	text-decoration: underline;
	margin-top: 20px;
  }

.dbflash {
	width: 252;
	height: 394;
	float: left;
	margin-top: 92px;
  }

#footerleft {
	float: left;
	text-align: left;
	font-size: .6em;
	margin-top: 30px;
	margin-left: 190px;
  }

#footerhome {
	float: left;
	text-align: left;
	font-size: .6em;
	margin: 190px 0 0 190px;
  }
