@import url('coda-slider.css');


/* CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,fieldset,input,iframe {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-weight:400;
	font-style:normal;
}
	
ul,ol {
	list-style:none;
}
	
fieldset,img {
	border:none;
}
	
caption,th {
	text-align:left;
}
	
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* MISC */
.float-left {
	float:left;
}
	
.float-right {
	float:right;
}
	
.align-left {
	text-align:left;
}
	
.align-right {
	text-align:right;
}
	
.no-border {
	border:none;
}
	
.clearer {
	clear:both;
}
	
.clear {
	display:inline-block;
}
	
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
blockquote {
	margin:30px 10px;
	padding:5px 7px 5px 40px;
	font-weight:normal;
	font-size:17px;
	line-height:22px;
	font-style:italic;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#80614D;
	border:1px solid #EEE8E1;
	background:#FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* MAIN STYLES */
body {
	font:12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color:#424242;
	text-align:center;
	background:#111111 url(../images/master-bg.jpg) no-repeat top center;
}
	
#wrap {
	width:900px;
	margin:0 auto;
	text-align:left;
}
	
#content
{
    clear: both;
    float: left;
    width: 880px;
    padding: 0px 10px 0px 10px;
    background: #FFF;
}

/* LINKS STYLES */
a, a:visited {
	color:#8a0101;
	text-decoration:none;
}
	
a:hover {
	color:#000;
	text-decoration:underline;
}
	
a {
	outline: none;
}

/* TEXT STYLES */
h1, h2, h3, h4 {
	font-weight:bold;
	padding:10px;
	letter-spacing:-1px;
}
	
h1 {
	font-size:35px;
}
	
h2 {
	font-size:30px;
}
	
h3 {
	font-size:23px;
	padding-bottom:5px;
}
	
h4 {
	font-size:20px;
}
	
p {
	padding:10px;
}

/* IMAGE STYLES */
img.border {
	background:#FAFAFA;
	border:1px solid #E4E4E4;
	padding:8px;
}
	
img.float-right {
	margin:5px 0 10px 10px;
}
	
img.float-left {
	margin:5px 10px 10px 0;
}
	
img.float-left-main {
	margin:5px 10px 10px;
}

/* HEADER / NAIVIGATION STYLES */
.header {
	width:900px;
	margin:0;
	padding:0;
	height:101px;
}

.header h1 {
	padding:0;
}
	
.navigation {
	width:900px;
	height:50px;
	padding:0;
	margin:0;
	background:url(../images/nav-bg.jpg) bottom left no-repeat;
	overflow:hidden;
	position:relative;
}

.navigation a.current {
	background:transparent url(../images/nav-current.gif) bottom center no-repeat;
	color:#FFF;
}

.navigation-right {
	float:right;
}

.navigation-right h3 {
	color:#FFF;
	padding:15px 20px 0 0;
	text-align:right;
}

.navigation-left {
	float:left;
	display:inline;
	width:590px;
	overflow:hidden;
	padding:0;
	font-size:10px;
}

.navigation-left li {
	float:left;
	display:inline;
	text-align:center;
	background:transparent url(../images/nav-sep.jpg) 100% 50% no-repeat;
	height:50px;
	font-size:14px;
	width:115px;
}

.navigation-left li a {
	color:#CCC;
	display:block;
	line-height:50px;
	padding:0;
	height:50px;
	width:115px;
}

.navigation-left li a:hover {
	color:#FFF;
	text-decoration:none;
}

/* SLIDER STYLES */
.slider-container {
	overflow:hidden;
	width:880px;
	margin:0 auto;
}

#slider-body
{
    background-position: #FFF;
    padding: 10px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    border-bottom-width: 0px;
}

.main_image {
	width:580px;
	height:305px;
	float:left;
	background:#333;
	position:relative;
	overflow:hidden;
	color:#FFF;
}

.main_image h3 {
	font-size:23px;
	font-weight:bold;
	margin:0 0 5px;
	padding:10px 0 0px 10px;
	letter-spacing:-.5px;
}

.main_image p {
	font-size:12px;
	padding:10px;
	margin:0;
	line-height:18px;
}

