@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
#body { 
	font-family: Palatino, Georgia, "MS Serif", "New York","Times New Roman", Times, serif;
	color:#0000ff;
	background-color:#f4f5fa;
	font-size:12px;
	text-align:center; 
}

#mainwrap {
	width:917px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	background-color:#f4f5fa;
			}
#header { 
	width:1917px; 
	height:148px; 
	background-color:#7e0463;
	background-image:url(../images/new_top_banner_wide.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:-500px;
	background-position:center top;
	}

#content { 
	width: 720px;
	float:right;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	text-align:left;
	padding-right:20px;
		}
		
#content #yellow {
	width:745px;
	background-color: #e1e2e5;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	color:#000;
	line-height:1.5em;
	}
	
#content #yellow_contact {
	width:700px;
	background-color: #e1e2e5;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	color:#000;
	line-height:1.5em;
	background-image:url(../images/icosahedron-contact2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	}
		
#content p, #content #yellow p, #content #yellow_contact p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
	color: #223d8b;
	}
	

#content #yellow #table, #content #yellow table p { 
	margin-right:15px;
	margin-left:15px;
	background-color: #e1e2e5;
	line-height:1.5em;
	}

a img { border:none;
	}
	
#content p.home_txt {
	
	font-size:16px;
	line-height:1.5em;
	}
	
#content ul.home_blt {
	margin-left:20px;
	font-size:14px;
	line-height:1.5em;
	}

	
	
	
	
.all-round {
border-radius:1em;
-moz-border-radius:1em;
-webkit-border-radius:1em; 
}

#yellow p {
	padding:10px 20px 10px 20px;
	}

#content #yellow p.home_txt {
	font-size:16px;
	line-height:1.5em;
	color: #223d8b;
	}

#content #yellow ul.home_blt {
	margin-left:20px;
	font-size:14px;
	line-height:1.5em;
	color: #223d8b;
	}


#yellow p img {
	margin-top: 15px;
	}

#yellow ul {
	padding-left:45px;
	padding-top:0px;
	color: #223d8b;
	}
#content h1 {
	padding:10px 20px 10px 20px;
	font-size:18px;
	color: #223d8b;}

#content h2 {
	padding:10px 20px 0px 20px;
	font-size:18px;
	text-align:center;
	color: #223d8b;
	}

#content h4 {
	padding:10px 20px 0px 20px;
	font-size:12px;
	text-align:left;
	text-decoration:underline;
	font-weight:normal;
	color: #223d8b;
	}
#content h5 {
	font-style:italic;
	padding:5px 20px 15px 20px;
	font-weight:normal;
	color: #223d8b;
		}
	
#content #yellow_contact blockquote {
	width:300px;
	margin-left: 30px;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:30px;
	color: #223d8b;}

#content #yellow_contact blockquote span {
	font-weight:bold;
	color: #223d8b;}

#content table {
	margin-left: 0px;
	color: #223d8b;}

#content #slides table {
	text-align:left;
	margin:0 0 0 0;
	position:relative;
	clear:both;
	color: #223d8b;}
	
h6 {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding-bottom:10px;
	padding-top:0px;
	color: #223d8b;}
	
/** unordered list format to make 3 columns and showhide**/
#showhide {
	display:none;
	}
	
#showhide2 {
	display:none;
	}
	
#showhide3 {
	display:none;
	}
	
#showhide4 {
	display:none;
	}
	
#showhide5 {
	display:none;
	}
	
ul {
  margin-top: 5px;
  margin-bottom: 5px;
  }
 
li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
.col1 {margin-left: 3em;}
 
.col2 {margin-left: 20em;}
 
.col3 {margin-left: 37em;}
 
.coltopper {
	margin-top: -3.9em;
	}
	
.coltopper4 {
	margin-top: -5.2em;
	}
/**end unordered list**/

hr {
	margin-left:25px;
	margin-top:25px;
	color:#000;
	width: 650px;
	}

/**Nav starts below**/
#nav { 
	color:#0000FF;
	padding-top:40px;
	float:left;
	width: 150px;
	height:350px;
	background-color:#f4f5fa;
	margin:0;
	}
	
#nav p {
	font-size:12px;
	padding:5px 7px 5px 7px;
	}
		
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	font-size:12px;
	}
	
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #0000FF;
	background:#e1e2e5;
	padding: 5px 7px 5px 7px;
	
	}	
	
#nav a:hover {
	background-color:#6699ff;
}

#nav p {
	display: block;
	color: #0000FF;
	background:#e1e2e5;
	padding: 5px 7px 5px 7px;
	line-height:1.5em}	



/**Below - highlight current page in nav**/

body.home #nav a#home,
body.products #nav a#products,
body.how #nav a#how,
body.about #nav a#about,
body.news #nav a#news,
body.contact #nav a#contact {
	color:#00F;
	font-weight:bold;
}
	
/**End Nav**/

#footer {  
	clear:both;
	margin-left:170px;
	padding-top:25px;
	text-align:center;
	}
	
#footer a {text-decoration:none; 

		color: #0000ff;}

#footer a:hover {color: #9999ff; 

		text-decoration:underline;}
	
.center_txt {
	text-align:center;
	padding-bottom:15px;
}
.small_txt {
	font-size:10px;
	}
	
.pad_txt { 
	margin-top:30px;
	}
	
