/* c2 */

html,body {
	background: url(../img/shell/bkgd_global.jpg) #201816 top center repeat-x;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 100%
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

#colorstrip {
	background: url(../img/shell/bkgd_colorstrip.jpg) repeat-x;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}

#top {
	background: url(../img/shell/bkgd_top.jpg) #2b201e no-repeat;
	width: 976px;
	height:138px !important; /* real browsers */
	height:138px; /* IE6: treated as min-height*/
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	overflow: visible;
}

#container {
	background: url(../img/shell/bkgd_container.jpg) #2b201e no-repeat;
	width: 980px;
	height:auto !important; /* real browsers */
	height:auto; /* IE6: treated as min-height*/
	min-height: 520px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	overflow: visible;
}

#container_int {
	background: #000000;
	width: 1000px;
	height:auto !important; /* real browsers */
	height:auto; /* IE6: treated as min-height*/
	min-height: 520px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 8px;
	text-align: center;
	overflow: visible;
}

#left {
	background: #000000;
	width: 225px;
	height:auto !important; /* real browsers */
	height:auto; /* IE6: treated as min-height*/
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	overflow: visible;
	float: left;
	clear: right;
}

#right {
	background: #000000;
	width: 685px;
	height:auto !important; /* real browsers */
	height:auto; /* IE6: treated as min-height*/
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 25px !important;
	padding-right: 15px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #ffffff;
	text-align: left;
	overflow: visible;
	float: left;
	clear: none;
}

#right_white {
	background: #ffffff;
	width: 685px;
	height:auto !important; /* real browsers */
	height:auto; /* IE6: treated as min-height*/
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #333333;
	text-align: left;
	overflow: visible;
	float: left;
	clear: none;
}
#right_gray {
	background: url(../img/shell/bkgd_callouts_btm.jpg) #2e2e2e no-repeat;
	width: 685px;
	height:212px !important; /* real browsers */
	height:212px; /* IE6: treated as min-height*/
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #cccccc;
	text-align: left;
	overflow: visible;
	float: left;
	clear: none;
}

#color_picker {
	background: url(../img/colorTools/ctools/bkgd_color_picker.jpg) #000000 no-repeat;
	width: 941px;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #333333;
	text-align: center;
	overflow: visible;
	clear:none;
}

#color_picker_gray {
	background: url(../img/shell/bkgd_callouts_btm2.jpg) #000000 no-repeat;
	width: 941px;
	height:212px !important; /* real browsers */
	height:212px; /* IE6: treated as min-height*/
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color: #cccccc;
	text-align: left;
	overflow: visible;
	float: left;
	clear: none;
}

#footer {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-family: Trebuchet MS, arial, sans-serif;
	line-height: 16px;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	color: #ff8a03;
	text-decoration: none;
}


/* Nav */

#navbox {
	display: block;
	position: relative;
	padding-top: 25px;
	padding-left: 0px;
	text-align: left;
	height: 32px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

#nav ul{
	background-color: #342a28;
	list-style-type: none;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	display: inline;
	margin: 0;
	text-align: left;
}
#nav li { 
	background-color: #342a28;
	margin: 0;
	display: block;
	float: left;
	text-align: left;
}

#nav li.new { 
	background: url(../../newswipe.jpg) repeat-y;
	height: 28px;
	margin: 0;
	display: inline;
	text-align: left;
}
 
#nav a { 
	display: inline;
	color: #FFF;
	
	height: 28px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	text-align: left;
	margin: 0;
}
 
#nav a:hover{
	
	color: #ff8a03;
	margin: 0;
	
}


#topnav ul{
	background-color: #2b201e;
	height: 16px;
	list-style-type: none;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	text-align: left;
}
#topnav li { 
	margin: 0;
	color: #FFF;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	display: inline;
	height: 16px;
	text-align: left;
}
 
#topnav a { 
	display: inline;
	color: #FFF;
	background: #2b201e;
	font-size:10px;
	height: 16px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: left;
	margin: 0;
}
 
#topnav a:hover{
	color: #ff8a03;
	margin: 0;
	height: 16px;
}

#mysubnavcontainer ul{
	background-color: #000000;
	list-style-type: none;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#mysubnavcontainer li { margin: 0; }
 
#mysubnavcontainer a { 
	display: block;
	color: #616161;
	background: url(../img/shell/snav_off.gif) #000000 no-repeat;
	width: 203px;
	height: 25px;
	line-height: 25px;
	padding-left: 22px;
	text-decoration: none; 
	margin: 0;
}
 