.main_image a {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

.main_image a:hover {
	text-decoration:none;
}

.main_image .block small {
	margin-left:10px;
}

.main_image .desc {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}

.main_image .block {
	width:100%;
	background:#6c0101;
}

.main_image a.collapse {
	background:url(../images/slider/btn_collapse.gif) no-repeat left top;
	height:27px;
	width:93px;
	text-indent:-99999px;
	position:absolute;
	top:-27px;
	right:20px;
}

.main_image a.show {
	background-position:left bottom;
}

.image_thumb {
	float:left;
	width:299px;
	background:#F0F0F0;
	border-right:1px solid #FFF;
	border-top:1px solid #CCC;
}

.image_thumb img {
	border:1px solid #CCC;
	padding:5px;
	background:#FFF;
	float:left;
}

.image_thumb ul {
	margin:0;
	padding:0;
	list-style:none;
}

.image_thumb ul li {
	margin:0;
	padding:12px 10px;
	background:#F0F0F0 url(../images/slider/nav_a.gif) repeat-x;
	width:279px;
	float:left;
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
}

.image_thumb ul li.hover {
	background:#DDD;
	cursor:pointer;
}

.image_thumb ul li.active {
	background:#FFF;
	cursor:default;
}

.image_thumb ul li .block {
	float:left;
	margin-left:10px;
	padding:0;
	width:205px;
}

.image_thumb ul li .block h3 {
	font-size:16px;
	letter-spacing:-.5px;
	padding:5px 0 0;
}

.image_thumb ul li .block small {
	padding:0;
	font-size:11px;
}	

.image_thumb ul li p {
	display:none;
}

/* MAIN COLUMN STYLES */
#main {
	float:left;
	width:570px;
	padding:0;
	margin:0;
	display:inline;
}

#main h2 {
	font-size:27px;
	font-weight:bold;
	color:#8a0101;
	padding:10px 0 10px 5px;
	margin:0 0 15px 5px;
	border-bottom:1px solid #DDD;
}



/* SIDEBAR STYLES */
#sidebar {
	float:right;
	width:300px;
	padding:0;
	margin:0;
	display:inline;
}

#sidebar h3
{
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 10px 7px;
    margin: 0px 0 5px 10px;
    border-bottom: 1px solid #DDD;
}

#sidebar .sidemenu {
	margin:10px 10px 5px 7px;
	padding:0;
	text-decoration:none;
}

#sidebar .sidemenu li
{
    list-style: none;
    margin: 0;
    padding: 4px 10px 4px 10px;
    border-bottom: 1px solid #E8E8E8;
}

#sidebar .sidemenu ul {
	margin:0 0 0 5px;
	padding:0;
}

#sidebar .sidemenu ul li {
	border:none;
}

/* FAQ STYLES */
.faq-menu {
	width:560px;
	float:left;
	margin:0 0 0 10px;
	padding:10px 0 0;
}

.faq-menu p {
	width:500px;
	float:left;
	color:#757575;
	padding:0 0 20px;
	margin:0;
}

.faq-menu .menuitem {
	color:#8a0101;
	line-height:16px!important;
	display:block;
	position:relative;
	width:auto;
	text-decoration:none;
	padding:3px 0 10px!important;
	cursor: pointer;
}

.faq-menu .menuitem:visited, .faq-menu .menuitem:active {
	color:#8a0101;
	text-decoration:none;
}

.faq-menu .menuitem .accordionicon {
	border:none;
	margin-right:5px;
}

.faq-menu .menuitem:hover {
	color:#000;
	text-decoration:none;
}

.faq-menu .submenu {
	background:#FFF;
}

.faq-menu .submenu .FAQAnswer {
	width:500px;
	background:#F3F3F3;
	border:1px solid #DDD;
	margin:0 0 20px 13px;
	padding:10px;
}

.faq-menu .submenu .FAQAnswer p {
	width:100%;
	float:none;
	margin:0;
	color:#757575;
	line-height:16px;
	padding-bottom:0;
}

/* SERVICES STYLES */
#main .servicecolone {
	float:left;
	width:285px;
}

#main .servicecolone ul {
	margin:10px 20px 20px;
	padding:0 10px;
	list-style-image: url(../images/bullet.jpg);
}

#main .services-features-panel {
	padding-bottom:20px;
}

#main .services-features-panel .services-module {
	float:left;
	width:280px;
}

#main .services-features-panel .services-module h3 {
	font-size:17px;
	padding:10px 0 0 15px;
}

#main .services-features-panel img.features {
	padding:10px 15px 50px 0;
	float:left;
}

/* CONTACT STYLES */
.ContactForm {
	padding:10px;
	background:#F2F2F2;
}

.ContactForm input {
	font-size:12px;
	color:#424242;
}

