body
{
	margin: 0;
	padding: 0;
	background-color: #9fa9b3;
	font: normal 13px "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	
}

/* Links */

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

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

a:hover, a:active { color: #993333; }



/* Html Elements */

h2, h3, h4, h5, h6 { font-weight: normal; }


h1 {font-size: 20px; text-decoration: underline; }
	
h2 {font-size: 20px;
	text-decoration: underline; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }


ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }



table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}


tr.alt td
{
	background-color: #eeeeee;
}

/* Structure */

#container
{
	margin: 0 auto;
	width: 750px;
}

p#meta
{
	margin: 0;
	padding: 5px;
	color: #aaaaaa;
	background-color: #293146;
	border-bottom: 1px solid #000000;
	margin-top: 10px;
}

#header
{
	background-color: #293146;
}

#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#featured
{
	text-align: center;
	background-color: #293146;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content-wrapper
{
	width: 100%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	
}

#content2
{
	float: right;
	padding: 5px;
	
}

#map-wrapper
{
	width: 70%;
	float: left;
}

#map
{
	float: left;
	padding: 20px;
}

#location-wrapper
{
	width: 30%;
	float: right;
}

#home-wrapper
{
	width: 60%;
	float: left;
}

#home
{
	float: left;
	padding: 15px;
}

#sidebarleft-wrapper
{
	width: 20%;
	float: left;
}

#sidebarleft
{
	float: left;
	padding: 5px;
}

#sidebarright-wrapper
{
	width: 20%;
	float: right;
}

#sidebarright
{
	float: right;
	padding: 5px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0;
	color: #dce1e5;
	text-align: center; 
	background-color: #293146;
}

#newrelease-wrapper
{
	float: left;
	background-color: #FFFFFF;
	width: 126px;
	
}

#formtable
{
	float:left;
	height: 320px;
	width: 379px;
	
}

#location
{
	float:left;
	margin-left: 30px;
	font-size: 20px;

}

#rates
{
	float:left;
}

#prices-wrapper
{
	float:left;
	font-size: 16px;
	width: 300px;
	margin-right: 30px;
}

#links
{
	float:left;
	width: 300px;
}

#priceslabel
{
	float:left;
	width: 100px;
}

#prices
{
	float:left;
	margin-left: 30px;
}		

#tax
{
	float:left;
	margin-top: 20px;
}

#hours
{
	float:left;
	font-size: 16px;
	width: 350px;
}

#opensign
{
	float:left;
    margin-left: 60px;
}

#contact
{
	float:left;
	width: 700px;
}

#top20
{
	margin-top: 5px;
}			

/* Meta */

p#meta a:link, p#meta a:visited { padding: 0 5px; color: #9cb1d0; }

p#meta a:hover, p#meta a:active { color: #bed3f0; }

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }

#header h2 { font-size: 12px; margin: 0; padding: 0 5px 10px 20px; }

#header h1 a:link, #header h1 a:visited { color: #333333; }

#header h1 a:hover, #header h1 a:active { color: #000000; }

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #6E3836;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #dce1e5;
	padding: 5px 10px; 
	background-color: #6E3836;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #0066FF;
}

#bhome li#lhome a,
#bnewrelease li#lnewrelease a,
#bprices li#lprices a,
#bhours li#lhours a,
#blocation li#llocation a,
#bspecials li#lspecials a,
#babout li#labout a,
#bcontact li#lcontact a
{
	color: #ffffff;
	background-color: #0066FF;	
}

/* Featured */

#featured p { margin: 20px 0; }

#featured img { }

/* Content */

#content > h3, #content .top { margin-top: 5px; }

/* Sidebar */

/* Footer */

#footer a:link { color: #dce1e5; }

#footer a:visited { color: #dce1e5; }

#footer a:hover, #footer a:active { color: #000000; }

#footer p { padding: 5px 0; }

/* Contact Form  */




label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

