/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;

}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content:"";}
table {border-collapse:collapse; border-spacing:0;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
textarea{
	overflow:auto;
	resize:none;
}
form,fieldset{border-style:none;}
html{height:100%;}
body{
	color:#1b2955;
	font:14px/18px Arial, Helvetica, sans-serif;
	 background: url("../images/bgr_body.png") repeat-x; 
	min-width:990px;
	height:100%;
}
a{
	color:#d72129;
	text-decoration:none;
}
a:hover{text-decoration:none; color:#00b6f1;}
a:focus{outline:none;}

/* General settings */
.wrapper{ margin:0 auto; width:990px; }
.wrapper_top{ 
/*background:url(../images/bgr_body.png) repeat-x 0 100% #fff; */
}
/*header*/
#header{
	width:100%;
	overflow:hidden;
	height:120px;
	background:url(../images/rainbow-home.png) no-repeat;
}
#header .contacts{
	float:right;
	font-size:24px;
	line-height:26px;
	color:#21485e;
	text-align:right;
	padding:37px 18px 0 0;
}
#header .contacts a{
	color:#21485e;
}
#header .contact_form form{
	float:right;
	width:218px;
	color:#21485e;
	padding:12px 5px 0 0;
}
#header .contact_form form h4{
	font-size:14px;
	font-weight:normal;
	padding:0 0 4px;
}
#header .contact_form form p{
	float:left;
	padding:0 0 6px;
}
#header .contact_form form label{
	float:left;
	width:63px;
	padding:2px 0 0;
	font-size:12px;
}
#header .contact_form input{
	background:url(../images/bgr_input_l.png) no-repeat;
	width:145px;
	height:17px;
	border:0;
	padding:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}
#header .contact_form .submit{
	float:right;
	margin:0 -3px 0 0;
}
#header .contact_form .submit input{
	background:url(../images/btn_submit.png) no-repeat 0 0;
	width:88px;
	height:24px;
	padding:0 0 1px 0;
	float:right;
	color:#ffffff;
	line-height:22px;
	cursor:pointer;
	font-size:12px;
}
#header .contact_form .submit input:hover{
	background:url(../images/btn_submit.png) no-repeat 0 -25px;
}
#logo{
	width:682px;
	height:100px;
	float:left;
	margin:10px 0 0 10px;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat;
}
/*menu*/
#menu{
	width:100%;
	position:relative;
	z-index:99;
	height:31px;
}
#menu li{
	float:left;
	font-size:18px;
	position:relative;
	color:#0071BB;
	padding:6px 10px 6px 21px;
}
#menu li a{
	color:#ffffff;
}
#menu li a:hover, #menu li a.current{
	text-decoration:none;
	color:#9999cc;
}
#menu li li{
	text-decoration:none;
	color:#D72028;
}
#menu li:hover ul{
	display:block;
}
#menu li ul{
	position:absolute;
	background:url(../images/bgr_menu_sub.png) repeat;
	width:122px;
	top:30px;
	z-index:999;
	display:none;
	left:13px;
	padding:2px 8px 0;
}
#menu li ul li{
	font-size:16px;
	line-height:19px;
	padding:4px 0 5px;
	float:none;
}
/*testimonails_box*/
#testimonails_box{
	width:100%;
	overflow:hidden;
	background: #4747A3;
	margin-bottom: 10px;
}
#testimonails_box .pic{
	float:left;
}
#testimonails_box .pic img{
	display:block;
}
#testimonails_box .text{
	float:left;
    width: 235px;
    text-align:center;
	font-size:13px;
	line-height:19px;
	padding:10px 10px 0;
	font-style:italic;
	color:#fff;
    height: 141px;
}

#testimonails_box .text .author{
	font-size:12px;
	padding:4px 0 0;
	font-style:normal;
}
/*slider_box*/
#slider_box{
	width:100%;
	overflow:hidden;
	padding:0 0 22px;
	height:200px;
	position:relative;
}
#slider_box .item{
	width:990px;
	height:200px;
	position:relative;
}
#slider_box .pic{
	float:left;
}
#slider_box .pic img{
	display:block;
}
#slider_box .text{
	position:absolute;
	bottom:27px;
	left:15px;
	font-size:30px;
	color:#0071BB;
}
#slider_box .testimonials{
    background: #fff;
    opacity:0.85;
    filter: alpha(opacity=85);
    
    color: #0071BB;
    float: left;
    font-size: 16px;
    font-style: italic;
    height: 190px;
    line-height: 19px;
    padding: 10px 10px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 206px;
    z-index: 9;
}
#slider_box .testimonials .author{
	font-size:12px;
	padding:4px 0 0;
	font-style:normal;
}
/*body*/
#body{
	width:970px;
	padding:0 10px;
	overflow:hidden;

}
/*main_content*/
#main_content{
    background: none repeat scroll 0 0 white;
    margin-bottom: 20px;
    margin-left: -11px;
    padding: 10px;
    width: 715px;
