/* CSS Document */

body {
	background: url('/assets/images/bg.gif') repeat top left;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #000;
	font-family: georgia, serif;
	font-size: 12px
}


h1 {
	font-size: 18px;
	color: #a46d9d;
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #458a4e;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#wrapper {
	width: 916px;
	margin: 0 auto;
}

#header {
	background: url('/assets/images/header.gif') no-repeat transparent top left;
	width: 916px;
	height: 182px;
	position: relative;
}


#logo {
	margin: 22px 0 0 369px;
	width: 403px;
	height: 155px;
}


#mainBody {
	background: url('/assets/images/pageBg.gif') repeat-y transparent top left;
	width: 916px;
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px; /* for modern browsers */
}

#leftNav {
	background: url('/assets/images/navBottom.gif') no-repeat bottom left #d7f1a8;
	width: 203px;
	margin-left: 20px;
	padding: 0 10px 50px 30px;
}

#leftNav ul li a {
	display: block;
	width: 177px;
	height: 19px;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #000;
	padding: 2px 0 2px 25px;
	border: none;
	background: url('/assets/images/navLink.gif') no-repeat;
}

#leftNav ul {
	list-style-type: none;
	padding: 25px 0;
	margin: 0 0 0 -10px;
}

#leftNav ul li a:hover {
	border: 0;
	background-color:#f7f7f7;
	background: url('/assets/images/navLinkOver.gif') no-repeat;
	text-decoration: underline;
}

#content {
	background: transparent;
	float: right;
	width: 580px;
	padding: 0;
	margin: 20px 20px 0 0;
}

.seperator {
	margin-left: -10px;
}

#clear {
	clear: both;
	height: 25px;
}

#footer {
	background: url('/assets/images/footer.gif') no-repeat transparent top left;
	width: 916px;
	height: 54px;
	padding: 0 0 0 35px;
	color: #aaa;
}

#designers {
	list-style-type: none;
	background: transparent;
	position: static;
	border: 2px dashed #000;
	width: 200px;
	height: auto;
	margin-left: 140px;
}

#designers img {
	position: relative;
}

#designers li {
	padding: 5px 0;
	font-family: georgia, serif;
	border-bottom: 2px dashed #e8c28c;
	width: 200px;
	text-align: center;
}

/*FORM*/

div.row {
	clear: both;
	padding-top: 5px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
} 

.formbutton {
	cursor: pointer;
	border: 0;
	color: #943989;
	font-weight: bold;
	font-size: 11pt;
	padding: 1px 2px;
	background: url('/assets/images/formButton.gif') no-repeat;
	width: 100px;
	height: 27px;
}

.formfield {
	width: 200px;
	border: 1px solid #ddd;
	border-top: 1px solid #aaa;
	color: #000000;
	font-size: 11pt;
	background: url('/assets/images/formField.gif') no-repeat;
}

