* { 
	padding: 0;
	margin: 0;
	outline: 0;
}
html {
	height:100%;
	margin-bottom: 1px;
}

a {
	outline:none;
}

a:active, a:hover, a:link, a:visited{
	text-decoration: none;
}

body{
	padding-top: 15px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10pt;
	background-color: #f5f5f5;
	background-image: url(images/);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width:940px;
}

.cartlinks{
	width: 940px;
	margin: 0 auto 10px auto;
}

.carticon{
	display: block;
	background: url(images/cart_icon.png) no-repeat;
	width: 21px;
	height: 19px;
	float: right;
}

.checkout_btn{
	display: block;
	width: 68px;
	height: 19px;
	background: url(images/checkout_btn.png) no-repeat top;
	float: right;
	margin-left: 10px;
}

.checkout_btn:hover{
	background-position: bottom;
}

.cart_cont{
	float: right;
	margin-left: 10px;
	color: #5e5f5e;
}

.block{
	display: block;
}
 
#header { 
	height: 42px;
	width: 940px;
	padding-top: 1px;
	background-image: url(images/header_bg.png);
}

#nav li {
	list-style: none;
	line-height: 42px;
	float: left;
	height: 42px;
	position: relative; /*--Important--*/
	cursor: pointer;
}

#nav li.hover a {
	color: #fff;
}

#nav li a {
	background-position: right top;
	background-repeat: no-repeat;
	height: 42px;
	display: inline-block;
	padding: 0 25px;
	color: #5e5f5e;
	background-image: url(images/sitenav.png);
}

#nav li.nodrop a:hover{
	color: #fff;
	background-position: left center;
}

#nav li.rhs{
	float: right;
}

.prods{
	border-right: 1px solid #e0e0e0;
}

.sup{
	margin-right: 5px;
	border-left: 1px solid #e0e0e0;
}

#nav li.ac a{
	border-left: 1px solid #e0e0e0;
}

#nav li.logo{
background-image: url(images/cinemaview.png);
}

.pdown{
	background:transparent url(images/p_down.png) no-repeat scroll bottom;
	display:block;
	float:right;
	height:11px;
	margin:14px 0 0 5px;
	width:10px;
}

#nav li.nodrop a:hover .pdown{
	background-position: top;
}

#nav li.logo a {
	padding: 0 25px 0 165px;
	color: #fff;
	background-image: url(images/main.png);
}

ul#nav li .sub {
	float:left;
	left:-190px;
	padding:20px 20px 20px 20px;
	position:absolute;
	width:290px;
	background: #E8E8E7;
	border: 1px solid #d1d3d2;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	cursor: pointer;
}

ul#nav li .sub li a{
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #5E5F5E;
	color:#5E5F5E;
	display:block;
	font-size: 110%;
	font-weight:normal;
	height:37px;
	text-align:center;
	text-transform:uppercase;
	width:239px;
	cursor: pointer;
}

ul#nav li .sub li a:hover{
	color: #8abd0d;
	cursor: pointer;
}


ul#nav li .sub li .dis{
	color: #ccc;
	border-color: #ccc;
}

ul#nav li .sub li .dis:hover{
	color: #ccc;
}

ul#nav li .sub li{
	height: 32px;;
}

/* PAGE BODY */

.clear{
	clear: both;
}

.page_body{
	width: 937px;
	border-left: solid 1px #d1d3d2;
	border-right: solid 1px #d1d3d2;
	height: 100%;
	padding-top: 10px;
	background: white;
}

.flash_container{
	width: 920px;
	height: 320px;
	margin: 0 auto 10px auto;
}

.flash_container object{
	border: solid 1px #d1d3d2;
}

