body {
	margin: 10px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

p, li {
	line-height: 1.5;
}

p, ul.text li {
	font-size: 0.9em;
}

h1, h2, h3 {
	line-height: 1.2;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

.lblue {color: #4162B9}
.lerblue {color: #88A1FF}

.fright {float:right}
.fleft {float:left}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

/*## HEADER ##*/
#header {
	background: #0E2B77;
	height: 85px;
	margin-bottom: 2px;
	position: relative;
}

#header h1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	background: url(../images/logo.png) 25px 4px no-repeat;
	padding-top: 3px;
	font-weight: normal;
	font-size: 2.4em;
	position: relative;
	height: 82px;
	margin-top: 0;
}

#logolink {
	color: #fff;
	padding-left: 165px;
}

#letters {
	font-size: 12px;
	position: absolute;
	padding-left: 165px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#contacts {
	position: absolute;
	left: 720px;
	top: 10px;
	font-size: 0.9em;
	color: #fff;
	padding: 0;
	margin: 0;
}

/*## NAV ##*/
#nav {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	background: #0E2B77;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
}

#nav li {
	float: left;
}

#nav li a {
	color: #fff;
	display: block;
	line-height: 35px;
	height: 35px;
	font-size: 1.2em;
	padding: 0 12px;
	text-transform: capitalize;
}

#nav li a#navlast {
	padding: 0 17px;
}

#nav li a:hover {
	color: #B0B9D1;
}

#home .home, #about .about, #store .store, #services .services, #previews .previews, #news .news, #contact .contact {
	background: #F2F3F5;
	color: #0E2B77;
}

#home .home:hover, #about .about:hover, #store .store:hover, #services .services:hover, #previews .previews:hover, #news .news:hover, #contact .contact:hover {
	color: #0E2B77;
}

/*## MAIN ##*/
#main {
	float: left;
	margin-bottom: 15px;
}

#main h2 {
	color: #0E2B77;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0 50px;
	font-weight: normal;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}

#main h3 {
	color: #4162B9;
	text-transform: uppercase;
	margin: 10px 0;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}

/*maintop*/
#maintop {
	height: 230px;
	background: url(../images/maintop-bg.png) 0 0 repeat-x;
	width: 713px;
}

#rphp {
	margin-top: 15px;
	margin-right: 40px;
}

#maintop p {
	color: #0E2B77;
	padding-left: 50px;
	margin-right: 170px;
	font-weight: bold;
	margin-top: 5px;
}

/*mainmid*/
#mainmid {
	height: 230px;
	background: #F2F3F5;
	width: 713px;
	margin: 5px 0;
	position: relative;
}

#videx {
	width: 100px;
	height: 100%;
	float: left;
	background: url(../images/vidsideways.png) 0 0 no-repeat;
}

.youtube {
	float: right;
	margin-top: 5px;
}

#mainmid h2 {
	padding-left: 0;
}

#mainmid p {
	color: #0E2B77;
	margin-right: 262px;
	font-weight: bold;
	margin-top: 5px;
}

/*mainbot*/
#mainbot {
	background: #0E2B77;
	width: 713px;
	height: 230px;
}

#about #mainbot {
	height: 220px;
	width: 960px;
	clear: both;
	margin-bottom: 20px;
}

#mainbot-l, #mainbot-c, #mainbot-c2, #mainbot-r, #mainbot-r2 {
	float: left;
	width: 164px;
	margin: 15px 5px 0;
	display: inline;
	padding-bottom: 15px;
}

#about #mainbot-l, #about #mainbot-c, #about #mainbot-r, #about #mainbot-r2 {
	margin: 15px 15px 0;
	width: 207px;
}

#mainbot h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: -0.05em;
	color: #fff;
	margin-top: 0;
}

#mainbot h3 a {
	color: #fff;
}

#mainbot img {
	border: 1px solid #fff;
	margin: 0 5px 5px 0;
}

#mainbot p {
	color: #fff;
	font-size: 0.8em;
}

/*intmain*/
#intmain {
	width: 713px;
	background: #F2F3F5;
	padding: 10px 0;
	margin-bottom: 5px;
}

#contact #intmain {overflow:auto}

#intmain h2, #intmain h3 {
	padding-left: 25px;
}

#intmain p, #intmain ul {
	padding-left: 25px;
	padding-right: 25px;
}

#intmain ul {
	margin-left: 30px;
}

#plast {margin-bottom: 0}

/*## SIDEBAR ##*/
#sidebar {
	float: right;
	width: 237px;
	margin-bottom: 20px;
}

#store-promo {
	text-align: center;
	margin-top: 15px;
}

#spl {
	color: #fff;
	position: relative;
	top: -39px;
	font-weight: bold;
	left: -6px;
}

