html, body {
	height:100%;
}

body {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	color: #C36;
}
.bg {
	background: #FFF url(images/background.jpg) no-repeat top center;
}

/* text spec */

h1 { color:#C36; font-size: 20px; line-height: 22px; margin: 0; }
h2 { color:#C36; font-size: 14px; margin: 0 0 5px 0; text-transform: uppercase; font-weight: normal; }
h3 { color:#C36; font-size: 14px; margin: 0 0 7px 0; font-weight: normal; }
h4 { color:#C36; font-size: 10px; margin: 5px 0 7px 0; font-weight: normal; }

#index_content h1 { color:#C36; font-size: 12px; margin: 0; }
#index_content h2 { color:#C36; font-size: 12px; font-weight: normal; margin: 0 0 7px 0; text-transform: none; }
#index_content h3 { color:#C36; font-size: 16px; text-transform: uppercase; margin: 0 0 7px 0; font-weight: normal; }

p {
	margin: 0 0 1em 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.pngfix {
	behavior: url("iepngfix.htc");
}

form {
	margin: 0;
	padding: 0;
}

a { outline: none; }

a:link, a:visited {
	color: #C36;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

input {
	border: 0px none;
}
.login table {
	margin-bottom: 15px;
}
.login table input {
	
}
#user, #pass, #Name, #Company, #Email, #Telephone, #Website { width: 220px; }
.btn {
	width: 50px;
	font-size: 10px;
	color: #FFF;
	padding: 2px 5px;
	background-color: #BA687E;
}
#login_div th { text-align: left; font-weight: normal; text-transform: uppercase; font-size: 10px; padding-bottom: 15px; }
#login_div td { padding-bottom: 15px; }

.pink { color: #FF2666; }

/* LAYOUT DIVS */

.index_bg {
	background:url(none) #FFF !important;
	background:url(images/index_bg_IE6.jpg) no-repeat center center #FFF;
}

#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
}

#main_image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#index_content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	font-size: 12px;
	line-height: 16px;
}
#text {
	width: 430px;
	margin-left: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-285px; /* half of container's height */
		float:left;
}

#container {
	margin:0 auto;
	position:relative !important; /* puts container in front of distance */
	position:inline; /* for IE6 - pngfix does not work with relative divs */
	text-align:left;
	width:900px;
	height:570px;
	clear:left;
	/*border: 1px solid #999;*/
}
.mission_bg {
	/* background-image: url(images/mission_bg.png);
	background-repeat: no-repeat;
	background-position: 500px 0px;
	behavior: url("iepngfix.htc"); */
}
.home_img {
	background-image: url(images/home_img.png);
	background-repeat: no-repeat;
	background-position: 470px 10px;
}

#header {
	text-align: center;
	height: 100px;
}
#header img { behavior: url("iepngfix.htc"); }

#content {
	height: 380px;
	width: 790px;
	margin: 6px auto 0px;
}

#content2 {
	position: relative;
	height: 380px;
	width: 780px;
	margin: 6px auto 0px;
}
#collection_btn {
	position: relative;
	width: 130px;
	text-align: right;
	margin-top: -18px;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
}

#home_text {
	width: 450px;
	padding-top: 95px;
	font-size: 14px;
	line-height: 17px;
}
#home_knickers {
	position: absolute;
	width: 201px;
	bottom: 67px;
	right: 0px;
}

#where_col {
	width: 190px;
	float: left;
	margin-right: 10px;
}
#where_col2 {
	width: 190px;
	float: left;
	margin-right: 0px;
}
#friends_col {
	width: 350px;
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	font-size: 15px;
	line-height: 19px;
}
#friends_col2 {
	width: 350px;
	float: right;
	padding-right: 10px;
	padding-top: 30px;
	font-size: 15px;
	line-height: 19px;
}
#organic_col {
	position: relative;
	width: 410px;
	float: left;
	padding-left: 0px;
	margin-top: 30px;
}
#organic_col2 {
	width: 300px;
	float: left;
	padding-left: 20px;
	padding-top: 27px;
}
#youtube_vid {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 255px;
	z-index: 1;
	visibility: hidden;
}
#youtube_thumbnail {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 255px;
	z-index: 2;
}
#space { height: 30px; }
#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }

.panel { line-height: 16px; }
.panel td { vertical-align: top; }
.panel td img { margin-top: 3px; }

#contact_div {
	width: 340px;
	margin: 0px auto;
	padding-top: 100px;
	text-align: center;
}
#contact_div img { behavior: url("iepngfix.htc"); }
#login_div {
	width: 650px;
	margin: 0px auto;
	padding-top: 80px;
}
#news_div_wrapper {
	width: 580px;
	margin: 0px auto 0px;
	padding-top: 50px;
}
#news_div {
	width: 540px;
	padding-right: 20px;
	margin-left: 10px;
	height: 280px;
	overflow: auto;
	line-height: 16px;
}

.contact_table td img {display: block;} 

#footer_wrapper {
	position: relative;
	width: 900px;
	margin: 63px auto 0px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	width: 900px;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FF2666;
	text-decoration: none;
}

.marquee {
	background-color: #FFF;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	color: #666;
	padding: 0px 5px;
	width: 890px;
}
#materials {
	height: 42px;
}
#materials img { behavior: url("iepngfix.htc"); }


/* menu */

#menubar {
	margin-left:80px;
}

#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
	height: 21px;
}
#menu li {
	display: inline;
	/* float: left; */
	margin: 0px;
	padding: 0 0px 0 0px;
}
#menu li a {
	color: #666;
	text-decoration: none;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px;
	font-weight: normal;
	outline: none;
}
#menu a:hover, #menu a:active {
	color: #C36;
	text-decoration: none;
}
#menu li#selected a {
	color: #C36;
	text-decoration: none;
}