/*	opacity:0.9;*/
/*    filter: alpha(opacity=90);*/

	background: rgb(255, 255, 255);
	background: rgba(255, 255, 2555, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DAffffff, endColorstr=#DAffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DAffffff, endColorstr=#DAffffff)";



    float:left;
}
#main_content h1{
	font-size:30px;
	padding:0 0 14px;
	font-weight:normal;
	color:#354ea2;
}

/*breadcrumbs*/
.breadcrumbs{
	color:#00b6f1;
	padding:0 0 7px;
	overflow:hidden;
}
.breadcrumbs a{
	float:left;
}
.breadcrumbs a:hover{
	text-decoration:none;
	color:#0071BB;
}
.breadcrumbs span{
	float:left;
	padding:0 3px;
}

/*pagination*/
.pagination,.pagenav{
	padding:4px 0 20px;
	overflow:hidden;
	font-size:14px;
}
.pagination div{
	float:left;
	padding:0 3px 0 0;
}
.pagination a{
	float:left;
	padding:0 3px;
}
.pagination a:hover, .pagination a.current, .this{
	text-decoration:none;
	color:#333;
}

/*entry*/
.entry{
	overflow:hidden;
	margin:-10px 0 0;
	padding:10px 0 0;
}
.entry .left_image{
	float:left;
	padding:0 10px 0 0;
}
.entry .right_image{
	float:right;
	clear:right;
	padding:0 0 6px 10px;
}
.entry .right_image img{
	display:block;
}
.entry .news_item{
	overflow:hidden;
	width:100%;
	margin:-5px 0 15px;
}
.entry .news_item .image{
	float:right;
	padding:10px 0 10px 10px;
}
.entry .news_item .image img{
	display:block;
}
.entry p{
	padding:0 0 6px;
}
.entry h2{
	font-size:22px;
	padding:6px 0 6px;
	font-weight:normal;
	color:#d72129;
}
.entry h3{
	font-size:18px;
	padding:4px 0 8px;
	font-weight:normal;
	color:#d72129;
}
.entry h4{
	font-size:14px;
	padding:4px 0 8px;
	font-weight:normal;
	color:#d72129;
}
.entry ul{
	padding:0 0 5px;
}
.entry li{
	line-height:17px;
	background:url(../images/bgr_list_bullet.png) no-repeat 3px 3px;
	padding:0 0 0 20px;
}

.contact_content{
	margin:-10px 0 5px;
	overflow:hidden;
	width:100%;
}
.contact_content .form{
	width:414px;
	float:left;
}
.contact_content .form form{
	padding: 5px 0 0 0;
}
.contact_content .address{
	width:230px;
	float:left;
	padding:4px 0 0 90px;
}
.contact_content .address h2{
	margin:0;
	padding:2px 0 4px;
}
.contact_content .address p{
	line-height:20px;
	padding:0 0 20px;
}
.contact_content .address strong{
	font-weight:normal;
	color:#F5811E;
}
.contact_content form{
	width:414px;
	margin:-13px 0 0;
}
.contact_content form p{
	padding:0;
	margin:-2px 0 10px;
}
.contact_content form label{
	float:left;
	width:100px;
	padding:12px 0 0;
}
.contact_content input{
	background:url(../images/bgr_input_b.png) no-repeat;
	width:304px;
	height:17px;
	border:0;
	padding:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	margin-top:12px;
}
.contact_content textarea{
	background:url(../images/bgr_textarea.png) no-repeat;
	width:304px;
	height:17px;
	border:0;
	height:93px;
	padding:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	margin-top:12px;
}
.contact_content label.checkbox_checked {
	background: url(../images/bgr_checkbox.png) no-repeat 100% -33px;	
	display: block;
	height:19px;
	float:none;
	cursor:pointer;
	margin:3px 0 0;
	width:100%;
}
.contact_content label.checkbox_unchecked  {
	background: url(../images/bgr_checkbox.png) no-repeat 100% 0;	
	width:100%;
	cursor:pointer;
	display: block;
	float:none;
	margin:3px 0 0;
	height:19px;
}
.contact_content .submit{
	float:right;
	margin:3px -2px 0 0;
}
.contact_content .submit input{
	background:url(../images/btn_submit_b.png) no-repeat 0 0;
	width:102px;
	height:24px;
	padding:0 0 1px 0;
	float:right;
	color:#ffffff;
	line-height:22px;
	cursor:pointer;
	font-size:12px;
}
.contact_content .submit input:hover{
	background:url(../images/btn_submit_b.png) no-repeat 0 -25px;
}

