@charset "UTF-8";
/* CSS Document */

/*************************************************************************************
RESET
**************************************************************************************/

*,html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
}

ol, ul {list-style: none;}

:focus {outline: 0;}

table {border-collapse: collapse; border-spacing: 0;}

strong {font-weight: bold;}

em {font-style: italic;}

/*************************************************************************************
BASIC
**************************************************************************************/

body {
	font-size: 100%;
	line-height: 100%;
	background: #000000 url(../images/bg.jpg) no-repeat 50% 100%;
}

.hide {display: none;}

a img {border: none;}

hr {
	margin: 0 0 20px 0;
	border: none;
	border-bottom: #e3e3e3 solid 1px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**************************************************************************************
GRID
**************************************************************************************/

.colset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12
{
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.grid_1 {width: 6.333%;}
.grid_2 {width: 14.666%;}
.grid_3 {width: 23%;}
.grid_4 {width: 31.333%;}
.grid_5 {width: 39.666%;}
.grid_6 {width: 48%;}
.grid_7 {width: 56.333%;}
.grid_8 {width: 64.666%;}
.grid_9 {width: 73%;}
.grid_10 {width: 81.333%;}
.grid_11 {width: 89.666%;}
.grid_12 {width: 100%;}

.first {margin-left: 0;}
.last {margin-right: 0; float: right;}


/**************************************************************************************
FORM
**************************************************************************************/	

form	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 40px;
}

input[type=text],
input[type=email], 
input[type=tel], 
textarea	{
	background: #ffffff;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 95%;
	font-weight: normal;
	border: #333333 1px solid;
}

input[type=submit] {
	background: #D9A875;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	behavior: url(/assets/scripts/PIE.htc);
	position: relative;
}

input[type=submit]:hover {
	background: #DAD2A4;
	color: #000000;	
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DAD2A4;
	line-height: 18px;
	margin: 0 0 20px 0;
	text-align: left;	
}

form ul {
	padding: 0;
	margin: 0;
}

form ul	li {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
}

/**************************************************************************************
TABLE
**************************************************************************************/	

table {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

	table thead td {
		color: #D9A875;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	table thead h2, table tbody h3 {
		margin-bottom: 0;
	}
	
	table tbody td {
		color: #FFFFFF;
	}

	table td.name,
	table td.price {
		font-weight: bold;
		font-size: 14px;
	}
	
	table td.option {
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 15px;
	}
	
	table td.price {
		text-align: right;
	}
	
	table td.item {
		padding-bottom: 10px;
	}
	
	table td.rowlast {
		padding-bottom: 10px;
	}
	
	table.corporate td {
		color: #000000;
	}