/*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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a img{
border: none;
}

/*Flaots*/
.floatRight{
  float: right;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*END Reset*/
body{
background: #FFFFFF;
color: #FFFFFF;
margin: 0;
font-family: arial, helvetica, sans-serif;
}

#main{
background: #232323;
}
img{
margin: 0;
}
.clear{
clear: both;
}
/*
===========================Container===========================
*/
#container{
width: 960px;
background: #181818;
margin: 0 auto;
}
/*
===========================Header===========================
*/
#header img{
margin: 0;
float: left;
}




/*
===========================Nav==============================
*/
#topnav {
    background: #323232 url(/images/topNavSprite.png) repeat-x;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    margin: 0 12px 12px;
    position: relative;
}
#topnav ul {
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 12.5px;
    height: 50px;
    letter-spacing: -0.2px;
    list-style-type: none;
    position: absolute;
    margin-left: 10px;
}
#topnav ul li{
float: left;
position: relative;
}
#topnav ul li ul{
height: auto;
}
#topnav ul li a, #topnav ul li.trade a, topnav ul li a .home {
    background: url("/images/topNavSprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 31px;
    padding: 20px 0 0;
    text-align: center;
    text-decoration: none;
    width: 105px;
}
#topnav ul li a.home{
border-radius: 10px 0 0 10px;
}
#topnav ul li.trade a{
/*background: url(/images/topnav_bg_sprite_trade.gif) repeat-x;*/
padding: 10px 0;
text-align: center;
width: 140px;
}
#topnav ul li a:hover, #topnav ul li.trade a:hover{
color: #05d5ff;
background: url(/images/topNavSprite.png) no-repeat;
background-position: 0 -50px;
border: none;
width: 105px;
}
#topnav ul li.trade a:hover{
background: url(/images/topnav_bg_sprite_trade.gif) repeat-x;
background-position: 0 -50px;
}
/*pop-out or drop down menu*/
#topnav ul li ul{
display: none;
left: -1px;
top: 50px;
z-index: 999;
position: absolute;
box-shadow: 0 5px 5px #000000;
}
#topnav ul li ul li{
width: 180px;
}
#topnav ul ul li a{
background: none;
background: #343434 url(/images/topnav_bg_sprite_l2.gif) repeat-x;
background: rgba(25,25,25,0.98);
background-position: 0 0;
border: none;
width: auto;
height: auto;
padding: 10px 20px;
text-align: left;
}
#topnav ul ul li a:hover{
background: none;
background:  #000000 url(/images/topnav_bg_sprite_l2.gif) repeat-x;
background-position: 0 -42px;
color: #05d5ff;
width: auto;
height: auto;
}
/*Pop/Drop Menu Actions*/
#topnav ul li:hover ul{
    display: block;
}
/*search and nav containers*/
#navWrapper{
width: 640px;
position: absolute;
}
#searchBoxWrapper {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 230px;
}
input#sBox {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    height: 25px;
    padding: 0 4px;
    position: absolute;
    top: 0;
    width: 154px;
}

/*
===============Search Results=================
*/
#searchResults, #searchResults_2 {
    display: none;
}

#searchResults, #searchResults_2 {
    background-color: #000000;
    border: medium none;
    box-shadow: 0 5px 5px #000000;
    left: 2px !important;
    min-height: 500px;
    padding: 10px !important;
    position: absolute;
    top: 32px !important;
    width: 223px !important;
}

#searchResults_2 {
    border-radius: 10px 10px 10px 10px;
    left: 712px !important;
    top: 38px !important;
}

#searchResults b, #searchResults_2 b {
    color: #000000;
    display: block;
    font-size: 15px;
    height: 1px;
    margin: 0 0 10px;
    padding: 0;
}
.searchHeader{
color: #232323;
}
/*Top cell of search results*/
#rolly_1 {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: medium none !important;
    color: #0DD3FF;
    padding: 19px 0 15px 10px;
}
#rolly_1 b {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 32px;
    text-align: center;
}
#rolly_1 b :hover{
color: #FFFFFF !important;
}
div.searchRow{
margin-bottom: 5px;
}
div.searchRow img {
    margin-right: 10px;
}
#searchContainer table{
border-bottom: 1px solid #AAAAAA !important;
color: #000000;
display: block !important;
font-size: 12px;
}
#searchContainer table:hover, #searchContainer table:focus {
    background: none repeat scroll 0 0 #1A1A1A !important;
    color: #FFFFFF !important;
}
#searchContainer table:hover b{
color: #FFFFFF !important;
}
#searchContainer table img{
background: none repeat scroll 0 0 #FF9600 !important;
color: #000000;
margin: 7px 10px 7px 7px;
}

