/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
	color: #FFFFFF;
	text-align: center;
	min-width: 680px;
	font-family: "Trebuchet MS", georgia, 
	   verdana, lucida, arial, helvetica, sans-serif;
	background-color: #353535;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

p {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 80%;
	color: #333;
}

a, a:link, a:visited {
   color: #323232;
   text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
	background-color: #FFFFFF;
}

a:active, a:focus {
   text-decoration: none;
   color: #323232;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
	position: relative;
	width: 800px;
	padding: 1px;
	text-align: left;
	background: #CACACA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* intro */

#pageHeader {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	background-image: url(../images/header_limousine_header.jpg);
}

#pageHeader h1 span {
	position: absolute;
	top: 23px;
	left: 29px;
	width: 270px;
}

#pageHeader h2 span {
	position: absolute;
	top: 64px;
	left: 31px;
	width: 293px;
	color: #FFFFFF;
}

#quickSummary .p1 {
	position: absolute;
	top: 116px;
	left: 58px;
	width: 539px;
	font-size: 90%;
	height: 61px;
	border-left-width: 5px;
	border-left-color: #323232;
	border-left-style: solid;
	padding-left: 10px;
}

#quickSummary .p2 span {
	position: absolute;
	top: 28px;
	left: 606px;
	width: 171px;
	font-size: 80%;
	color: #990000;
}

#about {
   margin-left: 200px;
   margin-right: 25px;
   margin-bottom: 30px;
   padding: 10px 20px 10px;
   background-color: #A0A0A0;
}

#about h3 {
   color: #000;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
   margin-left: 200px;
   margin-right: 25px;
   padding: 10px 10px 15px 25px;
   color: #393939;
}

#products, #services, #support, #development {
   padding-right: 50px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 200px;
   background-color: #000000;
   color: #FFFFFF;
}

#footer {
   clear: both;
   font-size: 70%;
   margin: 0 0 0 -200px;
   margin-top: 20px;
}

/* links */

#linkList {
	position: absolute;
	top: 212px;
	left: 9px;
	width: 171px;
	font-size: 70%;
	border-bottom: 1px solid #000;
	border-bottom-style: dashed;
}

#linkList a, #linkList a:link, #linkList a:visited {
   color: #000000; 
   width: 160px;
   display: block;
   float: left;
}

#linkList a:hover {
   display: block;
   float: left;
   color: #FFF;
   text-decoration: none; 
   background-color: #8B8B8B;
   text-decoration: none;
   font-style: normal;  
   width: 160px;
}

#linkList ul {
   list-style: none;
}

#linkList ul li {
   margin-bottom: 0;
   margin-left: 5px;
}

#linkList h3{
   margin-top: 25px;
   margin-bottom: 10px;
   border-bottom: 1px solid #000; 
   background: #2C2C2C;
   text-align: left;
}

#llinks ul li {
   margin-bottom: 0px;
}

#lresources {
   margin-bottom: 10px;
}
#site_location {
}
.Pink_Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C3C;
	text-align: center;
	position: absolute;
	left: 319px;
	top: 397px;
}