/*right_sidebar*/
#right_sidebar{
	float:right;
	width:226px;
	padding:0 0 20px 20px;
}
.sidebar .widget{

	overflow:hidden;
	padding:0 10px 10px;
	margin:0 0 20px;
	opacity: 0.9;
    filter: alpha(opacity=90);
}
.sidebar .widget_featured{
	font-size:11px;
	line-height:13px;
}
.sidebar .widget_testimonials p{
	text-align:center;
	font-style:italic;
	line-height:14px;
	padding:4px 0 0;
}
.sidebar .widget_testimonials p.author{
	font-style:normal;
	color:#0071BB;
	padding:8px 0 6px;
}
.sidebar .widget h2{
	background:#333399;
	font-size:18px;
	color:#fff;
	padding:8px 10px 9px;
	font-weight:normal;
	margin:0 -10px 7px;
}
.sidebar .widget li{
	line-height:130%;
	font-size:12px;
	padding:0 0 18px;
}
.sidebar .widget .list{
	margin:0 0 -10px;
	overflow:hidden;
	width:100%;
}
.sidebar .widget .list li{
	font-size:16px;
	padding:0 0 11px;
}
.sidebar .widget h3{
	font-size:16px;
	color:#0071BB;
	padding:0 10px 2px;
	font-weight:normal;
	margin:0 -10px 0;
}
.sidebar .widget .pic{
	margin:4px 0 5px;
}
.sidebar .widget .pic img{
	display:block;
}
.sidebar .widget a{
	color:#D72028;
}
.sidebar .widget a:hover{
	color:#00b6f1;
	text-decoration:none;
}
.sidebar .widget p.date{
	padding:0 0 2px;
}
.sidebar .widget li p{
	line-height:12px;
}
.sidebar .more{
	margin:-11px 0 -1px;
	font-size:14px;
}
.sidebar .view{
	margin:6px 0 -1px;
	font-size:14px;
}
.sidebar form{
	width:100%;
	padding:3px 0 0;
	margin:0 0 -10px;
}
.sidebar form p{
	float:left;
	padding:0 0 6px;
}
.sidebar form label{
	float:left;
	width:38px;
	padding:2px 0 0;
}
.sidebar input{
	background:url(../images/bgr_input.png) no-repeat;
	width:162px;
	height:17px;
	border:0;
	padding:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}
.sidebar .submit{
	float:right;
}
.sidebar .submit input{
	background:url(../images/btn_submit_b.png) no-repeat 0 0;
	width:102px;
	height:24px;
	padding:0 0 1px 0;
	float:right;
	color:#ffffff;
	line-height:22px;
	cursor:pointer;
	font-size:12px;
}
.sidebar .submit input:hover{
	background:url(../images/btn_submit_b.png) no-repeat 0 -25px;
}
/*left_sidebar*/
#left_sidebar{
	float:left;
	width:190px;
	padding:0 15px 22px 0;
}

/*footer*/
#footer{
    background: none repeat scroll 0 0 #333399;
    color: #fff;
    padding: 20px 0 0;
    width: 100%;
}
#footer .wrapper{
	overflow:hidden;
	position:relative;
}
#footer .desc{
	float:left;
	padding:10px 0 0 10px;
	width:725px;
}
#footer .desc p{
	padding:0 0 5px;
}
#footer .links{
	clear:left;
	float:left;
	width:705px;
}
#footer .links li{
	float:left;
	padding:17px 10px 15px;
}
#footer a{
	color:#9999CC;
}
#footer a:hover{
	color:#fff;
	text-decoration:none;
}
#footer .desc a{
	color:#9999CC;
}
#footer .desc a:hover{
	color:#fff;
	text-decoration:none;
}
#footer .social{
	float:right;
	width:235px;
}
#footer .social li{
	float:left;
	padding:6px 7px 0 0;
}
#footer .by{
	text-align:right;
	width:235px;
	position:absolute;
	bottom:15px;
	right:0;
}
#footer h2{
	font-size:18px;
	color:#ffffff;
}
#footer h3{
	font-size:14px;
	color:#ffffff;
}
#footer h4{
	font-size:12px;
	color:#ffffff;
}

.crirHidden {
	position: absolute;
	left: -1000px;
}

.pimage {
	width:400px;
}


.quoteForm label {
    float: left;
    width: 120px;
    margin-bottom:10px;
}

.quoteForm input[type=text],.quoteForm input[type=file]{
    float: left;
    width: 300px;
}

.quoteForm input[type=radio], .quoteForm input[type=checkbox]{
    float: left;
    margin-right: 10px;
}

.quoteForm textarea{

}

.quoteForm input[type=submit] {

}

.quoteForm p {

}

.quoteForm .row {
	min-height:25px;
	clear:both;
}

.quoteForm label.opt {
	width: 715px;
	padding-bottom:5px;
}

#packagingDiv, #wallet, #jewel, #dvd, #other, #slim, #deliveryDiv {
	display:none;
}

#packagingDiv span, #wallet span, #jewel span, #dvd span, #other span, #slim span, .row span {

    display: block;
    margin-bottom: 6px;
}

.sidebar .widget h2 a:hover {
	color: #D72028;
}
.contact_form {

}
.contact_form a {
	font-size: 18px;
	
}

.sidebar .widget h2 a {
	color: white;
}

.sidebar .widget h2 a:hover {
	color: #D72028;
}


.by {
	font-size:12px;
}



.booktable {
	border-collapse:collapse;
	width:100%;
}

.booktable tr {

}

.booktable tr td{
	border: thin solid #333399;
	text-align:center;
	padding:10px;
}



blockquote {
    background: url("../images/bg-quote-area.png") no-repeat scroll 0 0 transparent;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    font-style: italic;
    padding: 20px 0 0 20px;
}