﻿/* The styles in this section group are common for Big Dave's website */

/* Document element styles */

body {
	background-image: url('images/bg_gray.gif');
	background-repeat: repeat-x; 
	background-color: #EAEAEA;
}

#content {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: #FFFFFF;
}

#content.home {
	background-image: url('images/bigdave2009_home.jpg');
	background-repeat: no-repeat;
}

#content.products {
	background-image: url('images/bigdave2009_products.jpg');
	background-repeat: no-repeat;
}

#content.links {
	background-image: url('images/bigdave2009_links.jpg');
	background-repeat: no-repeat;
}

#content.articles {
	background-image: url('images/bigdave2009_articles.jpg');
	background-repeat: no-repeat;
}

#content.services {
	background-image: url('images/bigdave2009_services.jpg');
	background-repeat: no-repeat;
}

#content.contact {
	background-image: url('images/bigdave2009_home.jpg');
	background-repeat: no-repeat;
}

#header {
	text-align: center;
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0px;
	padding:0px;
	height: 193px;
}

#footer {
	background-image: url('images/bigdave2009_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #004242;
	text-align: center;
	margin:0px;
	padding:10px 0px 0px 0px;
	height: 40px;
}


#menu {
	margin:0px 0px 0px 200px; 
	padding:0px; 
	list-style:none; 
	height:193px; 
}

#menu li {
	float:left; 
	margin-top:168px; 
	width:100px; 
	height:25px; 
	position:relative;
}

#menu li a {
	display:block; 
	background:none; 
	border-right:1px solid #ffffff; 
	font-family:verdana, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color:#cc0; 
	text-transform:lowercase; 
	text-align:center;
	text-decoration:none; 
	line-height:25px;
}

#menu li.last a {
	border:0;
}

#menu li a:hover {
	white-space:nowrap; 
	color:#fff; 
	cursor:pointer;
	background:url(images/css_menu/trans_on.gif);
}

#leftarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004242;
	padding: 0px;
	margin: 0px;
	width: 165px;
	float: left;
}

#leftarea a:link, #leftarea a:visited {color:#004242; text-decoration: none; }
#leftarea a:active, #leftarea a:hover {color: #ff0000; text-decoration: underline; }

#adbox {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004242;
	padding: 0px;
	margin: 0px;
}

#adbox a {
	background-image:none;
	padding: 0px;
}

#adbox a:link, #adbox a:visited {text-decoration: none; }
#adbox a:active, #adbox a:hover {text-decoration: underline; }

#rightarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 165px; 
	padding: 10px 30px 0px 30px; 
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	font-style: italic;
}
	
h2 {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	background-image: url('images/bar.gif');
	background-repeat: repeat-x;
	padding-bottom: 8px;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #990000;
}

img {
	border-style: none;
	border-width: 0px;
}

hr {
	background-image: url('images/bar.gif');
	background-repeat: repeat;
	height: 2px;
	width: 560px;
	margin-left: 5px;
}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.tabletext input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	height: 15px;
	text-align: left;
}

.tabletext select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	text-align: left;
}

.tabletext button {
	font-size: 14px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
}
