/* -------------------------------------------------
*
Title:			main.css
Website:		http://www.neilodesign.co.uk
Browser(s): 	Firefox 2, IE7, IE6, Safari 
Platform(s):    Win XP-SP2, Mac OSX
Author: 		Andy Lee for Adverset Media Solutions (www.adverset.co.uk)
Created: 		14.5.2008
Last modified:  27.5.2008
*
------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img, abbr { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:62.5% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */

/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	color:#333;
	background:#ccc url(../images/bg-main.jpg) left top repeat-x;
}

a {
	text-decoration: underline;
	color:#999;
}

a:hover {
	text-decoration: none;
	color:#663399;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-size: 2.2em;
	color:#9966CC;
	line-height:1.2em;
	font-weight:normal;
	padding-bottom:12px;
}

h2 {
	font-size: 1.4em;
	color:#ccc;
	line-height:1.4em;
	font-weight:normal;	
	padding-top:10px;
	padding-bottom:10px;
}

h3 {
	font-size: 1.3em;
	color:#999;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

h4 {
	font-size: 1.2em;
	font-weight:bold;
	color:#999;
	line-height:1.0em;
}

h5 {
	font-size: 1.0em;
	font-weight:bold;
	color:#666;
	line-height:1.0em;
}

p {
	font-size: 1.2em;
	font-weight:normal;
	line-height:1.4em;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px;
}

ol {
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin-top:10px;
}

ol li{
	font-weight:normal;
	line-height:1.4em;
	list-style:decimal;
	margin:0px 0px 20px 20px;
	background:#A58C6A url(../images/bullet.gif) left no-repeat;
}

/* ------------- Container -------------- */

#container {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	margin-top:14px;
	margin-bottom:14px;
	width:890px;
	border:8px solid #fff;
	background-color:#000;
}

/* ------------- Header -------------- */

#header_home {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #9966CC url(../images/bg-header.jpg) bottom right no-repeat;
}

#header_arc {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #6666CC url(../images/bg-header-arc.png) bottom left;
}

#header_ill {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #ccc url(../images/bg-header-ill.png) bottom left;
}

#header_int {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #877C68 url(../images/bg-header-int.png) bottom left;
}

#header_car {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #877C68 url(../images/bg-header-car.png) bottom left;
}

#header_pai {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #877C68 url(../images/bg-header-pai.png) bottom left;
}

#header_per {
	margin:0pt auto;
	padding:0px 0px 0px 0px;
	height:100px;
	background: #877C68 url(../images/bg-header-per.png) bottom left;
}

#logo {
	float:left;
	margin:0pt auto;
	padding:38px 0px 0px 30px;
}

#top {
	margin:2px 20px 0px 0px;
	float:right;
	color:#FFFFFF;
	font-size:0.7em;
	height:42px;
	background-color:#993333;
	background: url(../images/bg-topnav.png) no-repeat left top;
	padding:10px 0px 8px 8px;
}

/* ------------- Main Navigation -------------- */

#navigation {
	position:relative;
	width:890px;
	margin:0 auto;
	height:45px;
	padding:0;
	background-color:#000;
	border-bottom:3px solid #8D56BB;
}

#navigation ul {
	margin:0;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	float:left;
	display:block;
	height:45px;
	padding:0;
	margin:0;
	text-indent:-3000px;
	text-decoration:none;
	overflow:hidden;
}

#navigation ul li#nav1 a {width:89px;background:#000 url(../images/nav1.jpg) no-repeat;}
#navigation ul li#nav1 a:hover {background:#000 url(../images/nav1.jpg) 0 -45px no-repeat;}
#navigation ul li#nav2 a {width:160px;background:#000 url(../images/nav2.jpg) no-repeat;}
#navigation ul li#nav2 a:hover {background:#000 url(../images/nav2.jpg) 0 -45px no-repeat;}
#navigation ul li#nav3 a {width:151px;background:#000 url(../images/nav3.jpg) no-repeat;}
#navigation ul li#nav3 a:hover {background:#000 url(../images/nav3.jpg) 0 -45px no-repeat;}
#navigation ul li#nav4 a {width:113px;background:#000 url(../images/nav4.jpg) no-repeat;}
#navigation ul li#nav4 a:hover {background:#000 url(../images/nav4.jpg) 0 -45px no-repeat;}
#navigation ul li#nav5 a {width:114px;background:#000 url(../images/nav5.jpg) no-repeat;}
#navigation ul li#nav5 a:hover {background:#000 url(../images/nav5.jpg) 0 -45px no-repeat;}
#navigation ul li#nav6 a {width:117px;background:#000 url(../images/nav6.jpg) no-repeat;}
#navigation ul li#nav6 a:hover {background:#000 url(../images/nav6.jpg) 0 -45px no-repeat;}
#navigation ul li#nav7 a {width:146px;background:#000 url(../images/nav7.jpg) no-repeat;}
#navigation ul li#nav7 a:hover {background:#000 url(../images/nav7.jpg) 0 -45px no-repeat;}

