/* CSS Document */

/* Global Values
   ========================================= */
   
body {
	background-color: #FFFFFF;
	background-image: url(images/shared/bkd_xtile.gif);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
	}
	
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
ul,li {
	list-style-type:none;
	}	
	
/* Global Typography
   ========================================= */	
   
a:link {
	text-decoration:underline;
	color: #FF911B;	
	}
	
a:visited {
	text-decoration:underline;
	color: #666666;	
	}
	
h3 {
	color: #FF911B;
	font-size: 13px;
	}
   
   
/* Container Divs
   ========================================= */	

#largeContainer {
	width:100%;
	}
	
#content {
	width:700px;
	margin: 0 auto;
	}
	
#header {
	width:700px;
	height:100px;
	text-align:left;
	}
	
#footer {
	position:relative;
	clear:both;
	height:100px;
	background-color:#0079C3;
	color:#FFFFFF;
	margin:0 auto;
	text-align: center;
	padding-top: 30px;
	}
	
/* Navigation
   ========================================= */	
   
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 700px;
	float: left;
	font-size: 12px;
	}
	
#header ul li {
	float: left;
	}
	
#header ul a {
	display: block;
	padding: 0 10px;
	margin-left: 2px;
	line-height: 25px;
	background-color: #F0EEDE;
	text-decoration: none;
	color: #000000;
	}
	
#header ul a:hover {
	color: #FF911B;
	}
	
#home .home a, 
#history .history a,
#products .products a,
#technical .technical a,
#shipping .shipping a,
#articles .articles a,
#contact .contact a,
#links .links a {
	background-color: #FFFFFF;
	color: #FF911B;
	cursor: default;
	}

/* Content Divs
   ========================================= */	
   
#mainContent {
	float: left;
	position: relative;
	text-align: left;
	width: 310px;
	padding: 15px;
	}

#sideBar {
	float: right;
	position:relative;
	text-align: left;
	width: 353px;
	}
	
#sideBar .quote {
	background-color: #F0EEDE;
	color: #000000;
	padding: 10px;
	font-size: 11px;
	}
	
#sideBar .pictureBox {
	padding: 1px;
	background-color: #333333;
	}
	
#footer .footerContent {
	width: 720px;
	padding: 5px;
	}
	
/* Typography
   ========================================= */	
   
#mainContent h1 {
	color: #FF911B;
	font-size: 18px;
	font-weight: bold;
	}
	
#mainContent p {
	font-size: 14px;
	}

	
.highlight {
	background: #ffc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-left:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 15px 15px;
	}
	
.highlight p {
	font-size:10px;
	}
	
#mainContent ul {
	padding-left:15px;
	padding-top:5px;
	font-size:11px;
	}
	
#mainContent li {
	list-style-type: square;
	}
	
ul#why {
	padding-left:15px;
	padding-top:5px;
	font-size:13px;
	}

ul#why li {
	list-style-type: none;
	margin-top:8px;
	}
	
ul#why h2 {
	color:#0079C3;
	font-size:14px;
	font-weight: bold;
	}
	

	
	
/* Product Page
   ========================================= */	

	
#productContent {
	position:relative;
	float: left;
	text-align: left;
	width: 610px;
	padding: 15px;
	
	}
	
#productContent a:link {
	color: #FF911B;
	font-size: 13px;
	}
	
#productContent p {
	font-size: 14px;
	}
	
#productContent h1 {
	color: #0079C3;
	font-size: 13px;
	}
	
#productContent h2 {
	color: #FF911B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#product {
	position: relative;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #ddd;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#product p {
	font-size: 11px;
	}	
	
.productDescription {
	width: 350px;
	float: left;
	}
	
.productPicture {
	width:175px;
	float:right;
	}
	
