/* BASE RULES */
div {
	margin:0;
	padding:0;
	position:relative;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, ol, blockquote {
	margin-top:0;
}


/* LAYOUT */
html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
	background-color:#372B25;
	background-image:url(../img/bkg/bkg_html.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

body {
	width:630px;
	margin: 0px auto;
	padding:0 115px 0 155px;
	
	background-color:#372B25;
	background-image:url(../img/bkg/bkg_body.gif);
	background-position:left top;
	background-repeat:no-repeat;	
}
img {
	border-style:none;
}
img#pay {
	margin:0px 7px 7px 0px;
}
ul#nav {
	float:right;
	height:70px;
	margin:70px 0 -4em 0;
	padding:0;
}
ul#nav li {
	float:left;
	
	position:relative;
	top:-4em;
	width:auto;
	height:4em;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	
	line-height:4em;
	
	list-style-type:none;
}
ul#nav li a {
	display:block;
	margin:0;
	font-size:1.5em;
	padding:0 15px 0 0;
}
ul#nav li.current {
	margin-left:15px;
	margin-right:15px;
	background-image:url(../img/bkg/bkg_nav_li_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
ul#nav li.current a {
	background-image:url(../img/bkg/bkg_nav_li.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div#content {
	clear:both;
	float:left;
	width:315px;
	min-height:400px;
	padding:38px 55px 0 0;
	margin-top:90px;
}
div#sidebar {
	float:left;
	width:260px;
	padding:0px 0 0 0;
	margin-top:38px;
	overflow:hidden;
	
	color:#674F55;
	
	background-image:url(../img/bkg/bkg_sidebar_item_cap.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
div#sidebar div.sidebar_item {
	z-index:1;
	top:-3px;
	padding:30px 15px 3px 15px;
	
	background-image:url(../img/bkg/bkg_sidebar_item.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.sidebar_form {

	padding: 10px 0 10px 0 ;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8D7562;
}

div#footer {
	clear:both;
	width:630px;
	height:30px;
	text-align:center;

	padding: 40px 0px 10px 0px;
	
	background-image:url(../img/bkg/bkg_footer.gif);
	background-position:center center;
	background-repeat:no-repeat;
		
}



/* FORM */

.field, .big_field, select {
	/*margin: 0 0 5px 0 ;*/
	background-color: #5E463C;
	background-image: url(../img/caffee/form_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 1px;
	border-color: #8A6C5C;
	color:#D1B6A4;
}
.big_field {
	width:225px;
}
form {
	margin: 0;
	padding:0;
	clear:left;
}
select { margin-left:5px; }


/* TYPOGRAPHY */

body {
	font-family:'Lucida sans unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size:x-small;
	line-height:1.5;
	
	color:#DFD7B5;
}



h1 {
	position:relative;
	top:21px;
	width:228px;
	height:28px;
	margin:0 -228px -28px -21px;
	font-size:1em;
}

h1 a {
	display:block;
	text-indent:-9999em;
	width:228px;
	height:28px;	
	background-image:url(../img/bkg/bkg_h1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
h2 {
	font-family:'Avant garde', 'Lucida sans unicode', 'Lucida Grande',  Tahoma, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	margin:0 0 0 0;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 0 0.5em 0;
}
p {
	font-size:1.1em;
	line-height:1.5;
	margin:0 0 0.5em 0;
}
a {
	color:#D1B6A4;

}
label{
	color:#2C231D;
	font-weight:bold;
	padding: 5px 0 2px 0;
	display: block;
}
div#sidebar a {
	color:#8D7562;
}
div#content h2 {
	font-size:1.8em;
	clear:left;
}
div#sidebar h2 {
	font-size:18px;
	color:#8D7562;
}



ul#nav li a:link, ul#nav li a {
	font-family:'Avant garde', 'Lucida sans unicode', 'Lucida Grande', Tahoma, sans-serif;
	color:#A48E7D;
	text-decoration:none;
}
ul#nav li.current a,
ul#nav li a:hover {
	font-family:'Avant garde', 'Lucida sans unicode', 'Lucida Grande', Tahoma, sans-serif;
	color:#DCD4B3;
	text-decoration:none;
}
address{
	font-style:normal;
}


/* TABLES */
table {
	width:100%;
}
table, th, tr, td {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}

/* UTILITY*/
.img_glow{
	margin-left:-8px;
}
.video_glow{
	margin-left:-5px;
	margin-right:-10px;
}
.pack_shot{
	float:left;
	z-index:99;
	margin: -5px 5px 0 -5px;
}
.packshot_sidebar{
	position:absolute;
	left:0px;
	top:10px;
}
.packshot_text{
	padding: 0 0 0 65px;
}
.person_text{
	padding: 0 0 0 100px;
}
/*	ERROR MESSAGE	*/
div#error {
	display:none;
	font-size:11px;
	color:#FF0000;
	margin:0px 0px 0px 0px;
}