/* CSS for TimbukTEK.com
	Author: Brian Bell
	
	Colors:
	Dark Brown: #754C29
	Light Brown: #C2B59B
------------------------------*/

/* Exterior style */
.exterior {
	background: #000000;
	margin: 0;
	padding: 0;
}

/* index page style */
.enter {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CDCDCD;
	width: 800px;
	height: 600px;
	/*background: url(../images/indexBkgrd.jpg);*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	/*border: 1px solid #c2b59b;*/
}
.enter h1 {
	font-weight: normal;
	font-size: 28px;
}
.enter h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
}

.enter h3 {
	color: #CDCDCD;
	font-size: 12px;
	margin-top: 5px;
	font-weight: normal;
}


/* Table that contains all visible site content */
.main {
	width: 800px;
	background: #c2b59b;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid #c2b59b;
}

/* Header navigation */
.navHeader {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c2b59b;
	text-align: left;
	vertical-align: bottom;
	padding: 5px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	background: #754c29;
}

.navHeader a:link {
	color: #dddddd;
	text-decoration: none;
}
.navHeader a:hover, a:focus, a:active {
	color: #dddddd;
	text-decoration: underline;
}
.navHeader a:visited {
	color: #dddddd;
	text-decoration: none;
}

.enter a:link {
	color: #cdcdcd;
	text-decoration: none;
}
.enter a:hover, a:focus, a:active {
	color: #ff0000;
	text-decoration: underline;
}
.enter a:visited {
	color: #ff0000;
	text-decoration: none;
}

/* Left side graphic navigation */
.navSide {
	width: 226px;
	vertical-align: top;
}

/* Global links */
a:link {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:focus, a:active {
	color: #333333;
}

a:visited {
  color: #333333;
  text-decoration: none;
}
a img, :link img, :visited img {
	border: 0px;
}
ol, ul {
	list-style: none;
}

/* General style for body text */
.body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #333333;
	padding: 10px 25px 10px 5px;
}
.body h1 { /* Primary Header */
	margin: 0 0 10px 0;
	color: #754c29;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.body h2 { /* Secondary Header */
	margin: 0 0 10px 0;
	color: #754c29;
	font-size: 15px;
	font-weight: bold;
	line-height: 10px;
}
.body h3 { /* Product Specs Tagline*/
	font-size: 12px;
	font-style: italic;
	line-height: 10px;
}
.body #italic { /* About Page quotes*/
	font-size: 12px;
	color: #754c29;
	font-weight: normal;
}
.body #specsCaption {
	height: 100px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}
.body #specsCaption h1 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.body #homeCaption {
	height: 100px;
	padding-right: 10px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}
.body #homeCaption h1 {
	margin: 0;
	color: #754c29;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.body #tagline {
	margin: 0;
	background-color: #754c29;
	color: #c2b59b;
	height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.body img {
	border: 0;
	padding: 0;
	margin: 5px 5px 5px 0;
}
.body a {
	color: #333333;
	text-decoration: underline;
}
.body a:hover, a:focus, a:active, {
	color: #dddddd;
	text-decoration: underline;
}
.body a:visited {
	color: #dddddd;
	text-decoration: none;
}

/* Global footer style */
.footer {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #c2b59b;
	background: #754c29;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 10px 15px 10px;
	border-top: 1px solid #000000;
}

.footer a {
	color: #dddddd;
	text-decoration: none;
}
.footer a:hover, a:focus, a:active {
	color: #dddddd;
	text-decoration: underline;
}
.footer a:visited {
	color: #dddddd;
	text-decoration: none;
}

/* --- Contact Form --- */

.body #marginForm {
	padding: 0;
	display: block;
	float: left;
}

#marginForm fieldset {
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	border: none;
}

#marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 200px;
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-align: right;
}

#marginForm input.text, #marginForm textarea { 
	width: 200px;
	font: 12px/12px 'courier new',courier,monospace;
	background-color: #754c29;
	color: #c2b59b;
	line-height: normal;
	padding: 3px;
	margin: 15px 0 0 0;
	border: 1px solid #c2b59b; 
	position: relative;
	left: 10px;
	display: block;
	float:left;
	}
	
#marginForm textarea {
	width:250px;
}

#marginForm input.submit {
	margin-left: 210px;
	font: 12px/12px verdana,arial,sans-serif; 
	clear: both;
}

a.backButton {
	text-decoration:underline;
	font-weight: bold;
}
span.small {
	font-size:10px;
	font-weight: normal;
}
.red {
	color:#C71F1A
}