@charset "utf-8";
/* CSS Document */

/* common styles */
body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	background:#fff url(../images/main_bg.jpg);
	color:#a02226;
}
a{
	text-decoration: none;
}
a, input{
	outline:none;
}
.flft {
	float:left;
}
.frgt {
	float:right;
}
.cb {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
h1 {
	font-size:30px;
	font-weight:normal;
}
h2 {
	font-size:20px;
	font-weight:normal;
	padding-top:2px;
}
h3 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:5px;
}
h4 {
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}
h5 {
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
}


h6 {
	font-size:16px;
	text-transform:uppercase;
	padding-left:3px;
}


p {
	padding:6px 0;
	font-size:12px;
	line-height:1.5;
}


.address{
	padding:10px 0;
	font-size:1.1em;
	line-height:1.3em;
}
.ht_1 {
	color:#fff;
}
.ht_2 {
	background:#fff;
}
.ht_3 {
}
.ht_4 {
}
.ht_5 {
}
.b_none {
	border:none !important;
}
.bg_none {
	background:none !important;
}
.itc {
	font-style:italic;
}
.bld {
	font-weight:bold;
}
.ptm {
	padding-top:0 !important;
}
.mr0 {
	margin-right:0;
}
.lnk1 {
	background:url(../images/link1-bg.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:41px;
	color:#fff;
	float:right;
	width:103px;
	height:41px;
	padding-left:30px;
}
.ibdr {
	border:1px solid #933;
	padding:2px;
	margin:10px;
}
.ih3 {
	background:url(../images/icon1.gif) left center no-repeat;
	line-height:38px;
	padding-left:45px;
	padding-top:0;
}
#main_cnr {
	position:relative;
	overflow:hidden;
	background:url(../images/shd_bg.png) center repeat-y;
}

#m_shd {
	background:url(../images/m_shd.png) repeat-x;
	top:166px;
	height:80px;
	width:100%;
	position:absolute;
	z-index:-1;
}
#f_shd {
	background:url(../images/m_shd.png) repeat-x;
	bottom:0;
	height:70px;
	width:100%;
	position:absolute;
	z-index:-2;
	display:none;
}
.in {
	margin:0 auto;
	width:975px;
}
/* end common styles */

/* header */

#header_cnr {
	display:inline-block;
	width:100%;
	padding:20px 0;
}
#logo {
	float:left;
	padding-left:25px;
}
#s_txt {
	margin-top:20px;
	padding:0 50px;
	float:left;
	border-right:1px #933 solid;
}
#h_contact {
	float:right;
	padding-right:50px;
	padding-top:20px;
	height:100px;
	text-align:center;
}
/* end header */


/* nav_cnr */

#nav_cnr {
	background:#a32327 url(../images/navigation-bg.gif) repeat-x;
	font-size:12px;
	text-transform:uppercase;
	display:inline-block;
	width:100%;
	position:relative;
	z-index:4;
}
#nav_cnr .in{
	position:relative;
}
#nav_cnr li {
	list-style:none;
	float:left;
	background:url(../images/m_sep.gif) right center no-repeat;
}
#nav_cnr a {
	color:#fff;
	display:block;
	padding:11px 14px;
	position:relative;
}
#nav_cnr a:hover, #nav_cnr .active a, #nav_cnr .hovered a {
	background:url(../images/m_active.gif) top center no-repeat;
}
#nav_cnr ul{
	float:left;
}
#nav_cnr ul ul{
	background:#c62a2f url(../images/subnavigation-bg.gif) repeat-x;
	text-transform:none;
	width:100%;
	position:absolute;
	left:0;
	top:36px;
	display:none;
}
#nav_cnr ul ul li{
	background:none;
}
#nav_cnr ul ul a{
	background:none !important;
	padding:10px 15px;
}
#nav_cnr ul ul a:hover, #nav_cnr ul ul .active{
	background:none;
	text-decoration:underline;
}

#search{
	float:right;
	padding-right:15px;
	padding-top:5px;
}
#search div{
	position:relative;
}
#search .text{
	background:#fff;
	border:none;
	font-size:12px;
	width:200px;
	padding:4px;
}
#search .submit{
	background:url(../images/icon-search.gif) center no-repeat;
	border:none;
	margin:0;
	width:30px;
	height:25px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}

/* End nav_cnr */




/* Body */
#body_cnr {
}
#b_cnt {
	padding:15px 30px 50px;
	position:relative;
	height:1%;
}
#b_cnt p {
	text-align:justify;
}
#banner {
	position:relative;
	z-index:3;	
}
#banner .nivo-prevNav, #banner .nivo-nextNav{
	background:url(../images/arrow1-sprite.png) right top no-repeat;
	display:block;
	width:42px;
	height:50px;
	position:absolute;
	top:50%;
	right:-9px;
	margin-top:-30px;
	font-size:0;
}
#banner .nivo-prevNav{
	background-position:left top;
	left:-9px;
}
#banner .nivo-controlNav{
	display:none;
}