/* ------------- Layout -------------- */

#content {
	clear:both;
	margin: 0px auto;
	padding:20px;
	min-height:100px;
	position:relative;
	background-color:#000;;
}

#content_left {
	width:410px;
	float:left;
}

#content_right {
	width:420px;
	float:right;
	padding:0px 10px 4px 10px;
}

#content_right img{
	margin:0px 12px 0px 0px;
}


#clear {
	margin:0pt auto;
	display:block;
	height:2px;
	width:890px;
	clear:both;
}

/* ------------- Secondary ------------ */

#secondaryheader {
	margin:0pt auto;
	border-top:3px solid #8D56BB;
	clear:both;
	height:45px;
}

#secondary {
	margin:0pt auto;
	padding:15px 0px 10px 30px;
	clear:both;
	height:195px;
	background-color:#866E9E;
}

#secondary p{
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.4em;
	margin-top:1px;
	margin-bottom:10px;
	color:#fff;
}

#secondary p a{
	color:#fff;
}

#secondary p a:hover{
	color:#ff9900;
}

#secondary_contact {
	margin:0pt auto;
	padding:0px;
	width:240px;
	color:#fff;
	float:left;
}

#secondary_contact2 {
	margin:0pt auto;
	width:590px;
	padding:0px 0px 0px 20px;
	height:110px;
	color:#fff;
	float:left;	
}

#secondary_contact2 p{

	margin-bottom:0px;

}

/* ------------- Footer -------------- */

#footer {
	margin:0px 0px 0px 0px;
	padding:13px 0px 0px 20px;
	clear:both;
	width:870px;
	height:60px;
	color:#999;
	background-color:#fff;
	background:url(../images/bg-content.jpg) top left repeat-x;
	border-top:2px solid #fff;
}

#footer_top {
	margin:0pt auto;
	padding:15px 0px 0px 0px;
	float:left;
	width:100px;
	color:#FFFFFF;
}

#footer_navbar{
	margin:0pt auto;
	padding:10px 0px 0px 0px;
	float:left;
}

#footer_navbar p{
	font-size:0.7em;
	color:#CC00FF;
}

#footer_navbar p a{
	color:#330066;
	text-decoration:none;
}

#footer_navbar p a:hover{
	color: #000;
	text-decoration:underline;
}

#footer_logo {
	margin:0pt auto;
	padding:10px 0px 0px 150px;
	float:left;
	color:#FFFFFF;
}

.credits {
	color:#999999;
}

#footer2 {
	margin:0pt auto;
	padding:0px;
	float:left;
	clear:both;
	width:936px;
	height:49px;
	background: url(../images/bg-footer.png) left top no-repeat;
	position:absolute;
}

/* ------------- Forms --------------- */

label {
	float: left;
	text-align: left;
	font-size:0.8em;
	font-weight:normal;
	color:#fff;
	padding:0px;
	margin:0px;
}

form p label {
	float: left;
}

input {
	color: #fff;
	background: #5B4C69 !important;
	font-size:0.8em;
	border: 1px solid #A08FAF;
	padding:3px;
}

textarea {
	font-size:1.2em;
	color: #fff;
	background: #5B4C69;
	border: 1px solid #A08FAF;
	padding:2px;
	width:265px;
	height:76px;
}

fieldset {
	width:260px;
	float:left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

legend	{
	font-weight:normal;
	font-size:1.2em;
	color:#5A2C0B;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	background-color:#FFF;
}

.searchsubmit	{
	margin-left: 3px;
	border: 1px solid #fff;
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
}

input:focus, textarea:focus{
	background-color: #330033;
	border: 1px solid #fff;
}

.submit {
	float:left;
	padding:0px;
	margin:0px;	border: 0px solid #fff;
	background: url(../images/btn-submit.png) no-repeat scroll 0pt -0px;
}

.submit input {
	background: url(../images/btn-submit.png) no-repeat scroll 0pt -0px !important;
	border:0pt none;
	height:30px;
	text-decoration:none;
	text-indent:-3000px;
	color:#fff;
	width:133px;	
	border: 0px solid #A08FAF;
}

.submit input:hover {
	background: url(../images/btn-submit.png) no-repeat scroll 0pt 0px;
}

.zemError {
	font-size:0.8em;
}

.zemSubmit {
	background-color:#78CDD0;
	border:1px solid #FFFFFF;
	color:#5A2C0B;
	float:left;
	font-size:0.9em;
	padding:5px 10px;	
}