/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * { 
margin: 0; 
padding: 0; 
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	margin-bottom: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2em;
}

h2 {
	font-size: 1.2em
..em;
	margin-bottom: 0em;
	margin-left: 100px;
	font-size: 1.2em;
	margin-top: 1em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	color: #993300;
	text-align: center;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table { 
font-size: 1em; 
margin-bottom: 1em; 
}

ul, li {
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-top: .4em;
} 

em { 
font-weight: bold; 
font-style: normal; 
}

strong { 
font-weight: bold; 
font-style: italic; 
}

fieldset { border: none; }

/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { display: inline-table; }

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 


body {
	text-align: center;
	background-color: #FFE7B4;
}
#Wrapper {
	text-align: left;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFCC66;
}
#SubNav {
	background-color: #FFCC66;
}

#subnavigation {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: #FFCC66;
	overflow: hidden;
}

#subnavigation ul {
	list-style: url(none) none outside;
	border-top: 1px none #FFF;
	padding: 0px;
	position: relative;
	float: left;
	margin: 0px;
	left: 50%;
}
#subnavigation ul li {
	display: inline;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	margin: 0px auto;
	list-style: none outside;
	float: left;
	padding-top: 5px;
	border-top: 1px solid #FFF;
	position: relative;
	right: 50%;
}



#Content {
	background-color: #FFCC66;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
	padding-bottom: 20px;
}
#Footer {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #333333;
	background: #FFE7B4;
}
.center {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Content p {
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 1.3em;
}
.TwoImages {
	margin-bottom: 50px;
}
.Images {
	text-align: center;
	margin-bottom: 30px;
}
.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#FirstContent {
	width: 350px;
	float: left;
}
#SecondContent {
	width: 350px;
	float: left;
	text-align: center;
}
#FirstContentRight {
	width: 350px;
	float: right;
}
#SecondContentLeft {
	width: 350px;
	float: right;
	text-align: center;
}
#FirstContent p, #FirstContent h1 {
	margin-right: 40px;
	margin-left: 80px;
}
#FirstContentRight p, #FirstContentRight h1 {
	margin-right: 100px;
	margin-left: 20px;
}
.ProductName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #993300;
	line-height: normal;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
#subnavigation a:link {
	color: #804011;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#subnavigation a:visited {
	color: #804011;
	text-decoration: none;
}
#subnavigation a:hover {
	color: #FFF;
	text-decoration: underline;
}
