/* InVision Styles  */
/* © by Dan Moriarty Design 
*/ 

@import url('reset.css');


	/* Helpers and base rules */

img	{
	border: 0;
	}


	/* Primary layout divisions */

html {
	font-size:75%;
}

body	{
	text-align: center;
	padding: 0;
	background: #FFF;
	color:#3F5549;
	font-family:"Lucida Grande", "Trebuchet MS",  Verdana, Helvetica, sans-serif;
	line-height:140%;
	
	}



/* LAYOUT DIVS *******************/
  
#wrapper	{
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

	
#maincontent 	{
	float: left;
	width: 320px;
	padding: 10px 15px;
	border: 0;
	margin: 0;
	}

body#homepage #maincontent {
	padding:0;
	width:380px;
}

#header {
	background:#D8D9B2 url(images/logo.png) 15px 20px no-repeat;
	width:760px;
	height:50px;
	padding:10px 20px;
	position:relative;
}

#content {
	width:800px;
	float:left;
}

#sidebar	{
	margin: 0 0 0 400px;
	padding: 0;
	border: 0;
	}
	
.eyecare_holder	{
	background: #fff url(images/bg_eyecare.png);
	margin-bottom:10px;
	padding-bottom:30px;
}

	
#eyecare_leftbar	{
	float:left;
	width:320px;
	padding-bottom:30px;
	}

#eyecare_content 	{
	margin-left:340px;
	width:300px;
	}
	
.stores_holder{
	margin:0 0 10px 0;
	background-color:#859697;

	}
	
.stores_holder #maincontent 	{
	background-color:#CED5D6;

	}


#stores_photo	{
	float:left;
	padding:0;
	width:448px;
	background-color:#859697;
	}

.specials_holder{
	float:left;
	width:800px;
	margin-bottom:10px;
	padding:0;
	background: url(/images_template/bg_specials.gif);
	}

#specials_left{
	float:left;
	width:140px;
	}

#specials_content{
	float:left;

	width:280px;
	padding-left:10px;
	}

#specials_right	{
	margin-left:495px;
	width:300px;
	padding:10px 0;
	}

#specials_content p {
	margin:8px 0 0 0;
	}

#specials_content ul {
	margin:2px 0 0 0;
	padding: 0 0 0 15px;
	line-height:120%;
	}
#specials_content li {
	padding: 2px 0;
	}
	
	/********************/
	
.celebrity_holder{
	float:left;
	width:800px;
	margin-bottom:10px;
	padding:0;
	background: url(images/bg_celebrity.png);
	}

#celebrity_left{
	float:left;
	width:100px;
	}

#celebrity_content{
	float:left;
	width:305px;
	padding: 0 10px;
	}

#celebrity_names{
	height:350px;
	overflow:scroll;
	}
	
#celebrity_right	{

	width:375px;
	float:left;
	padding:0;
	}
	
#cel_column1	{
	width:105px;
	float:left;
}

#cel_column2	{
	width:105px;
	padding-left:7px;
	float:left;
	margin:0;
	border-left:1px solid #ccc;
}


/* Contacts */

#leftcol, #rightcol, #maincol {
	float:left;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.clear-block {
    display: block;
}


#contacts_wrap {
	background: url(images/bg-contacts.png) repeat-y;
	width:800px;
}

#contacts_wrap #maincol {
		margin-left:319px;
	margin-right:160px;

}


#contacts_wrap #maincol .inner {
	padding:10px 20px;
}

#contacts_wrap #leftcol {
	width:315px;
	margin-left:-100%;
}

#contacts_wrap #rightcol {
	width:160px;
	margin-left:-160px;
}


#contacts_wrap #lefttcol .inner {
	padding-top:165px;
}

#contacts_wrap #rightcol .inner {
	padding-top:180px;
}


/*ROTATING IMAGE BANNER */

ul#image-banner {  
    
    background-color: #eee;  
    width:  400px; 
    height: 530px; 
    margin:0;
    padding:0;
}


ul#image-banner li img {
	margin:0;
	padding:0;
	width:400px;
	height:530px;
}


/*STORES ROTATING IMAGE BANNER*/


ul#rotating-stores {
    
    background-color: #eee;  
    width:  450px; 
    height: 500px; 
    margin:0;
    padding:0;
}
ul#rotating-stores li img {
	margin:0;
	padding:0;
	width:450px;
	height:500px;

}
/***********************/

