﻿/* CSS layout */

#container {
	position: relative;
	width: 950px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#logo {
	float:left;
	height:78px;
	width: 232px;
	background-color: #fff;
}

#banner {
	width: 560px;
	height:78px;
	float:left;	
	background-color: #fff;
}

#home {
	float:right;
	height:78px;
	width: 158px;
	text-align:right;
	background-color: #fff;	
}

#nav {
	width: 950px;
	background-color: #333;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	padding: 10px 0px 5px 0px;
	text-indent: 5px;
	float: left;	
	font-weight: bold;
}

#break {
	background-color: #fff;
	width: 950px;
	height 5px;
	float: left;
}

#photos {
	float: left;
	width: 860px;
	height: 290px;
	text-align: justify;
	vertical-align: bottom;
}

#pics {
	width: 90px;
	height: 290px;
	float: right;
	text-align: center;
}

#leftnav {
	width: 250px;
	height: 220px;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #c30;
}

#leftnavblog {
	width: 250px;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #c30;
	font-family: verdana, arial, sans-serif;
}

#storenav {
	width: 160px;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #c30;
}

#main {
	float: left;
	width: 500px;
	height: 220px;
	text-align: justify;
}

#mainblog {
	float: left;
	width: 500px;
	text-align: justify;
	font-family: verdana, arial, sans-serif;	
}

#mainstore {
	float: left;
	width: 790px;
	height: auto;
	text-align: center;	
}

.product {
	width: 250px;
	text-align: justify;
	font-size: 11px;
	float: right;
	margin-right: 9px;
	margin-bottom: 9px;
}

.product img {
	border: 1px #000 solid;
	margin-bottom: 5px;
}

.product p {
	margin: 0px 0px 0px 0px;
}

.product h3 {
	margin: 0px 0px 0px 0px;	
}

#mainterms {
	float: left;
	width: 500px;
	height: auto;
	text-align: justify;
	font-size: 10px;	
}

#rightnav {
	width: 200px;
	height: 220px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #c30;
}

#rightnavblog {
	width: 200px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #000;	
	font-family: verdana, arial, sans-serif;
}

#line {
	float: left;
	width: 950px;
	height: 12px;
	background-color: #fff;
	text-align: center;
	line-height:normal;
}

#mainleft {
	width: 475px;
	height: auto;
	float: left;
	background-color: #fff;
	text-align: justify;
}

#mainsubmit {
	width: 475px;
	height: auto;
	float: inherit;
	background-color: #fff;
	text-align: justify;
}

#mainright {
	width: 475px;
	height: auto;
	float: right;
	background-color: #fff;	
	text-align: justify;
}

#mainlarge {
	width: 950px;
	height: auto;
	float: left;
	background-color: #fff;
	text-align: justify;	
}

#splitleft {
	width: 200px;
	float: left;
	text-align: right;
} 

#splitright {
	width: 275px;
	float: right;
}

#splitbelow {
	width: 475px;
	float: left;
	text-align: justify;
}

#line2 {
	float: left;
	width: 950px;
	height: 20px;
	background-color: #333;
	border-top: 1px #000 solid;
}

#blogs {
	width: 300px;
	height: 185px;
	background-color: #333;
	float: left;
	color: #fff;
	text-align: justify;
}

#content {
	float: left;
	height: 185px;
	background-color: #333;
	width: 348px;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	color: #fff;
	text-align: justify;	
}

#questions {
	float: right;
	height: 185px;
	background-color: #333;
	width: 300px;
	color: #fff;
	text-align: justify;
}

#line3{
	float: left;
	width: 950px;
	height: 20px;
	background-color: #333;
	color: #999;
	font-size: 10px;
	text-align: center;
	border-bottom: 1px #000 solid;
}

#footer {
	float: left;
	width: 950px;
	height: 25px;
	background-color: #fff;
	color: #808080;
	text-align: right;
	font-size: 10px;
}

html {
	scrollbar-base-color: #333333; 
	scrollbar-arrow-color:#336699;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
	 
img {
	border: none;
}

.pad {
	border: none;
	padding: 5px 5px 5px 0px;
	float: left;
}

.pad2 {
	border: none;
	padding: 5px 0px 0px 0px;
	float: left;
}

hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
}

ul {
	list-style-type: square;
	margin-right: 20px;
}

input {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

textarea {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

select {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

.dark {
	height: 1px;
	width: 900px;
	color: #666;
	background: #666;
	line-height: 3px;
}

p {
	margin: 10px;
}

.boldred {
	font-weight: bold;
	color: #cc3300;
}

.smallfont {
	font-size: 9px;
}

/* headings */

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 5px 5px 5px 10px;
	color: #cc3300;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif; 
	margin: 5px 5px 5px 10px;	
	color:#fff; 
	text-align: left;
	font-size:12px;
	font-weight:bold; 
	}

h3 {
	font-family: verdana, arial, helvetica, sans-serif; 
	margin: 5px 5px 5px 10px;	
	color:#c30; 
	text-align: left;
	font-size:12px;
	font-weight:bold; 
	}

h4 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; 
	color:#996600; 
	font-weight:bold; 
	font-size:12px;
	}

h5 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; 
	color:#FF6600; 
	font-weight:bold; 
	font-size:12px;
	text-align: right;
	}

h6 {
	font-family: verdana, arial, helvetica, sans-serif; 
	color:#ccc; 
	font-weight:normal; 
	font-size:9px;
	margin-left: 10px;
	margin-right: 10px;
	}

/* links */

a:link {
	text-decoration: none; 
	color: #c30;
	}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #99CC33;
}

a:active {
	text-decoration: none;
	color: #FFCC66;
}


a.alt:link {
	text-decoration: none; 
	color: #fff;
	}

a.alt:visited {
	text-decoration: none; 
	color: #ccc;
	}

a.alt:hover {
	text-decoration: none; 
	color: #fc6;
	}


a.alt2:link {
	text-decoration: none; 
	color: #c30;
	}

a.alt2:visited {
	text-decoration: none; 
	color: #ccc;
	}

a.alt2:hover {
	text-decoration: none; 
	color: #fc6;
	}
	
a.alt3:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a.alt3:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.alt3:hover {
	text-decoration: none;
	color: #99CC33;
	font-weight: bold;
}