#sidebar h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E2B77;
	letter-spacing: -0.05em;
	margin-top: 0;
}

#sidebar h3 {
	border-top: 1px solid #0E2B77;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#sidebar h3 {
	color: #0E2B77;
	font-size: 0.9em;
}

#sidebar p.date {
	font-size: 0.7em;
	color: #999;
	margin-top: 0;
	padding: 0;
}

#sidebar p.itemsum {
	font-size: 0.75em;
}

#sidebar a.sbl:hover {
	color: #0E2B77;
}

#sidebar p {
	font-size: 0.8em;
}

#sidebar ul, #sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li ul {
	margin: 0 0 20px 50px;
	list-style-image: url(../images/blue-arrow-small.png);
}

#sidebar ul li ul li {
	list-style-image: url(../images/blue-arrow-small.png);
}

#sidebar ul li ul li a {
	color: #0E2B77;
}

#sidebar ul li ul li a:hover {
	color: #4162B9;
}

/*## ABOUT ##*/
#abrot {
	margin: 20px 10px 10px;
}

/*## STORE ##*/
.product {
	margin: 10px 20px 20px;
	clear: left;
}

.product p {
	margin: 3px 0;
}

.prodimg {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

.adc {
	margin-top: 10px;
}

#intmain h3.prodcat {
	text-transform: uppercase;
	color: #fff;
	background: #4162B9;
	font-weight: normal;
	clear: left;
	padding: 2px 6px;
	margin: 15px 0 0;
}

#sidebar h3.prodcat {
	text-transform: uppercase;
	color: #fff;
	background: #4162B9;
	clear: left;
	padding: 2px 6px;
	margin: 10px 0 0;
	border-top: none;
	font-size: 1em;
}
.prodcat span{
	color: #fff;
}
.prodcat a, #sidebar h3.prodcat a {
	color: #fff;
}
#sidebar h3.prodcat a {
	display: block;
	width: 100%;
	height: 100%;
}

#bpise-info, #aaa-info, #w-info, #tal-info, #vid-01-info, #vid-02-info, #vid-03-info, #vid-04-info {
	font-size: 0.8em;
}

p.price {
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	color: #7AC30D;
}

.desc {
	margin: 3px 0;
}

.desc-v {
	margin: 0;
}

.morel {
	color: #0E2B77;
	font-weight: bold;
}

.morel:hover {
	color: #4162B9;
}

h4 {
	margin: 0;
	padding: 2px 0;
	color: #0E2B77;
}

.pccont {
	overflow: auto;
	padding-bottom: 30px;
}

.audio {
	position: relative;
	top: -21px;
}

small {
	position: relative;
	top: -6px;
}

#sidebar h2#storetop {
	margin-top: 20px;
}

.cart_summary {
	border-bottom: 1px solid #0E2B77;
	margin-top: 40px;
}

.inputbox {
	margin-bottom: 10px;
}

#store #intmain table {
	width: 100%;
	margin-top: 30px;
}

#intmain h4.itemtitle a {
	color: #0E2B77;
}

#intmain h4.itemtitle a:hover {
	color: #4162B9;
}

#secureshoppinginfo {
	margin: 10px;
	padding: 20px;
	background: #fff;
	clear: left;
}

.buttons {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

/*## NEWS ##*/
#news #main {
	background: #F2F3F5;
	width: 713px;
}

#news #main h2, #news #main p, #news #main small {
	padding-left: 25px;
}

#news #main h2 {
	font-size: 1.5em;
}

h2 a {
	color: #0E2B77;
}

h2 a:hover {
	color: #4162B9;
}

#news #sidebar h2.widgettitle {
	padding: 8px 0;
	border-top: 1px solid #0E2B77;
}

#news #spl {
	top: -35px;
}

#news #sidebar h2 {
	padding: 0;
	margin: 0;
}

/*## CONTACT ##*/
#contmain-l {
	float: left;
}

#contmain-r {
	float: right;
	margin-right: 20px;
	margin-top: 73px;
	width: 365px;
}

p.mapsmall {
	margin: 0 0 25px;
	padding: 0;
	font-size: 0.8em;
}

.cform {
	list-style: none;
}

.box {
	margin-bottom: 5px;
}

.hotr {
	display: none;
}

input[type=text], textarea {
	width: 233px;
}

address {
	font-style: normal;
	padding-left: 55px;
	clear: both;
	padding-top: 20px;
}

address strong {
	color: #0E2B77;
}

#contmain-r h3 {
	margin-top: 0;
	line-height: 1;
	color: #0E2B77;
	font-weight: normal;
}

/*## FOOTER ##*/
#footer {
	clear: both;
	border-top: 1px solid #0E2B77;
	font-size: 0.9em;
	height: 70px;
}

#footer p, #footer a {
	color: #666;
}