/* colors
bg
page					907c4a
main					ffc

text
header orange			f90
border orange			fc6
*/

/* fonts */

/* standard elements */
body{
	margin: 0;
	padding: 0;
	background: #907c4a url('/images/bg_page.jpg') repeat-x center top;
}
body, th, td{
	font-size: 12px;
	line-height: 1.4;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h2{
	margin-bottom: 20px;
	padding-left: 24px;
	font-size: 24px;
	font-style: italic;
	background: url('/images/flower.gif') no-repeat left center;
	color: #f90;
}
p{
	margin: 0 0 15px 0;
	padding: 0;
}
a{
	color: #590;
	margin: 0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
table, tr, td{
	margin: 0;
	padding: 0;
}

/* reusable classes */
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.no_height{
	line-height: 0;
	height: 0;
}

/* pagewrap */
#pagewrap{
	margin: 0 auto 50px;
	width: 952px;
}

/* header */
#header{
	position: relative;
	height: 134px;
}
#jump_to_main{
	position: absolute;
}
#jump_to_main a:hover, #jump_to_main a:active, #jump_to_main a:focus{
	position: relative;
	left: 0;
}
#logo{
	position: absolute;
	top: 19px;
	left: 0;
}
#topnavigation{
	position: absolute;
	top: 42px;
	right: 0;
}
#topnavigation ul{
	margin: 0;
	padding: 3px 0 9px;
	list-style: none;
/* 	background: white; */
}
#topnavigation li{
	display: inline;
	height: 36px;
}
#topnavigation a{
	display: inline-block;
	padding: 4px 17px 10px 0;
	font-size: 16px;
	color: white;
	text-shadow: black 2px 2px 4px;
}
#topnavigation a span{
	padding: 5px 2px 10px 16px;
}
#topnavigation a:hover{
	text-decoration: none;
	background: url('/images/bt_navigation_right.png') no-repeat right top;
}
#topnavigation a:hover span{
	background: url('/images/bt_navigation_left.png') no-repeat left top;
}

/* mainwrap */
#mainwrap{
	position: relative;
	padding: 0 10px 21px;
	background: #ffc;
}
#maintop{
	position: absolute;
	top: -16px;
	left: -6px;
	width: 968px;
	height: 16px;
	background: url('/images/main_top.png') no-repeat center top;
}
#mainbottom{
	position: absolute;
	bottom: -20px;
	left: -6px;
	width: 968px;
	height: 20px;
	background: url('/images/main_bottom.png') no-repeat center top;
}
#shadowleft{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
	width: 6px;
	background: url('/images/shadow_left.png') repeat-y right top;
}
#shadowright{
	position: absolute;
	top: 0;
	right: -14px;
	bottom: 0;
	width: 14px;
	background: url('/images/shadow_right.png') repeat-y left top;
}
.topimage.other{
	margin-bottom: 38px;
}
.homeslidebox object{
	z-index: -1;
}
/* maincontent */
#maincontent{
	z-index: 10;
	position: relative;
	margin: 23px 0 0;
	padding: 0 30px 0 20px;
	width: 882px;
}
#maincontent .column{
	float: left;
/* 	border-right: thin solid #fc6; */
}
#maincontent .column.one{
	padding: 0 23px 0 0;
	width: 258px;
}
#maincontent .column.two{
	padding: 0 0 0 54px;
	width: 270px;
}
#maincontent .column.three{
	padding: 180px 0 20px 65px;
	width: 159px;
	text-align: center;
}
#maincontent .column.wide{
	width: 605px;
}
.columnborder{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	border-right: thin solid #fc6;
}
.columnborder.one{
	left: 301px;
}
.columnborder.two{
	left: 654px;
}
#sidebottle{
	position: absolute;
	top: -173px;
	right: -10px;
	width: 265px;
	height: 310px;
	background: url('/images/bottle_bottom.jpg') no-repeat right bottom;
}
#sidebottle .top{
	position: absolute;
	top: 0;
	right: 0;
	width: 265px;
	height: 150px;
	background: url('/images/bottle_top.png') no-repeat left top;
}
