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

body { 
  margin:0;
  padding:0 0 0 <length>;
  line-height:14px;
  background:url(images/bg2.jpg) repeat-y fixed;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

h1 {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin:15px 0px 2px 0px;
	line-height:15px;
}
h2 {
	font-size:13px;
	color:#00b4b1;
	font-weight:bold;
	margin:15px 0px 2px 0px;
	line-height:15px;
}
h3 {
	font-size:12px;
	color:#231f20;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	line-height:13px;
}
h4 {
	font-size:12px;
	line-height:15px;
	color:#231f20;
	font-weight:normal;
	margin:4px 0px 0px 0px;
}


#wrapper {
	background:url(images/bg1.jpg) no-repeat fixed;
	padding-top:174px;
	width:100%;
	min-height:400px;
}
#top-bar {
  position:fixed;
  top:0px;
  left:0;
  /*width:<length>;*/
  width: 961px;
  height:134px;
  background:url(images/top_bg.png);
  padding:22px 0px 0px 72px;
  margin-bottom:18px;
}
* html body {
  overflow:hidden;
 } 
* html #content {
  height:100%;
  overflow:auto;
} 
/* ACTIVE STATES OF MAIN NAVIGATION 
body.home .home a {
	background:url(images/nav/home_over.gif) no-repeat;
}
body.about .about a {
	background:url(images/nav/about_over.gif) no-repeat;
}
body.promotions .promotions a {
	background:url(images/nav/event_over.gif) no-repeat;
}
*/

/*  NAVIGATION  */
.home a, .about a, .design a, .promotions a, .collection a, .merchandise a, .contact a {
	float:left;
	width:152px;
	height:20px;
}
.home a {
	background:url(images/nav/home.gif) no-repeat;
}
.home a:hover {
	background:url(images/nav/home_over.gif) no-repeat;
}
.about a {
	background:url(images/nav/about.gif) no-repeat;
}
.about a:hover {
	background:url(images/nav/about_over.gif) no-repeat;
}
.promotions a {
	background:url(images/nav/promotions.gif) no-repeat;
}
.promotions a:hover {
	background:url(images/nav/promotions_over.gif) no-repeat;
}
.design a {
	background:url(images/nav/design.gif) no-repeat;
}
.design a:hover {
	background:url(images/nav/design_over.gif) no-repeat;
}
.collection a {
	background:url(images/nav/collection.gif) no-repeat;
}
.collection a:hover {
	background:url(images/nav/collection_over.gif) no-repeat;
}
.merchandise a {
	background:url(images/nav/merchandise.gif) no-repeat;
}
.merchandise a:hover {
	background:url(images/nav/merchandise_over.gif) no-repeat;
}
.contact a {
	background:url(images/nav/contact.gif) no-repeat;
}
.contact a:hover {
	background:url(images/nav/contact_over.gif) no-repeat;
}







/*  top bar area */
#logo a {
	margin-right:29px;
	float:left;
	background:url(images/logo.gif) no-repeat;
	width:207px;
	height:116px;
}
#logo a:hover {
	background:url(images/logo_over.gif) no-repeat;
}


/*   LEFT COL   */
#col_left {
	width:209px;
	background:url(images/address.gif) no-repeat;
	background-position:top left;
	padding-top:52px;
	position:fixed;
	left:0px;
	margin:5px 0px 0px 70px;
}
#contact {
	padding-bottom:38px;
}
#contact a {
	background:url(images/contact.gif);
	width: 116px;
	height: 14px;
	float:left;
}
#contact a:hover {
	background:url(images/contact_over.gif);
}


#content_wrapper {
	margin-left:308px;
	padding:0px 28px 70px 0px;
	width: 697px;
}
#col_main {
	float:left;
	width:517px;
	padding-right:26px;
}
#col_main a {
	color:#00b4b1;
	text-decoration:none;
}
#col_main a:hover {
	color:#231f20;
}
#col_right {
	width:154px;
	float:left;
	background:url(images/news_title.gif) no-repeat;
	background-position:top left;
	padding-top:16px;
}

/*  HOME FEATURES  */
#home-feature {
	margin-bottom:16px;
	padding:0px;
	width:516px;
	height:203px;
}

/*  NEWS  */
#news_wrapper {
	/*background:url(images/news_bg.gif) repeat-x;
	background-position:bottom;*/
	padding-bottom:6px;
	margin-bottom:10px;
	line-height:11px;
	font-size:10px;
}

#news_feature1, #news_feature2, #news_feature3 {
	width:154px;
	height:103px;
	margin-bottom:5px;
}
#news_feature1 {
	width:154px;
	height:103px;
	margin-bottom:5px;
	background:url(images/news/news_feature1.gif) no-repeat;
}
#news_feature2 {
	background:url(images/news/news_feature1.gif) no-repeat;
}

#news_feature3 {
	background:url(images/news/news_feature3.gif) no-repeat;
}

.news_feature_text {
	height:50px;
	background:url(images/news_feature_bg.png) repeat-x;
	background-position:bottom;
	padding:53px 3px 0px 4px;
}
.news_feature_text a {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
}
.news_feature_text a:hover {
	color:#000;
}

#news ul {
	margin:0px 0px 7px 12px;
	padding:0px;
}
#news li {
	list-style-image:url(images/news_li.gif);
	margin:0px;
}
#news li a {
	text-decoration:none;
	color:#231f20;
}
#news li a:hover {
	color:#00b4b1;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
