/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 800px;
	font-size: 12px;
	background: url(images/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, table
{
margin: 0;
padding: 0;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
height: 600px;
background-color: #000000;
overflow: hidden;
}

#leftcontainer
{
width: 444px;
height: 600px;
float: left;
overflow: hidden;
}

#rightcontainer
{
width: 356px;
height: 600px;
float: left;
}

#innercontainer
{
width: 356px;
height: 465px;
float: left;
padding-top: 20px;
}

#innercontainer p
{
color: #FFFFFF;
margin: 10px 10px 20px 10px;
}

.pricetab
{
font-size: 12px;
color: #FFFFFF;
margin-left: 10px;
}

#logo
{
width: 356px;
height: 60px;
float: left;
background: url(images/web-logo.jpg) top left no-repeat;
overflow: hidden;
}

#nav
{
width: 356px;
height: 30px;
float: left;
}

.button
{
width: 117px;
height: 30px;
float: left;
background-color: #CAA084;
margin-right: 1px;
text-align: center;
line-height: 28px;
}

.button a
{
text-decoration: none;
color: #000000;
font-size: 14px;
font-weight: bold;
}

.button a:hover
{
text-decoration: underline;
}

.homegal
{
width: 100px;
height: 130px;
float: left;
border: 2px solid #CAA084;
margin: 10px 4px 0 7px;
}

.homegal img
{
margin: 0;
padding: 0;
float: left;
}



#footer
{
width: 356px;
height: 20px;
float: left;
font-size: 10px;
text-align: center;
color: #FFFFFF;

}

#footer a
{
color: #FFFFFF;
text-decoration: none;
}
