* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/bg.jpg');
}

a {
	color: #F1E3BC;
}

#wrapper {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 916px;
	height: 156px;
	background-image: url('../images/header.png');
	position: relative;
}

#homelink {
	position: absolute;
	width: 420px;
	height: 200px;
}

#header p {
	position: absolute;
	top: 105px;
	left: 580px;
	color: #FFF;
	font-size: 18px;
}

#intro_text p strong {
	border-bottom: 1px solid #FFF;
}

#header p a {
	color: #FFF;
}

#contentarea {
	width: 916px;
	background-image: url('../images/body_bg.png');
	float: left;
	position: relative;
}

#footer {
	width: 916px;
	height: 43px;
	position: relative;
	float: left;
}

#footer img {
	float: left;
}

ul#navigation {
	float: left;
	list-style-type: none;
}

ul#navigation li {
	float: left;
}

ul.nav {
	list-style-type: none;
	width: 160px;
}

ul.nav li {
	padding: 10px;
	width: 140px;
	height: 15px;
	background-image: url('../images/nav_bg.png'); 
	color: #FFF;
	margin:-9px;
}

ul.nav li a:hover {	
	color: #780707;
}


ul.nav li a {
	color: #FFF;
	text-decoration: none;
}

#home_link {
	position: absolute;
	top: 6px;
	left: 850px;
}

#home_link p {
	font-size: 18px;
}

#home_link p a {
	color: #eaeaea;
	text-decoration: none;
}

#nav_collections {
	position: absolute;
	top: -99px;
	left: 30px;
	z-index: 10;
}

#nav_about {
	position: absolute;
	top: -99px;
	left: 400px;
	z-index: 10;
}

#slideshow { 
	position: relative; 
	float: left;
	width: 400px; 
	height: 500px; 
	margin-left: 20px;
	margin-bottom:25px;
}

.ie7 #slideshow, .ie6 #slideshow {
	padding-bottom:30px;
}
 
#slideshow div { 
	position: absolute; 
	left: 0; 
	top: 0; 
}

#header_text {
	position: absolute;
	top: 20px;
	left: 330px;
	z-index: 10;
}

#intro_text {
	width: 320px;
	float: left;
	position: relative;
	top: 150px;
	left: 10px;
}

p {
	font-family: Times, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 150%;
	margin-bottom: 5px;
}

p.strong {
	font-size: 20px;
	font-weight: bold;
}

#videos {
	width: 110px;
	position: absolute;
	top: 160px;
	left: 780px;
	text-align: center;
}

#videos p {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#designers {
	width: 130px;
	position: absolute;
	top: 130px;
	left: 760px;
	text-align: center;
}

#designers a {
	color: #FFF;
}

#designers img {
	margin-bottom: 10px;
}

td {
	color: #FFF;
}

.formrow {
	width: 450px;
	height: 25px;
}

.formrow label {
	width: 150px;
	text-align: right;
	color: #FFF;
}

.formrow input, .formrow textarea, .formrow span {
	width: 200px;
	float: right;
}

.formrow span {
	color: #FFF;
}

#calendar
{
	width: 241px;
	height: 165px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #f2f2f2;
	background-color: #f3f8ff;
	position: absolute;
	font: 11px Trebuchet MS;
}

ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}
.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn  
{
	margin: 1px 0 0 1px;
	padding: 0;
	width: 39px;
	height: 14px;
	line-height: 14px;
	float: left;
	text-align: center;
	background-color: #feefe4;
	color: #000;
	display: inline;
}
.emptM, .dayDisabled, .monthDisabled
{
	color: #d7d6d5;
	background-color: #f2f2f2;
}
.headDay
{
	color: #fff;
	background-color: #48688f;
	width: 33px;
}
.dayNormal, .dayBlank, .dayWeekend, .dayCurrent
{
	color: #fff;
	background-color: #70b0ff;
	width: 33px;
}
.dayBlank{background-color: #f3f8ff}
.dayWeekend{background-color: #ff6161}
.dayCurrent, .currMonth{background-color: #71d45b}
.dayDisabled{width: 33px}
#days{margin-left: 1px; width: 238px;}
#elements{height: 150px;}
.months a, #days a, .currMonth a{color: #000; text-decoration: none; display: block;}
.currMonth a{color: #FFF}
#days a{color: #fff;}
.yearBrowse, #closeBtn {width: 240px; background-color: #FFF; line-height: 14px;}
.yearBrowse a, #closeBtn a{text-decoration: none; color: #f30; font-weight: bold;}
.yearBrowse b{margin: 0 5px}

#photocredit p {
	float: right;
	font-size: 10px;
	margin-right: 15px;
}

#photocredit p a {
	color: #898989;
	font-weight: bold;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

background: #6E1B18; 
width: 900px; 
height: 35px; 
margin: 0px; 
padding: 0
overflow: hidden; 
position:absolute;
bottom:0px;
left: 0px;
margin-left: 8px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 7px;
width: 900px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;

}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #FFF;
font: bold 16px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#photo_gallery {
	width:460px;
	float: left;
	position: relative;
	top: 150px;
	left: 10px;
	height: 500px;
}

#photo_gallery ul {
	list-style-type: none;
}

#photo_gallery ul li {
	float: left;
	margin-right:3px;
}

#photo_gallery ul li img {
	border:0px;
	margin-bottom:3px;
}