/* CSS Document */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ol, dl, fieldset, address { margin:10px 0 0 0; }
dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }


body {
	padding:5px;
	color:#000000;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background:#d6dbeb;
	}
	
#wrapper {
	width:760px;
	margin:10px auto;
	text-align:left;
	position:relative;
	visibility: visible;
	z-index: auto;
	height:auto;
	}

#banner {
	background: url(../images/header.jpg) no-repeat;
	height: 152px;
	margin: 0;
	padding:0;
}

#main {
	background: url(../images/backgroundstrip.jpg) repeat-y;
	position:relative;
	width:760px;
	float:left;
}

#navigation {
	background: #637DBA repeat-y;
	width: 175px;
	float:left;
	text-align:left;
	position:relative;
	
}

#content {
	position:relative;
	width:585px;
	background: #FFFFFF;
	float:right;
	
}

.sidebar {
	background-color:#C8C9F9;
	display: block;
	margin: 20px 0px 0px 16px;
	border: thin solid #8D91F6;
	clear:none;
	float: left;
	padding: 0px;
	width: 250px;
}
	
#footer {
	margin: 0px;
	width: 760px;
	height:51px;
	padding: 0;
	background: #B89B8B;
	float:left;
}

#textnav {
	font-size:11px;
	padding:10px 0 5px;
	text-transform:capitalize;
	color:#D5DEFD;
	text-align:center;	
}

#copyright {
	font-size:10px;
	color:#D5DEFD;
	padding:5px 0 10px;
	text-align:center;
	
}

.menu {
	padding: 0;
	list-style: none;
	float:left;
}

.menu li {
	width: 175px;
	height: 30px;
	}

html>body .menu a:link, html>body .menu a:visited {
	display: block;
	width: 165px;
	height: 30px;
	font-size:14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	}
		
html>body .menu a:active, html>body .menu a:hover {
		background:#A1BDD5; 
	}

h1 {
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
	padding: .2em 0 .2em 1em;
}

h2 {
	font:bold 20px "Times New Roman", Times, serif;
	padding: .2em 0 .2em 2em;
}

h3{
	font:bold 16px "Times New Roman", Times, serif;
	padding: .2em .2em .2em 2em;
	color: #333399;
}

h4 {
}

p {
	padding: 0 1em 1em 3em;
	}
.sidebar h2 {
padding:.2em 0 .2em .2em;
}
	
.sidebar p {
	padding: 0 .3em .2em 1em;
	}
	
.sidebarbullets {
padding: 0 0 .2em 1em;
}

.sidebarbullets li {
	list-style: circle inside;
}

.bullets {
padding: .1em 0 0 4em;
	
}

.bullets li {
	list-style: inside;
	padding-bottom: .6em;
	padding-right: 1em;

}

.content ol {
}

.content ol li {
}

.imagefloatleft {
float:left;
padding:0 15px 15px 0;
}

.imagefloatright {
float:right;
padding:0 10px 15px 15px;
}



.imagecenter {
padding:15px 0 10px 15px;
}

.moviefloatleft {
float:left;
display:inline;
margin:0 15px;
padding:0 15px;
}

.logofloat {
float:left;
padding:0 .8em 1em 3em;
}

.clear { clear: both; }

.center { text-align: center; }

.buynow {
float:right;
margin:0 125px 5px 0;
}

.cartbutton {
margin:5px 0 0 30px;
}