.promo_boxes{
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

.promo_box{
	width: 300px;
	height: 137px;
	margin-bottom: 10px;
}

.promo_box p{
	width: 140px;
	padding: 5px 0 0 15px;
	color:#647362;
	line-height:1.45;
	font-size: 9pt;
}

.review_text{
	color:#749812;
	display:block;
	padding:20px 0 0 22px;
	text-align:center;
	width:170px;
}

.review_by{
	color:white;
	display:block;
	font-weight:bold;
	padding:20px 0 0 173px;
	text-align:center;
	width:120px;
}

.review_by span{
	font-weight: normal;
	font-style: italic;
	display: block;
	text-decoration: none;
	color: white;
}

.review_box{
	background: url(images/review_box.jpg) no-repeat;
}

.shipping_box{
	background: url(images/shipping_box.jpg) no-repeat;
}

.duo_box{
	background: url(images/duo_box.jpg) no-repeat;
}

h2{
	color: #232625;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 0 0 15px;
}

.twitter_box{
	width: 298px;
	border-left: solid 1px #d1d3d2;
	border-right: solid 1px #d1d3d2;
	border-bottom: solid 1px #d1d3d2;
	float: left;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.t_top{
	height: 61px;
	width: 300px;
	background: url(images/twitter_top.jpg) top no-repeat;
}

.t_top:hover{
	background-position: bottom;
}

.tweet{
	border-bottom: solid 1px #d1d3d2;
	width: 298px;
	height: 83px;
}

.t_date{
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	background: #97c518;
	color: white;
	text-align: center;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 10px 0 10px;
	font-size: 20pt;
}

.t_date span{
	font-size: 6pt;
	text-transform: uppercase;
	display: block;
}

.t_content{
	width: 220px;
	float: left;
	margin-top: 6px;
	color: #647362;
}

.t_content a{
	text-decoration: none;
	color: #779a17;
}

.text_area{
	float: left;
	width: 590px;
}

h1{
	margin: 10px 0 0 10px;
	color: #232625;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}

.text_area p{
	color:#647362;
	line-height:1.45;
	margin-bottom:15px;
	margin-left:10px;
}

.featured_product{
	width: 608px;
	height: 228px;
	float: left;
}

.featured_product h3{
	color: #647362;
	padding-left: 50px;
	font-size: 17pt;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 10px;
}

.featured_product p{
	color: #232625;
	text-align: center;
	padding-left: 25px;
	padding-right:25px;
	width: 270px;
	line-height:1.45;
}

.more_btn{
	background:transparent url(images/more.png) no-repeat scroll 0 0;
	color:white;
	display:block;
	height:52px;
	margin-left:30px;
	margin-top:35px;
	padding-top:12px;
	text-align:center;
	width:194px;
	text-shadow:0 1px 1px #afe31e;
}

.featured_cv24_content{
	float: right;
}

.featured_cv24_content h3{
	padding-right: 50px;
}

.featured_cv24_content .more_btn{
	margin-right:30px;
	margin-left: 0;
	float: right;
}

.cv24_f{
	background: url(images/cv24_featured.jpg) no-repeat;
	margin-bottom: 10px;
}

.duo_f{
	background: url(images/duo_featured.jpg) no-repeat;
}

.mycinemaview{
	width: 915px;
	height: 72px;
	border: 1px solid #d1d3d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e8e8e7;
	margin: 10px auto;
}

.alt_title{
	display:block;
	float:left;
	font-size:14pt;
	font-weight:normal;
	margin:25px 0 0 30px;
}

.page_title{
	display:block;
	font-size:14pt;
	font-weight:bold;
	margin:0 0 11px;
}

.myCV{
	background: url(images/mycinemaview.png) no-repeat;
	color:white;
	display:block;
	font-size:9pt;
	height:24px;
	padding-top:48px;
	text-align:center;
	width:300px;
	float: left;
}

.join{
	color: #a2a2a1;
	text-transform: uppercase;
	font-size: 16pt;
	float: left;
	margin: 25px 0 0 15px;
}

.mycvform{
	margin: 13px 0 0 0;
}

.emailinput{
	width: 290px;
	height: 30px;
	color: #e8e8e7;
	padding: 10px 5px 5px 5px;
	border: none;
	font-size: 14pt;
	margin-left: 15px;
}

.subscribe{
	background: url(images/button1.jpg) no-repeat top;
	outline: none;
	color: white;
	text-align: center;
	height: 35px;
	width: 125px;
	border: none;
	cursor: pointer;
	margin-left: 10px;
	text-shadow:0 1px 1px #afe31e;
}

.subscribe:hover{
	background-position: bottom;
}

.copyright{
	width: 600px;
	color: #666;
	font-size: 9pt;
	text-align: center;
	margin: 10px auto 0 auto;
	padding-bottom: 15px;
}

.about_text{
	width: 895px;
	margin: 15px auto;
	background-color: #F4F4F4;
	border: solid 1px #d1d3d2;
	padding: 10px;
	color: #647362;
	line-height: 1.5;
}

.about_text p{
	margin-bottom: 5px;
}

.about_text ul{
	list-style: none;
}

.page_text{
	width: 895px;
	padding: 10px;
	color: #647362;
	line-height: 1.5;
}

.support_bullets{
	width: 895px;
	padding: 10px;
	margin-left: 20px;
	color: #647362;
	line-height: 1.5;
}

.distributor{
	width: 29%;
	margin: 0 0 10px 15px;
	float: left;
	border: dashed 1px #d1d3d2;
	padding: 10px;
	height:135px;
}

.int_distributor{
	width: 29%;
	margin: 0 0 10px 15px;
	float: left;
	border: dashed 1px #d1d3d2;
	padding: 10px;
	height:220px;
}

.distributor.alt, .int_distributor.alt{
	background: #F5F5F5;
}

.distributor .nl, .int_distributor .nl{
	display: block;
	color: #666;
	line-height: 1.5;
}

.distributor .br, .int_distributor .br{
	display: block;
	margin-top: 10px;
}


.distributor p, .int_distributor p{
	color: #666;
	margin-top: 10px;
}

.d_state{
	display:block;
	font-size:10pt;
	margin:0 0 10px 15px;
	width:25%;
}