﻿/*@import url("layout.css");*/

/*Clear browser defaults*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/*clearfix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/*Tag selectors. These apply to all use of the corresponding html tags unless overridden by a class or id style */

body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #cccccc;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
h6 {
	font-family: Arial Black;
}

h5 {
	font-family: Arial Black;
}

h4 {
	font-family: Arial Black;
}

h3 {
	font-family: Arial Black;
}

h1 {
	font-family:"Times New Roman";
	font-size:larger;
	font-weight:bold;
	text-align: center;
}
h2 {
	font-family:"Monotype Corsiva";
	font-size:large;
	text-align:center;
}
h3 {
	font-size:large;
}

/* id selectors. These refer to a single item within a page. This item MUST have id="" set and must be unique in the page. */

#container {
	width: 960px;
	margin-left:auto;
	margin-right: auto; 
	background-color: #ffffff;
}
#masthead {
	width: 960px;
	text-align: center;
}
#lotuslogo {
	float: left;
	width: 140px;
}
#headertext {
	float:left;
	width:674px;
	font-size: xx-large;
	margin: 0;
	color: #000000;
	background-attachment: inherit;
}
#porschelogo {
	float:left;
	width: 146px;
}
#page_content {
	clear:both;
}
#sidebar {
	float: left;
	width: 140px;
	background-color: #cb8;
}
#content {
	/*margin-left: 140px;*/
	width: 800px;
	float:left;
	padding: 0 10px;
	background-color: #fff;
	/*white-space: pre;*/
}
#footer {
	clear: both;
	width: 960px;
	margin-left:auto;
	margin-right: auto; 
	overflow: hidden;
	background-color: #cdf;
	text-align:center;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}


