/* -------------------------------------
   Client: Self Drive Classics
   Type: CSS2
   Author: Stuart Lees
   Date: 06/07/2007
   Company: MMGraphix
   Website: http://www.mmgraphix.co.uk
   -------------------------------------- */
   
/* -------------------------------------
   basics
   -------------------------------------- */
   
* {
	margin:0;
	padding:0;
}

body {
	margin:10px;
	background-color:#999;
	text-align:center;
	font:62.5%/1.3 "Helvetica", Arial, Verdana, sans-serif;
	color:#666
}

/* -------------------------------------
   layout & navigational mechanisms
   -------------------------------------- */  

#wrapper {
	width:748px;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
	border:1px solid #fff;
	background:url(images/sub-menu-background.jpg) top right repeat-y #fff;
}

#header {
	position:relative;
	background:url(images/header-image.jpg) top left no-repeat #C7C594;
	height:113px;
}

#images {
	border-top:1px solid #fff;
}

#navigation {
	background-color:#A9A55C;
	color:#fff;
	padding:0.5em;
	border-top:1px solid #fff;
	text-align:center;
}

#navigation ul { 
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul li {
	display:inline;
	font-size:1.2em;
	padding:0 1em;
}

#navigation ul li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#navigation ul li a:hover {
	color:#EDF4B4;
}

#main-content {
	float:left;
	width:545px;
	border-right:1px solid #fff;
}

#sub-navigation {
	float:right;
	width:200px;
}

#footer {
	clear:both;
} 

#button {
	float:left;
	width: 200px; 
	color: #333;
	overflow: hidden;
	display:inline; /* KLUDGE: IE6/Win Float Rendering Issue */
}

#button ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	border: none
}	

#button li {
	border-top: 1px solid #fff; 
	margin: 0
}

#button li a {
	display: block; 
	padding:0.5em 0.5em 0.5em 2em; 
	color: #fff; 
	font-size:1.1em;
	font-weight:bold; 
	text-decoration: none; 
	width: 100%
}

html>body #button li a {
	width: auto
}

#button li a:hover {
	background-color:#A9A55C; 
	color: #fff
}
	
/* -------------------------------------
   typography & additional classes
   -------------------------------------- */
   
h1 {
	margin:10px;
	font-size:2em;
	color:#B32A1B;
}

p {
	margin:10px;
	font-size:1.2em;
}

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

a {
	color:#fff
}

a:hover {
	color:#EDF4B4;
}

a img {
	background:none;
	border:none;
	margin:0;
	padding:0;
}

.next {
	color: #666;
	text-decoration: none;
}
.next a {
	color: #B32A1A;
	text-decoration: none;
}
.next a:hover {
	color: #B32A1A;
	text-decoration: none;
}

.subheading {
	background-color:#fff;
	color:#395E82;
	font-size:1.3em;
	font-weight:bold;
	padding:0.5em;
}
   
.leadParagraph {
	color:#B32A1B;
	font-weight:bold;
}

#footer p { 
	margin:10px 0 0 0;
	padding:0.5em;
	background-color:#B32A1A;
	border-top:1px solid #fff;
	color:#fff;
	text-align:center;
}
#footer p a { 
	color:#fff;
}
#footer p a:hover { 
	color:#fff;
}

#header h1 {
	margin:0;
	position:absolute;
	bottom:10px;
	right:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-style:italic;
	color:#fff;
}

#portfolio {
	margin-left:40px;
}

#portfolio img {	
	float:left;
	margin:5px;
}

div#qTip {
  width:300px;
  padding: 0.5em;
  display: none;
  background: #fff;
  border:2px solid #C65E53;
  color: #000;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

#qTip p {
	font-weight:normal;
	font-size:1em;
}

#qTip h1 {
	color:#000;
	font-size:1.2em;
}
#text_little {
	font-size: 1.2em;
	width: 160px;
	float: right;
}
#text_little ul li {
	list-style-type: dot;
	margin-left: 20px;
}
.wedding {
	font-size:1.2em;
	margin-left: 10px;
}

.wedding a {
	color: #666;
	text-decoration: underline;
}
.wedding a:hover {
	color: #666;
	text-decoration: underline;
}