#rolly_1:hover, #rolly_2:hover, #rolly_3:hover, #rolly_4:hover, #rolly_5:hover, #rolly_6:hover, #rolly_7:hover, #rolly_8:hover, #rolly_9:hover, #rolly_10:hover, #rolly_11:hover{
background: #232323 !important;
color: #FFFFFF !important;
}


/*
===========================Slider===========================
*/

#slider {
    margin: 0 24px 10px;
}

/* 
=================  Slider Styles  ======================
*/
#featured { 
	width: 940px;
	height: 450px;
	background: #000 url('/images/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    margin: 0;
    }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(/images/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(/images/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(/images/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; 
	margin: 0 0 20px 0;
		}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.2);
    z-index: 5;
    color: #fff;
	text-align: center;
	padding: 15px 0;
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;

	}
	
	.orbit-wrapper h3{
	/*font-size: 24px;*/
	}


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 40px;
    height: 49px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(/images/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(/images/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }


/*
===========================Body area===========================
*/
#companyInfoText,#content{
margin: 20px;
}
#companyInfoText p, #content p{
font-size: 12px;
    line-height: 150%;
    margin-bottom: 15px;
}
#companyInfoText h2, #content h2{
font-size: 20px;
font-weight: bold;
margin: 0 0 10px 0;
}
#companyInfoText em, #content e,{
color: #05d5ff;
font-style: normal;
}

#lowerImages{
margin: 0;
}

#lowerImages a img{
margin: 10px 0 0 30px;
}
#lowerImages a img.imgLeft{
margin: 10px 0 0 22px !important;
}






/*
===========================Footer===========================
*/
#footer{
border-top: 1px solid #464646;
height: 120px;
position: relative;
margin: 10px 20px 0;
}
#footerContact{
position: absolute;
top:10px;
right: 10px;
width: 400px;
height: 80px;
background: transparent;
}
#footerContactRight {
    border-left: 1px solid #464646;
    color: #05D5FF;
    font-size: 11px;
    line-height: 150%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
#footerPhoneNumber{
position:absolute;
right: 125px;
top: 0;
}
#footerMenu{
position: absolute;
top: 10px;
left: 10px;
width: 300px;
height: 80px;
background: transparent;
font-size: 12px;
color: #444444;
line-height: 150%;
}
#footerMenu ul li a{
  color: #fff;
  text-decoration: none;
}
#footerMenu ul li a:hover{
  color: #05D5FF;
}



#companyInfoText {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 20px 21px 0 24px;
    width: 436px;
}
#companyImageSpace {
    background: none;
    float: left;
    margin: 20px 0 16px;
    width: 458px;
}


#companyImageSpace .sliderWrapper, #companyImageSpace .sliderWindow{
width: 458px!important;
height: 267px !important;
} 




/*Start of the store*/
div#bread_crumbs {
    background-color: #262626;
    border: 1px solid #343434;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;    
margin-bottom: -1px;
    margin-right: 1px;
    padding: 10px;
}
div#bread_crumbs a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
div#bread_crumbs a:hover{
  color: #05D5FF;
}


div.ecomm_options, div.filter_options {
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    font-size: 12px;
    margin-bottom: -1px;
    margin-right: 1px;
    padding: 10px;
}
div.ecomm_options a, div.filter_options a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
margin-left: 15px;
}
div.ecomm_options a{
margin-left: 0;
}
div.ecomm_options a:hover, div.filter_options a:hover{
  color: #05D5FF;
}

div.filter_options select, div.ecomm_options select{
  margin: 5px 0;
  font-size: 12px;
}

div#storeWrapper {
    font-size: 12px;
}
div#storeWrapper a img {
    /*margin: 20px 15px 20px 32px;*/
margin: 17px 4px;
}
div#storeWrapper a{
  color: #fff;
  text-decoration: none;
}
div#storeWrapper a:hover{
  color: #05D5FF;
}


div#storeWrapper table.basket{
  margin-top: 10px;
}
div#storeWrapper table.basket th{
  background-color: #515254;
  padding: 5px;
  border: 1px solid #515254;
}
div#storeWrapper table.basket td{
  background-color: #323232;
  padding: 5px;
  border: 1px solid #515254;
}


div.pg_row {
    border: 1px solid #343434;
    float: left;
    font-size: 12px;
    height: 450px;
    margin: 0 -1px -1px 0;
    padding: 10px;
    position: relative;
    width: 285px;
}