#banner-bar{
	background:url(../images/bannerbar-bg.png) center no-repeat;
	height:64px;
	margin:-5px -20px 0;
	background-position:9px  0;
	position:relative;
	z-index:5;
}
#newsletter{
	padding:10px 30px 0;
}
#newsletter h6{
	background:url(../images/icon-letter.png) no-repeat;
	margin-top:8px;
	padding-left:40px;
	line-height:1.2;
	color:#fff;
	float:left;
}
#newsletter .fields{
	float:right;
}
#newsletter .field{
	float:left;
}
#newsletter .text{
	width:160px;
	padding:6px;
	margin:0;
	margin-right:15px;
	font-size:13px;
}
#newsletter .submit{
	background:url(../images/btn1-bg.png) no-repeat;
	border:none;
	margin:0;
	width:124px;
	height:34px;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}

#slider-1{
	border:4px solid #a02226;
	float:left;
	margin:5px;
	margin-right:25px;
	position:relative;
	margin-bottom:60px;
}
#slider-1 .title{
	background:url(../images/ribbon-eyewear.png) no-repeat;
	width:101px;
	height:104px;
	position:absolute;
	left:-10px;
	top:-10px;
	z-index:999;
}
#slider-1 .prev, #slider-1 .next{
	background:url(../images/arrow2-sprite.png) right top no-repeat;
	display:block;
	width:35px;
	height:36px;
	margin-top:15px;
	position:absolute;
	right:-10px;
	top:100%;
}
#slider-1 .prev{
	background-position:left top;
	left:-5px;
}
.panel{
	display:none;
}
.panel:first-child{
	display:block;
}
#b_cnt .row {
	border-bottom:1px #933 solid;
	clear:both;
	padding:20px 0;
	display:inline-block;
	width:100%;
}
#b_cnt .col_1 {
	float:left;
	width:600px;
}

#b_cnt .col_2 {
	float:right;
	width:290px;
}
#b_cnt .col_3 {
	float:left;
	width:480px;
}
#b_cnt .col_4 {
	float:right;
	width:354px;
}
#b_cnt .col_5{
	padding:20px;
}
.ig {
	float:left;
	padding-top:15px;
}
.title-1{
	background:url(../images/title1-bg.png) no-repeat;
	width:296px;
	height:45px;
	font-size:18px;
	line-height:1.6;
	text-align:center;
	color:#fff;
	margin-left:-1px;
}
.rs_box {
	position:relative;
	background:#a02226;
	margin-top:10px;
	color:#fff;
	width:295px;
}
.rs_box p{
	font-size:14px;
}
.rs_box p a{
	color:#fff;
	text-decoration:underline;
}

.rs_box  h4 {
	background:#fff;
	color:#a02226;
	padding:5px;
}
.rs_box .r1 {
	padding:0 0 5px;
	text-align:center;
}
.rs_box .r2 {
	border-top:1px solid #fff;
	background:#c1a866;
	color:#a02226;	
	padding:10px;
}
.rs_box .r2 p{
	font-size:13px;
	text-align:center !important;
	padding:0;
}
#sign_up{
	background:#fff;
	display:inline-block;
	width:100%;
}
#sign_up input{
	width:85%;
	float:left;
	border:1px solid #fff;
}
#sign_up a{
	display:block;
	float:right;
	background:url(../images/arrow.gif) center 5px  no-repeat;
	width:30px;
	padding-top:6px;
}
.imageframe-1{
	display:inline-block;
	border:1px solid #a02226;
	margin-bottom:10px;
}
.brand-list{
	list-style:none;
	margin-top:30px;
}
.brand-list li{
	float:left;
	padding:10px;
}
.gallery-list{
	list-style:none;
	display:inline-block;
	margin-left:-70px;
}
.gallery-list li{
	float:left;
	margin:20px 0;
	margin-left:70px;
	border:8px solid #cc9933;
}
.gallery-list img{
	display:block;
}
/* End Body */

/*Eyewear*/

#brand-select{
	width:198px;
	float:right;
	position:relative;
	margin-top:10px;
	z-index:99;
}
#brand-select .target{
	background:url(../images/brandselect-sprite.png) left bottom no-repeat;
	display:block;
	width:198px;
	height:33px;
	font-size:14px;
	line-height:32px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-indent:16px;
	position:relative;
	z-index:2;
}
#brand-select .target:hover, #brand-select .clicked{
	background-position:left top;
}
#brand-select ul{
	background:url(../images/semired-bg.png);
	font-size:14px;
	line-height:1.2;
	list-style:none;
	padding:10px 0;
	width:100%;
	position:absolute;
	left:0;
	top:25px;
	z-index:1;
	display:none;
	height:330px;
	overflow:auto;
}
#brand-select ul li{
	padding:5px 20px;
}
#brand-select ul li.others{
	margin:5px 10px 0;
	border-top:1px solid #fff;
	text-align:center;
}
#brand-select ul a{
	display:block;
	color:#fff;
}
#brand-select ul a:hover, #brand-select ul .active{
	color:#000;
}

