/*  eight-seconds.com css ---------------------------------------------------------------------------*/
/*  A Milwaukee web design agency focusing on user centered design. eight seconds -------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color:#666666; 
	margin:0px;
	background-color:#336699;
}

/*  LINKS ------------------------------------------*/

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}
a.h1 {
	font-weight:100;
	font-size: 21px;
	line-height: 28px; 
	color: #333333;
	text-decoration: none;
	border:none;
}
a.h1:hover { 
	background-color:#FFFFFF;
	text-decoration:none;
		}

a.h2 {
	font-weight:100;
	font-size: 10px;
	line-height: 22px; 
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
	border:none;
}
a.h5:hover {
	background-color:#FFFFFF;
	text-decoration:none;
	}
a.h5 {
	font-weight:100;
	font-size: 14px;
	line-height: 28px; 
	color: #333333;
	text-decoration: none;
	letter-spacing: 0px;
	border:none;
}
a.h5:hover {
	background-color:#FFFFFF;
	text-decoration:none;
	}
a.h6 {
	padding-top:8px;
	padding-bottom:2px;
}
a.h6:hover {
	padding-top:8px;
	padding-bottom:2px;
}


/*  PAGE STRUCTURE ------------------------------------------*/

#background {
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
	}
#main {
	width:980px;
	margin:0px auto;
	background-color: #FFFFFF;
	position: inherit;
	}
	
/*  NAVIGATION ------------------------------------------*/

#navbar {
	height:60px;
	padding:20px;
	margin:0px;
	background-color:#252525;
	background-image:url(../images/acne-logo2.gif);
	background-repeat:no-repeat;
	background-position:25px 40px;
	}
#navbar p {
	text-align:right;
	margin-right:30px;
	text-decoration:none;
	border:none;
	margin-top:15px;
	}
#navbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding:0px;
	margin-left:8px;
	margin-right:8px;
	margin-top:0px;
	padding-top:20px;
	margin-bottom:8px;
	border:none;
	border-bottom: 8px solid #252525;
	}
#navbar a.selected {
	color:#CCCCCC;
	padding: 3px;
	margin-left:8px;
	margin-right:8px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:8px;
	border-bottom: 8px solid #CCFF00;
	}	
#navbar a:hover {
	color:#CCCCCC;
	padding-top:10px;
	padding-bottom:8px;
	border-bottom: 8px solid #666;
	background-color:#252525;
	}	

#main_title, #sub_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#394056;
	font-size:14px;
	margin-bottom:10px;
	margin-left:6px;
	}
#main_nav{
	float:left;
	width:210px;
	padding: 0px 4px 0px 4px;
}

#main_nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#main_nav ul{
	border-bottom:1px solid #d9d9d1;	
}
#main_nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;

}
#main_nav li.selected{
	display: block;
	color:#FFF;
	background-color:#000;
}
#main_nav ul li{
	border-top: 1px solid #d9d9d1;
}
#main_nav li:hover {
	color:#fff;
	cursor: pointer;
	background-color: #33FFCC;
	}
	
#main_nav a{
	display: block;
	padding: 2px 2px;
	text-decoration:none;
	color : #555555;
	padding-left:6px;
	padding-right:6px;
	padding-top:8px;
	padding-bottom:8px;
}
#main_nav a.selected{
	display: block;
	color:#000;
	background-color: #CCFF00;
}
#main_nav a:hover{
	display: block;
	color:#000;
	background-color: #CCCCCC;
}
#main_nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:22px;
}			


#content {
	padding:20px;
	background-color: #FFFFFF;
	}

.promoheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
	font-size:14px;
	line-height:28px;
}
.promosub {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:9px;
	line-height:21px;
	text-transform:uppercase;
	letter-spacing: 1px;
	}
.promosub a {
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:9px;
	line-height:21px;
	padding:7px;
	text-transform:uppercase;
	letter-spacing: 1px;
	border:1px dotted #ccc;
	}
.promosub a:hover {
	color:#000;
	font-weight:100;
	background-color:#ccc;
	}

.whiteborder {
	border-left:6px solid #FFFFFF;
	}

#newsitems h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #FF6600;
	text-transform:none;
	font-weight:100;
	letter-spacing:0px;
	margin:0px;
	padding-bottom:10px;
	}

#newsitems p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color: #DDD;
	padding-bottom:4px;
	font-weight:100;
}
#newsitems a.morelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size:9px;
	line-height:14px;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:1px;
	float:right;
	padding:7px;
	border:1px dotted #ccc;
	}
#newsitems a {
	color:#DDD;
	font-weight:100;
	padding:2px;
	padding-bottom:4px;
}
#newsitems a:hover {
	color:#000;
	font-weight:100;
	background-color:#ccc;
}
#newsitems img, a img, a:hover img {
	border:none;
	padding:0px;
	margin-bottom:15px;
	}
a.morelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:9px;
	line-height:20px;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:1px;
	float:right;
	padding: 7px;
	padding-right:7px;
	border:1px dotted #ccc;
	}



/*  TEXT ------------------------------------------*/

h1 {
	font-weight:100;
	font-size: 22px;
	line-height: 22px; 
	color: #666;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}

h2 {
	font-weight:100;
	font-size: 21px;
	line-height: 28px; 
	color: #333333;
	text-decoration: none;
}

h5 {
	font-weight:100;
	font-size: 14px;
	line-height: 28px; 
	color: #333333;
	letter-spacing: 0px;
	text-transform:none;
}

h3 {
	font-weight:100;
	font-size: 19px;
	line-height: 28px; 
	color:#666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 9px;
	line-height: 16px; 
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size: 9px;
	line-height: 16px; 
	letter-spacing: 1px;
	color: #555;
	text-transform: uppercase;
}
.award {
	font-weight:100;
	font-size: 14px;
	line-height: 20px; 
	color:#333;
	background-color:#e5e5e5;
}
.big {
	font-weight:100;
	font-size: 21px;
	line-height: 34px; 
	color: #333333;
	text-decoration: none;
}
td {
	color: #666;
	text-decoration: none;
}

/*  DECORATIONS ------------------------------------------*/

hr {
	border-style:none;
	border-bottom: 1px dotted #666666;
	height: 1px;
}

.yellow {
	background-color: #FFFF66;
	}

#details {
	font-size: 9px;
	line-height:9px;
	visibility:hidden;
	}
#details h1 {
	font-weight:200;
	font-size: 9px;
	line-height:9px;
	}

#interior {
	width:980px;
	}
#interior h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #FF6600;
	text-transform:none;
	font-weight:100;
	letter-spacing:0px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	}
#column1 {
	width:640px;
	float:left;
	padding-right:10px;
	}
#column2 {
	width:270px;
	padding-left:20px;
	float:left;
	}
#spacer {
	width:940px;
	float:left;
	padding-bottom:20px;
	}
#footer {
	position:relative;
	float:none;
	width:940px;
	padding-bottom:10px;
	margin-top:10px;
	border-top:1px dotted #666;
	}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	font-size: 9px;
	line-height: 18px; 
	letter-spacing: 1px;
	color: #555;
	text-transform: uppercase;
	}