div.pg_row a{
  color: #fff;
  text-decoration: none;
}
div.pg_row_desc h3 {
    font-size: 15px;
    left: 10px;
    line-height: 125%;
    margin: 0 5px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 280px;
}
div.pg_row_desc p{
  display: none;
}
div.pg_row_image{
  position: absolute;
  top: 60px;
  left: 10px;
}
div.pg_row_buy{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
div.product_price, span.product_price {
    color: #05D5FF;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}




/*Product Page*/
div#product_large{
  position: relative;
}
div#product_large_img {
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 10px;
    width: 256px;
}
div#product_large_desc {
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: -1px;
    min-height: 256px;
    padding: 10px;
    width: 620px;
}
div#product_description{
line-height: 125%;
}
div#product_description h3{
  font-size: 20px;
  font-weight: bold;
}


div#product_part_of_collection, div#product_part_of_type, div#product_part_of_category, div#product_part_of_brand {
    background-color: #232323;
    border: 1px solid #343434;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}
div#product_other_images b{
  margin-bottom: 5px;
  display: inline-block;
}
div.attribute_box select{
  margin-bottom: 5px;
}




div.product_snap_sm{
  float: left;
  margin: 0 17px 10px;  
}
div.partFooter{
  clear: both;
  margin: 5px 0;
  text-align: center;
}
div.partFooter a{
  color: #fff;
  text-decoration: none;
}
div.partFooter a:hover{
  color: #05D5FF;
}


/*Buttons*/
button, input[type=submit]{
  /*float: right;*/
    font-size: 12px;
    margin-right: 6px;
    padding: 4px;
  background-color: #05D5FF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #56B6C9;
  color: #fff;

 background: #05d5ff; /* Old browsers */
background: -moz-linear-gradient(top,  #05d5ff 0%, #56b6c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05d5ff), color-stop(100%,#56b6c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #05d5ff 0%,#56b6c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #05d5ff 0%,#56b6c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #05d5ff 0%,#56b6c9 100%); /* IE10+ */
background: linear-gradient(top,  #05d5ff 0%,#56b6c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05d5ff', endColorstr='#56b6c9',GradientType=0 ); /* IE6-9 */

}
button:hover, input[type=submit]:hover{
  cursor: pointer;
background: #343434;
color: #FFFFFF;
}

#topnav button, #topnav input[type="submit"] {
    position: absolute;
    right: -2px;
    top: 0;
}



/*header Basket*/
div#basketBox {
    background-color: #212121;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px 10px 10px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 11px;
    width: 205px;
}
div#basketBox span{
  margin-bottom: 5px;
  display: inline-block;
}
div#basketBox a{
  color: #fff;
  text-decoration: none;
}
div#basketBox a:hover{
  color: #05D5FF;
}




/*Basket*/
div#basket{
  background-color: #fff;
  font-size: 12px;
  color: #000;
}
form[name=basket] th{
  color: #fff;
  background-color: #323232;
  padding: 5px;
}
form[name=basket] td{
  border: 1px solid #323232;
  padding: 5px;
}
form[name=basket] a{
  color: #000;
  text-decoaration: none;
}
form[name=basket] a:hover{
  color: #05D5FF;
}




div#old_login, div#new_reg {
    background-color: #232323;
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    float: left;
    font-size: 12px;
    margin: 0 -1px 0 0;
    min-height: 270px;
    padding: 10px;
    width: 438px;
}
span.cn{
  display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
div#old_login ol li, div#new_reg ol li{
  margin-bottom: 10px;
}



div.message {
    background-color: #2C2C2C;
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    font-size: 12px;
    margin-right: 1px;
    padding: 10px;
}


div.reg_box {
    background-color: #1F1E1E;
    border: 1px solid #343434;
    border-radius: 0 0 0 0;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px;
}
div.left200{
  width: 300px;
  display: inline-block;
}
div.reg_box ol li, div.product_purchase_accessories ol li{
  margin-bottom: 10px;
}

div.product_purchase_accessories{
  padding: 10px;
  background-color: #323232;
  border: 1px solid #515254;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  font-size: 12px;
}

div.access_header{
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
}


/*Mega Menu*/
ul.mg_dp2 {
    background-color: #181818;
    float: left !important;
    height: 500px !important;
    left: 10px;
    position: absolute;
    width: 540px;
    z-index: 9999;
box-shadow: 0 5px 5px #000000;
}
ul.mg_dp3 {
    background-color: #181818;
    float: left !important;
    height: 280px !important;
    left: 10px;
    position: absolute;
    width: 540px;
    z-index: 9999;
box-shadow: 0 5px 5px #000000;
}
ul.mg_dp2 br, ul.mg_dp3 br{
  clear: both;
}
ul.mg_dp2 dl, ul.mg_dp3 dl{
margin-right: 1px;
}
ul.mg_dp2 dt, ul.mg_dp3 dt{
padding: 7px;
background: #none;
font-size: 14px;
color: #05D5FF;
margin: 10px;
}
li.mg_types, li.mg_brands, li.mg_collections{
  float: left;
  width: 200px;
  font-size: 12px;
}
li.mg_types dl{
  clear: both;
}
li.mg_types dl dt{
  font-size: 14px;
}