#mysubnavcontainer a:hover{
	background: url(../img/shell/snav_on.gif) #000000 no-repeat;
	color: #be5f24;
	margin: 0;
}

/* end Nav */


/* home stuff */
#home1 {
	background: url(../img/home/c2_lookbook.jpg);
	font: normal 12px Trebuchet MS, sans-serif;
	line-height: 14px;
	color: #908f8d;
	width: 347px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	float: left;
	clear: right;
	overflow: visible;
}
#home2 {
	/*background: url(../img/home/inspiration.jpg);*/
	/*background: url(../img/home/c2_pallette.jpg);*/
	background: url(../img/home/new_c2_pallette.jpg);
	font: normal 12px Trebuchet MS, sans-serif;
	line-height: 14px;
	color: #908f8d;
	width: 315px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	float: left;
	clear: none;
	overflow: visible;
}
#home3 {
	/*background: url(../img/home/c2_pallette.jpg);*/
	/*background: url(../img/home/inspiration.jpg);*/
	background: url(../img/home/new_inspiration.jpg);
	font: normal 12px Trebuchet MS, sans-serif;
	line-height: 14px;
	color: #908f8d;
	width: 268px;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: left;
	float: left;
	clear: none;
	overflow: visible;
}
#homelink {
	font: normal 12px Trebuchet MS, sans-serif;
	line-height: 14px;
	color: #908f8d;
	text-decoration: none;
}
/* end home stuff */


/* buttons */
#btn_purchase, #btn_purchase a {
	background: url(../img/shell/btn_purchase.jpg) no-repeat;
	margin: auto;
	margin-right: 6px;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #000000;
	width: 148px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	overflow: visible;
	clear: right;
}


#btn_resources, #btn_resources a {
	background: url(../img/shell/btn_resources.jpg) no-repeat;
	margin: auto;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #000000;
	width: 148px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	overflow: visible;
	clear: none;
}

#btn_yellow, #btn_yellow a {
	background: url(../img/colorTools/ctools/btn.gif) no-repeat;
	margin: auto;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #be5f24;
	width: 236px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	overflow: visible;
	clear: none;
}

#btn_red, #btn_red a {
	background: url(../img/colorTools/ctools/btn_red.gif) no-repeat;
	margin: auto;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #ffffff;
	width: 156px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	overflow: visible;
	clear: none;
}

#btn_red2, #btn_red2 a {
	background: url(../img/shell/btn_red2.gif) no-repeat;
	margin: auto;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #ffffff;
	width: 156px;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	overflow: visible;
	clear: none;
}

#link_yellow, #link_yellow a {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color: #ffe652;
	float: left;
	text-decoration: none;
}
/* buttons */

#callout_wide {
	width: 685px !important;
	width: 665px;
	height: 90px;
	padding: 10px;
}
#callout_img {
	width: 152px;
	height: 89px;
	padding: 4px;
	text-align: center;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-top:  solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	float: left;
	clear: right;
}
#callout_content {
	width: 472px;
	height: 80px;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #333333;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	clear: none;
	overflow: hidden;
}
#order_content {
	width: 472px;
	height: 80px;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #333333;
	line-height: 13px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	clear: none;
	overflow: visible;
}
#box_text {
	width:210px;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
	clear:none;
	margin-top:0px;
	line-height:12px;
	font: normal 11px Trebuchet MS, sans-serif;
}
#box_text2 {
	width:177px;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
	clear:none;
	margin-top:0px;
	line-height:12px;
	font: normal 11px Trebuchet MS, sans-serif;
}
#statelink, statelink a {
	width: 140px;
	padding-left: 20px;
	cursor: pointer;
	background: #ffffff;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #999999;
	height: 17px;
	line-height: 17px;
}
#statelinkOver {
	width: 140px;
	padding-left: 20px;
	cursor: pointer;
	background: url(../img/misc/btn_locator.jpg) #f1eeee no-repeat;
	font: normal 11px Trebuchet MS, sans-serif;
	color: #cc6600;
	height: 17px;
	line-height: 17px;
}

#lookbookBox{margin-left: auto;margin-right: auto;width: 671px;display: block;}
#bookHolder{margin-left: auto;margin-right: auto;width: 492px;display: block;}
#lookbookBox p{font-size: 14px;}
#lookbookBox a{font-size: 14px;color: #f2d73e;text-decoration: underline;}