.ContactForm input:focus {
	background:#d9effa;
	color:#424242;
}

.ContactForm select {
	border:1px solid #D5D5D5;
	padding:4px 4px 4px 8px;
}

.ContactFormRow {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.ContactFormColLeft {
	width:20%;
	float:left;
	display:inline;
	text-align:right;
	padding-top:9px;
}

.ContactFormColLeft label {
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	vertical-align:middle;
	color:#8a0101;
}

.ContactFormColRight {
	width:77%;
	float:right;
	display:inline;
}

.ContactFormColRight label {
	font-size:12px;
	line-height:16px;
	vertical-align:middle;
	color:#666;
}

.ContactFormColRight .ContactSubmitBtn {
	width:100px;
	border:1px solid #6c0101;
	background:#6c0101;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
	cursor:pointer;
}

.ContactFormColRight .ContactSubmitBtn:hover {
	background:#a30101;
	border:1px solid #a30101;
}

.ContactInputReg {
	width:93%;
	border:1px solid #CCC;
	padding:8px;
}

textarea.ContactInputReg {
	width:93%;
	border:1px solid #CCC;
	padding:8px;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color:#424242;
}

textarea:focus {
	background:#D9EFFA;
	color:#424242;
}

#map_canvas {
	width:278px;
	height:300px;
	border:1px solid #CCC;
	margin:10px 10px 0 10px;
}

/* FOOTER STYLES */
#footer {
	width:900px;
	height:50px;
	padding:0;
	margin:0 0 50px 0;
	background:url(../images/footer-bg.jpg) bottom left no-repeat;
	overflow:hidden;
	position:relative;
	font-size:11px;
	color:#CCC;
	text-align:center;
	letter-spacing:-.2px;
	float: left;
}

#footer p {
	padding:15px 0;
}

#footer a {
	color:#CCC;
	border-bottom:1px dotted #FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	border-bottom:1px dotted #555;
	text-decoration:none;
}


.allinea_dx
{
    padding: 5px;
    float: left;
}

/*---------prod_box----------*/
.prod_box{
width:173px;
height:auto;
float:left;
padding:10px 10px 10px 11px;
}

.center_prod_box{
width:173px;height: auto;float:left; text-align:center;padding:0px; margin:0px; border:1px #F0F4F5 solid;
}
.prod_details_tab{
width:173px;
height:31px;
float:left;
margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:75px;
height:24px;
display:block;
float:right;
background:url(images/link_bg.gif) no-repeat center;
margin:2px 5px 0 0;
text-align:center;
line-height:24px;
text-decoration:none;
color:#159dcc;
}

a.prod_compare{
width:75px;
height:24px;
display:block;
float:left;
background:url(images/link_bg.gif) no-repeat center;
margin:2px 0 0 5px;
text-align:center;
line-height:24px;
text-decoration:none;
color:#159dcc;
}
a.prod_buy{
width:75px;
height:24px;
display:block;
float:left;
background:url(images/link_bg.gif) no-repeat center;
margin:2px 0 0 5px;
text-align:center;
line-height:24px;
text-decoration:none;
color: #006600;
}

span.reduce
{
    color: #666666;
    font-weight: bold;
}
span.price{
color: #ff8a00;
}


/*---------prod_box_big----------*/
.prod_box_big{
width:554px;
height:auto;
float:left;
padding:10px 10px 15px 15px;
}
.center_prod_box_big{
width:554px;height: auto;float:left; text-align:center;padding:0 0 10px 0; margin:0px;border:1px #F0F4F5 solid;
}
.product_img_big{
width:170px;
padding:10px 0 0 10px;
float:left;
}
.details_big_box{
width:530px;
float:left;
padding:0 0 0 15px;

}
.product_title_big{
color:#ff8a00;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
}
.specifications{
font-size:12px;
font-weight:bold;
line-height:18px;
}
.thumbs
{
    padding: 8px 5px 8px 5px;
    border: 1px #DFD1D1 solid;
    margin: 15px 0 0 0;
    text-align: center;
}
.thumbs a{
padding:3px;
}
.prod_price_big{
padding:5px 0 5px 0;
font-size:16px;
}
a.addtocart{
width:76px;
height:27px;
display:block;
float:left;
background:url(images/addtocart.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
a.compare{
width:76px;
height:27px;
display:block;
float:left;
margin:0 0 0 10px;
background:url(images/compare.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
span.blue{
color:#159DCC;
}
