/************************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Global reset v1.0 | 20081023 //////////////////////////////////////////////////////////////////////*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, strong, u, i, em, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none; }
blockquote { text-indent:-0.3em; }
blockquote blockquote { margin-left:1em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	margin-top: 20px;
	width: 930px;
	width:960px;
	position: relative;
	text-align: left;
}

#main, #col-01, #col-02, #col-03, #col-04, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	min-height: 580px;
	height: auto !important;
	height: 580px;
	padding: 0 15px;
}

#header{
	background: url(../images/bg-header.gif) no-repeat left bottom;
	height: 246px;
	width: 930px;
	position: relative;
}

.title {
	color:#C19C5D;
	font-weight:bold;
	margin-bottom:6px;
	padding-left:15px;
}

/* Cols  ////////////////////////////////////////////////////////////////////////*/
#col-01, #col-02, #col-03, #col-04 {
	padding: 5px 0 10px 0;
	position: relative;
}

#col-01 {
	padding-right: 10px;
	width: 130px;
	/*overflow: hidden;*/
}

#col-02 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 150px;
	width: 190px;
}

#col-03 {
	margin-left: 50px;
	margin-left: 10px;
	width: 345px;
}

#col-04 {
	margin-left: 55px;
	width: 190px;
	*width: 182px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	margin: auto;
	margin-bottom: 10px;
	width: 930px;
	position: relative;
}

#description, #skip, #header span {
	display: none;
}