#admin_content{
	margin-left:160px;

	padding:10px;
	background: #fff;
	text-align:left;
	color:#000;
	
	}
	
#admin_content tr{
	background:#ccc;
	}
	
/***********************/
	
#collection_holder{
	float:left;
	width:742px;
	margin-bottom:10px;
	padding:0;
	background: url(/images_template/bg_collection.gif);
	}

#collection_sidebar{
	float:left;
	width:150px;
	padding:10px;
	}

#collection_sidebar ul{
	margin: 0;
	padding: 0;
	}
	
#collection_sidebar li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	line-height:160%;
	}
	
#collection_content table{
	text-align:center;
	}
	
#collection_content{
	margin-left:160px;
	background: #fff;
	text-align:center;
	color:#000;
	}
	
#collection_content img	{
		/*border:1px solid red;*/
}
	
#collection_text{
	margin-left:160px;
	padding:10px;
	}
	
/********************/
	
#column1	{
	width:130px;
	float:left;
}

#column2	{
	  padding-left: 20px;
    width: 130px;
	float:left;
	margin:0;
	border-left:1px solid #ccc;
}



#footer	{
	clear:both;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 10px 0;
	}

	
#footer p	{

	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}


	

		
	/* Primary nav 	*/



#globalnav ul#menu	{
	
	height:25px;
	width:800px;
	background: #000 url(images/bg-nav.png) no-repeat 0 -25px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	text-indent: -9999px;

	}
	
ul#menu a {
	height: 25px;
	display: block;
	}
	

	
	
#home	{left: 0px; width: 90px;}
#stores	{left: 120px; width: 100px;}
#collections	{left: 250px; width: 110px;}
#eyecare {left: 390px; width: 90px;}
#celebrity	{left: 520px; width: 130px;}
#special {left: 675px; width:120px;}

#home a:hover, body#homepage #home	{ 	background: url(images/bg-nav.png) 0 0px no-repeat; }
#stores a:hover, body#storespage #stores  { background: url(images/bg-nav.png) -120px 0px no-repeat;}
#collections a:hover, body#collectionspage #collections {background: url(images/bg-nav.png) -250px 0px no-repeat;}
#eyecare a:hover, body#eyecarepage #eyecare {background: url(images/bg-nav.png) -390px 0px no-repeat;}
#celebrity a:hover, body#celebritypage #celebrity {background: url(images/bg-nav.png) -520px 0px no-repeat;}
#special a:hover, body#specialspage #special {background: url(images/bg-nav.png) -675px 0px no-repeat;}


	

	/* Default links 	*/

a:link, a:visited {
	font-weight: bold; 
	text-decoration:none;
	color:#3F5549;
	background: transparent; 
	}

a:hover {
	font-weight: bold; 
	color:#660000;
	background: transparent;
	text-decoration:underline;
	}

a:active {
	font-weight: bold; 
	text-decoration: none;
	
	background: transparent;  
	}



	/* Typography 	*/
	
	.branding {
		text-indent:-5000px;
		display:block;
	}
	
	.branding a {
		display:block;
		width:100px;
		height:50px;
	}
	
	
h2, h3, h4	{
	line-height: 1.2em;
	}

h1 {
	font-size:16px;
	color:#000;
	margin:15px 0 5px 0;
}

		
h2 {
	font-size:14px;
	color:#000;
		margin: 15px 0 4px 0;

}

h3 {
	font-size:12px;
	color:#000;
	margin:12px 0 0;

}

p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	}
	
strong {
	color:#000;
}

.required	{
	font-weight:bold;
}


/*LISTS*/

ul.storelist {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	width:260px;
}

.storelist li {
	border-bottom:1px dotted #000;
	line-height:120%;
}

.storelist li a {
	display:block;
	padding:3px 5px;
	

}

.storelist li a:hover {
	background:#333;
	color:#fff;
}

.storelist li.active a {
	background:#859697;
	color:#fff;
}


/*MISC*/

#facebook-badge {
	position:absolute;
	left:460px;
	top:5px;
}

.copyright-block {
	width:400px;
	float:left;
}

.social-media {
	float:left;
	width:360px;
	
}

.twitter {
	float:left;
	width:35px;
	
}


.clearout {
	clear:both;
}