.brandlogo-list{
	list-style:none;
	height:50px;
	float:left;
}
.brandlogo-list li{
	margin-right:30px;
	float:left;
}
.brandlogo-list .main-logo{
	text-align:center;
	width:135px;
}

#brand-screen{
	padding:40px 0;
	position:relative;
	z-index:5;
}

#product-list{
	list-style:none;
	white-space:nowrap;
	font-size:0;
	padding:10px;
	margin:-10px;
}
#product-list li{
	display:inline;	
	margin:5px;
	margin-right:44px;
}
#product-list a{
	display:inline-block;
	border:8px solid #C93;
}
#product-list img{
	width:240px;
	height:150px;
}
#product-carousel{	
	
}
#product-carousel .jcarousel-clip{
	overflow:hidden;
}

#product-carousel .jcarousel-prev, #product-carousel .jcarousel-next{
	background:url(../images/arrow1-sprite.png) right top no-repeat;
	display:block;
	width:42px;
	height:50px;
	position:absolute;
	top:50%;
	right:-60px;
	margin-top:-30px;
	cursor:pointer;
}
#product-carousel .jcarousel-prev{
	background-position:left top;
	left:-60px;
}
#product-carousel .jcarousel-prev-disabled, #product-carousel .jcarousel-next-disabled{
	background-position:bottom right;
	cursor:default;
}
#product-carousel .jcarousel-prev-disabled{
	background-position:left bottom;
}
#brands{
	display:none;
}

/*End Eyewear*/



.b1 {
	background:#c1a866 url(../images/h_img.jpg) no-repeat;
}
.b2 {
	background:#c1a866 url(../images/about_img.jpg) no-repeat;
}
.b3 {
	background:#c1a866 url(../images/eyecr_img.jpg) no-repeat;
}
.b3 .col {
	width:70%;
	float:right;
}
.b4 {
	background: url(../images/eyewear_img.jpg) no-repeat;
}

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

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




/*pg_3*/
#pg_3 {
}
#pg_3 .bx2 {
	border:1px solid #933;
	padding:0 10px;
	margin-top:-4px;
}
#pg_3 .row {
	padding:30px 0;
	border-bottom:1px #ccc solid;
}
#pg_3 .irow {
	padding:20px 0;
}
#pg_3 .irow img {
	background:url(../images/rbdr.gif) right center no-repeat;
	padding-right:50px;
}
/*End pg_3*/

/*pg_4*/
#pg_4 {
}
#pg_4 .row {
	padding:20px 0;
	border-bottom:1px #ccc solid;
	display:inline-block;
	width:100%;
}
#pg_4 .col_1 {
	width:68%;
	float:left;
}
#pg_4 .col_1 .brnd {
	display:block;
	float:left;
}
#pg_4 .col_1 .models {
	display:block;
	float:right;
}
#pg_4 .col_1 .models img, #sunglass img {
	padding:4px;
	border:1px solid #933;
	margin-left:10px;
}
#sunglass {
	display:inline-block;
	padding-bottom:40px;
}
#sunglass .row {
	float:right;
	width:auto;
}
#pg_4 .col_2 {
	float:right;
	width:25%;
	padding:0 10px;
	text-align:center;
	border-left:1px solid #933;
	padding-bottom:50px;
}
#pg_4 .col_2 img {
	display:block;
	padding:20px 0;
	margin:auto;
}
.wb {
	border-bottom:1px solid #ccc;
	line-height:40px;
	margin:0 10px;
}
/*End pg_4*/


/* Footer */
html, body, * html #main_cnr {
	height:100%;
}
#main_cnr {
	min-height: 100%;
}
#in_cnr {
	display:inline-block;
	width:100%;
	padding-bottom:55px;
}
#pg_4 #in_cnr {
	padding-bottom:25px;
}
#footer_cnr {
	position:absolute;
	background:#a22327 url(../images/footer-bg.gif);
	padding:20px 0;
	width:100%;
	bottom:0;
}
#footer_cnr .in {
	position:relative;
}
#f_logo {
	position:absolute;
	top:-58px;
	left:20px;
}
#footer_cnr, #footer_cnr a {
	color:#fff;
	text-align:right;
	font-size:12px;
}
#footer_cnr .flft {
	padding-left:5px;
}
#footer_cnr .frgt {
	padding-right:5px;
}
/* End Footer */

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#efefef;
	padding:5px;
	display:none;
	color:#fff;
}
#preview img {
	width:250px;
}

/* about logo float*/




.logo img {
  float: left;
  
}

.logo p {
  float: left;
  width: 655px;
  margin: 0;
  padding-top: 50px;
}

.ig {
	padding:3px;
	float:left;
	margin-right:15px;
	position:relative;
}

.clear {clear:both;}

/* Name Border */

.goldBorder {
	
	display:block;
	width: 240px;
	height: 40px;
	border: 1px solid #DDCB99;
	padding-top: 5px;
}

.align-right{
	text-align:right !important;
}
.align-center{
	text-align:center !important;
}
