
/*________ MAIN ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Century Gothic,Lucida Sans Unicode,Lucida Grande,Arial,sans-serif; color: #646464; text-decoration: none;
	text-align: center;
	background: #e5e5e5 url(images/bg.gif) repeat-y top center;
}
a, a:visited {
	color: #935a95;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

#container {
	width: 930px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #FFF url(images/bg-container.gif) repeat-y top center;
}

#flashHome {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}


/*________ HEADER ________*/

#header {
	width: 898px;
	height: 118px;
	background: #e5e5e5 url(images/bg-header.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;	
}

#header h1 {
	float: left;
	display: inline;
	margin-right: 51px;
}

#content {
	width: 818px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 30px 40px;
}
#content h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	font-weight: normal;
}
#content p {
	margin-bottom: 15px;
	line-height: 1.5;
}

#showcase {
	width: 898px;
	height: 441px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

/*________ MAIN NAVIGATION ________*/


#nav {
	width: 597px;
	height: 118px;
	list-style-type: none;
	text-indent: -9999px;
	float: left;
	display: inline;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	height: 118px;
	margin-bottom: 0px;
}
#nav li a:hover {
	margin-top: -118px;
	height: 236px;
	color: #48a8ec;
}
#navShowcase { background-image: url(images/button-showcase.gif); width: 149px; }
#navAwards { background-image: url(images/button-awards.gif); width: 164px; }
#navAbout { background-image: url(images/button-about.gif); width: 133px; }
#navContact { background-image: url(images/button-contact.gif); width: 151px; }

#nav li a.current {
	margin-top: -118px;
	height: 236px;
	color: #48a8ec;
}


/*________ FOOTER ________*/

#footer {
	text-align: center;
	background: #845186 url(images/bg-footer.gif) repeat-x;
	height: 34px;
}

#footer img {
	margin-left: auto;
	margin-right: auto;	
}
#footer p {
	padding-top: 5px;
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	text-align: left;
	font: 9px Lucida Sans Unicode,Lucida Grande,Arial,sans-serif; color: #cdcdcd; text-decoration: none;
}
#footer p a {
	font: 9px Lucida Sans Unicode,Lucida Grande,Arial,sans-serif; color: #cdcdcd; text-decoration: none;
}
#footer p a:hover {
	color: #646464;
}


/*________ MISC STYLES ________*/

.imgRight {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border: 1px solid #d8d8d8;
	padding: 3px;
}
.imgLeft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #d8d8d8;
	padding: 3px;
}


/*_______ CONTACT US _________*/

#content dl {
	line-height: 1.5;
	height: 145px;
}
#content dl dt {
	float: left;
	width: 74px;
	padding-right: 15px;
	clear: left;
	font-weight: bold;
}
#content dl dd {
	float: left;
	width: 200px;
}

#contactForm p {
	margin-bottom: 10px;
}
#contactForm fieldset {
	border: 0;
}
#contactForm fieldset legend {
	display: none;
}
#contactForm fieldset label {
	float: left;
	width: 90px;
	font-weight: bold;
	clear: left;
}
#contactForm fieldset input {
	margin-bottom: 4px;
	width: 246px;
	border: 1px solid #e5e5e5;
	padding: 2px 6px;
	font: 90% Century Gothic,Lucida Sans Unicode,Lucida Grande,Arial,sans-serif; color: #646464;
}
#contactForm fieldset textarea {
	margin-bottom: 6px;
	width: 286px;
	height: 104px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	padding: 2px 6px;
	font: 90% Century Gothic,Lucida Sans Unicode,Lucida Grande,Arial,sans-serif; color: #646464;
}

#contactForm #verification {
margin-left: 90px;
}

#contactForm #verification label {
width: auto;
margin-bottom: 5px;
}

#submitButton {
	margin-left: 90px;
	margin-top: 4px;
}
.errorText {
	color: #ff0000;
	margin-bottom: 15px;
}
ul.errorText {
	margin-left: 40px;
}
#success {
	background-color:#f3f8f2;
	border: 1px solid #c8dec0;
	color: #37891b;
	padding: 20px;
	text-align: center;
	margin-bottom: 250px;
	width: 400px;
}
#success p {
	margin: 0;
}


