body {
	background-color: 	#3F3F3F;
	background-image: 	url("../img/f1bg.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#site {
	position:		absolute;
	top:			50%;
	left:			50%;
	width:			763px;
	height:		588px;
	margin:		-294px -382px auto;
}

#header {
	width:			763px;
	height:			92px;
	background:		url("../img/header.png") no-repeat top left;
}

#navbar {
	width:			763px;
	height:			27px;
	clear:			both;
	background:		url("../img/navbar.png") no-repeat top left;
}

#navbar .tab {
	display:		block;
	float:			left;
	text-decoration:	none;
}

#navbar #n1:hover {
	background:		url("../img/navbar-home-select.png") no-repeat top left;
}

#navbar #n2:hover {
	background:		url("../img/navbar-inventory-select.png") no-repeat top left;
}

#navbar #n3:hover {
	background:		url("../img/navbar-finance-select.png") no-repeat top left;
}

#navbar #n4:hover {
	background:		url("../img/navbar-storeinfo-select.png") no-repeat top left;
}

#navbar #n5:hover {
	background:		url("../img/navbar-corpinfo-select.png") no-repeat top left;
}

#navbar #n6:hover {
	background:		url("../img/navbar-testimonials-select.png") no-repeat top left;
}

#center {
	width:			763px;
	min-height:		433px;
	clear:			both;
	background-color:	#DFDFDF;
	color:			#343539;
}

#center .rotate {
	display:		block;
	margin:		0px;
	padding:		0px;
	float:			left;
	border:		none;
}

#center h1 {
	padding-left: 15px;
	padding-top: 10px;
	font-size: 14pt;
	font-weight: bold;
}

#center p {
	padding-left: 16px;
	padding-top: 5px;
	font-size: 10pt;
}

#center h4 {
	font-weight: bold;
	font-size: 10pt;
}

#center h5 {
	font-size: 8pt;
}

#center h5 a {
	color: #CF1A1C;
	text-decoration: none;
}

#center h5 a:hover {
	text-decoration: underline;
}

#pagination a {
	color: #CF1A1C;
	text-decoration: none;
}

#pagination a:hover {
	text-decoration: underline;
}

#center h6 {
	font-size: 7pt;
}

#center .padded {
	margin-left: 5px;
	margin-right: 5px;
}

#center .textpadded {
	margin: 3px;
	font-size: 7pt;
	padding: none;
}

#center .invdesc {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 0px;
	padding-right: 10px;
	width: 505px;
}

#center .vin {
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 10pt;
}

#center img {
	margin: 5px;
	border: 1px solid #CF1A1C;
}

#topbar {
	background:		url("../img/profile_topbar.jpg") no-repeat top left;
	height: 46px;
}

#topbar h1 {
	float: left;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12pt;
}

#topbar h2 {
	float: right;
	color: #ffffff;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size: 20pt;
}

#profilehead {
	margin-top: 5px;
	background:		url("../img/profile_smbar.jpg") repeat top left;
	height: 17px;
	width: 420px;

}

#profilehead h1 {
	float: left;
	color: #ffffff;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
}


#center .noborder {
	border: none;
	margin-bottom: 25px;
	float: left;
}

#center .noborder2 {
	border: none;
	margin-top: 20px;
	float: left;
}

.required {
	color: red;
	font-weight: bold;
}

td { 
	vertical-align: top; 
}

/* form stuff */

#center label,input {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
}

#center label {
	text-align: right;
	width: 115px;
	padding-right: 10px;
}

#center input.radio {
	margin: none;
	padding: none;
}

#center br {
	clear: left;
}

#center .checker {
	width: 1em;
}

#center .checkernum {
	width: 2em;
}

#center .checker-label {
	text-align: right;
	width: 25px;
	padding-right: 10px;
}

#center .checker-labelnum {
	text-align: right;
	width: 110px;
	padding-right: 10px;
}

#center legend {
	border: 1px solid #000000;
	background-color: #C51B28;
	color: #ffffff;
	padding: 2px;
	position: absolute;
	top: -1em;
	left: .3em;
}

#center fieldset {
	border: 1px solid #000000;
	margin-bottom: 10px;
	background-color: #CFCFCF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
	margin-left: 5px;
}

/* container stuff */

#center p.containred {
	width: 200px;
	height: 200px;
	display: block;
	border: 1px solid red;
	background-color: blue;
}

#center p.containgreen {
	width: 200px;
	height: 200px;
	display: block;
	border: 1px solid green;
	background-color: blue;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#C51B28;
	font-weight:bold;
	padding: 0px;
	background:url(/media/img/formbg.gif) repeat-x left top;
	margin-right: 10px;
}


#footer {
	width:			763px;
	height:		36px;
	clear:			both;
	background:		url("../img/footer.png") no-repeat top left;
}

#footer .icon {
	position:		relative;
	top:			-22px;
	left:			11px;
    z-index:        10;
}

