/* - - - - - - - - - - - - - - - - - - - - -

Title : rapid
Author : strawberryfusion
URL : www.strawberryfusion.com

Description : contains main formatting and styles limelight

Created : 18/05/06 
Modified : 05/09/08

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}	
html {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	color: #fff;
	background: #668308 url(../images/rapidweb-lime-main.gif) repeat-y 0 0;
}	
body { 
}

/* ----- IDS ----- */

#container { 
	position: relative;
	text-align: left;   
	background: url(../images/rapidweb-lime-top.jpg) no-repeat 11px 0;
}	
#maincontent {    
   	margin-left: 290px;
	padding-top: 40px;
}	
#subcontent  { 
	position: absolute;    
	width: 220px;
	top: 175px;
	left: 11px;
	padding: 15px;
}	  
#footer {
}

/* ----- CLASSES ----- */

.hide { 
	display: none;
}
.show {
}

/* ----- HEADINGS ----- */

h1 {         
	margin-bottom: 30px; 
	margin-left: -30px; 
	padding-left: 30px; 
	font-size: 1.9em;
   	color: #fff;
	background: #99cc00;
}
h2 { 
	margin-bottom: 35px;
	margin-right: 30px;
	font-size: 1.6em;
	font-weight: normal;
	color: #c6ab8e;
}
h3 {
	margin-bottom: 5px; 
	font-size: 1.3em;
}
h4 {  
	font-size: 1.1em;
}

/* ----- PARAGRAPHS ----- */

p {
}
#maincontent p { 
   	margin-right: 50px;
 	margin-bottom: 25px;
}
#subcontent p {
}

/* ----- QUOTES ----- */

blockquote {
	width: 270px;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
	color: #aa4334;
	background: #2d2d2d url(../images/quote-right.gif) no-repeat 0 0;
}

#quote {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(../images/quote-left.gif) no-repeat 165px 40px;
}

#quote strong {
	color: #000;
	font-weight: normal;
}

#author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 85%;
	background: url(../images/bottom-quote.gif) no-repeat bottom;
}

/* ----- CODE ----- */

pre {
}
code {
}
p code {
}
pre code {
}

/* ----- LISTS ----- */

li {
}
li p {
}
ol {
}
ul {
}
ol li {
}
ul li {
}

/* ----- IMAGES ----- */

img.image { 
	margin-bottom: 15px;
	padding: 8px;
	background: #fff;    
}
img.limelogo {
	background: transparent;
}
img a {  
	border: 0;
}
img a:hover {
}

/* ----- BREAK ----- */

hr {
}

/* ----- TEXT FORMATTING ----- */

strong {
}
em {
}
b {
}
i {
}

/* ----- LINKS ----- */

a {   
	margin-right: 12px;
	color: #c6ab8e;
}
a img {
	border: 0;
}

ul#navigation  { 
	width: 231px;
	margin-top: 10px;
	list-style: none;
	font-size: 1em;
}

ul#navigation  li { 
	height: 20px;    
	margin-bottom: 3px;
	padding-top: 2px;
	padding-left: 11px;
	background: #e9e7e7;
}
ul#navigation li a {
	text-decoration: none;
	color: #2e2e2e;
} 
ul#navigation li a:hover {
	color: #745c4f;
} 
#container h3 a { 
	font-size: 1.3em;
	font-weight: normal;
	color: #aa4334; 
	text-decoration: underline;
}
h3 a:hover {
	color: #fff;
}               
h3 a:visited {
	color: #c6ab8e;
	text-decoration: none;
}
h3 a:active {
	color: #aa4334;
}

/* ----- TABLES ----- */

table {
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}

/* ----- FORMS ----- */

form {
}
fieldset {
}
legend {
}
label {
	margin-top: 8px;
	margin-bottom: 5px;
}
input {
}
textarea {
}
input, textarea {
	margin-top: 8px;
	margin-bottom: 8px; 
	border: 1px solid #666;
}
form#zemContactForm input {
	display: block;
	margin-bottom: 5px;
}
form#zemContactForm textarea {
	display: block;
	margin-bottom: 5px;
}
form#zemContactForm select {
	display: block;
}
optgroup {
}
option {
}
input.search {
	margin-left: 75px;
	margin-top: 10px;
	width: 100px;
}
form#zemContactForm {
	margin-bottom: 25px;
	margin-left: 1px;
}
form#zemContactForm fieldset {
	border: 0;
	color: #520000;
}
.zemRequired {
	color: #1a1a1a;
	margin-bottom: 8px;
	margin-top: 6px;
}
input.zemRequired {
	display: block;
	color: #1a1a1a;
	margin-bottom: 8px;
}
textarea.zemRequired {
	clear: left;
	display: block;
	color: #1a1a1a;
}
.natureofenquiry {
	display: block;
}
.comments {
	clear: left;
	float: left;
	margin-top: 3px;
}
ul.zemError {
	color: #ad1453;
	font-size: 1.2em;
}