#orderForm {
    background: none repeat scroll 0 0 #232323;
    border: medium none;
    line-height: 155%;
    margin: 10px 0 0;
    padding: 0 15px 25px;
}

#header{
position: relative;
height: 80px;
}
#header #logo{
position:absolute;
left: 0;
}
#header #phone{
position:absolute;
right: 0;
}

#store-icon {
    left: 658px;
    position: absolute;
    top: 8px;
}
#dpt{
display:none
}

#storeTopper{
border: 1px solid #343434;
margin-bottom: -1px;
}

#tsAndCs {
    margin: 40px auto 75px auto;
    width: 300px;
    font-size: 11px;
    color: #4E4E4E;
}
#tsAndCs a{
color: #4E4E4E;
}
#tsAndCs a:hover, #tsAndCs a:visited:hover{
color: #05D5FF;
}
.clearBlock {
    clear: both;
    font-size: 1px;
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

#header-images img {
    float: left;
    margin: 0 0 38px 38px;
}
#header-images img.left{
margin: 0;
float: left;
}

.testimonialWrapper {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 1px dotted #676767;
    margin: 0;
    padding: 15px;
}
p.testimonialBody{

}
.testimonialAuthor{

}

.testimonialWrapper img{
float: left;
margin-right: 25px;
}


/*Promo Template Styles*/

#promoLeft {
    background: none repeat scroll 0 0 #1C1C1C;
    float: left;
    width: 679px;
}

#promoRight {
    background: none repeat scroll 0 0 #1C1C1C;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
    width: 221px;
}
#promoLeft p, #promoRight p {
    color: #FFFFFF;
    margin: 10px 0 10px 10px;
}

.rightZone a.button {
    //background: none repeat scroll 0 0 #05D5FF;
    background: none repeat scroll 0 0 #FFBF00;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 10px 0 15px 25px;
    padding: 7px 13px;
    text-align: center;
    width: 100px;
font-weight: bold;
}
.rightZone a img{
margin: 10px 10px 0 10px;
}
.rightZone {
    background: none repeat scroll 0 0 #343434;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 0;
    padding: 5px 0;
}

.rightZone h2 {
    color: #05D5FF;
    margin: 10px !important;
}
.rightZone p{
margin: 12px !important;
}

#promoOffer{
background: #05D5FF;
padding: 10px;
text-align: center;
}
#promoOffer h2{
color: #000000;
font-size: 18px;
margin: 0;
}

#offerFooterContainer {
    height: 162px;
    margin: 40px 0 10px 12px;
}
.offerFooter {
    //background: none repeat scroll 0 0 #1E1E1E;
    background: none repeat scroll 0 0 #343434;
    border: 1px solid #222;
    float: left;
    height: 150px;
    margin-left: -1px;
    padding: 5px;
    width: 154px;
}
.offerFooter h3 {
    color: #05D5FF;
    font-size: 22px;
    font-weight: bold;
    line-height: 141%;
    margin: 29px 10px 10px;
}
.offerFooter ul li {
    font-size: 12px;
    list-style-type: disc;
    margin-left: 25px;
}


/*Small slider*/

#wrapper{
				
}
#slider1{
overflow: hidden;
width: 680px;
height: 261px;
}


#search_filter_brand, #search_filter_collection, #search_filter_type, #search_filter_category, #search_filter_range{
width: 145px !important;
margin-left:15px;
}

.filter_options b{
margin-left:15px;
}

label.formLabel{
display:inline-block;
width:110px; 
font-size: 12px;
color: #05D5FF;
}
input.formField, textarea {
    background: none repeat scroll 0 0 #343434;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 7px 10px;
    width: 260px;
}

input.formField:focus, textarea:focus{
  border: 1px solid #05D5FF;
}

#formContainer p{
margin: 10px 0 0 0;
}
#formContainer input[type="submit"] {
    margin-left: 346px;
}
.labelContainer {
    float: left;
    margin: 0;
}
.textareaContainer{
float: left;
}
.textareaContainer textarea {
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    height: 50px;
    margin-bottom: 15px;
    margin-left: 2px;
    padding: 5px;
    width: 259px;
}
span.phone{
font-size: 23px;
margin: 10px;
}

#videoContainer {
    background: none repeat scroll 0 0 #2D2D2D;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 0;
    width: 550px;
}
#videoPlayer{
width: 400px;
height: 300px;
margin: 0 0 0 75px;
}

.contentBox1{
width: 580px;
background: #232323;
padding: 10px;
}
