/* CSS DOCUMENT */

* {
	outline: none;
}

body{  
  height:  auto;  
  min-height: 100%;  
  font-family: helvetica, verdana, sans-serif;
  background: url(../images/sitebg.jpg) top center repeat-x;
  background-color: #10b3a1;
  margin: 0 auto;
  color: #646464;
  font-size: 12px;
}

#outter_container {
  width: 100%;
  height: auto;  text-align: center;
  margin: 0;
}

#inner_container {
  width: 922px;
  height: 100%;  
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
	width: 922px;
	height: 115px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 880px;
	height: auto;
	min-height: 400px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px 20px 20px 20px;
}

#footer {
	color: #fff;
}
/*************************************************************
					     Navigation
*************************************************************/

#navigation {
	width: 922px;
	height: 48px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

#navigation ul {
	height: 48px;
	margin: 0;
	list-style: none;
	padding-top: 0px;
}

#navigation li {
	color: #000000;
	width: 135px;
	display: inline;
	height: 48px;
	font-size: 10px;
}

#navigation a {
	display: block;
	float: left;
	line-height: 15px;
	height: 48.5px;
	color: #000000;
	font-size: 10px;
	text-indent: -10000px;
	overflow: auto;
}


#navigation a#home {
	background: url(../images/home.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a#autoglass {
	background: url(../images/autoglass.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a#upholstery {
	background: url(../images/upholstery.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a#gallery {
	background: url(../images/gallery.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a#companyinfo {
	background: url(../images/companyinfo.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a#contactus {
	background: url(../images/contact.jpg) top left no-repeat;
	width: 135px;
	height:	46px;
}

#navigation a:hover#home {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

#navigation a:hover#autoglass {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

#navigation a:hover#upholstery {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

#navigation a:hover#gallery {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

#navigation a:hover#companyinfo {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

#navigation a:hover#contactus {
	background-position: bottom left;
	width: 135px;
	height:	46px;
}

/*************************************************************
					    ELEMENTS
*************************************************************/

.inputlabel
{
	width: 140px;
}

td.inputlabel
{
	vertical-align: top;
}

.inputbox
{
	width: 430px;
}

textarea.inputbox
{
	height: 75px;
}

.success
{
	color: green;
}

.error,
.required
{
	color: red;
}

.success,
.error
{
	font-weight: bold;
	text-align: center;
}

.callout_box{
    background:#eee;
    border:1px solid #ccc;
    padding:0 15px 0 15px;
}

.left_column{
    width:400px;
    float:left;
}
.right_column{
    width:400px;
    float:right;
}
.clear{
    clear:both;
}