/* 

CSS Style-Sheet
Affordable Motor Home
Last edited on 22.07.06

© treshna Enterprises -
http://www.treshna.com
Compiled by bthreen;


GENERAL
------------------------------------------------
*/

html {margin: 0;}

body { 
	text-align: center;
	background: url(images2/bg_main.gif) repeat-y 50%;
	font-family: Tahoma, "Sans-Serif";
	font-size: 11px;
	line-height: 1.5em;
	color: #555;
	margin: 0;
	padding: 0;
}

table {
	text-align: left;
	background: #FFF;
	font-family: Tahoma, "Sans-Serif";
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
	padding: 5px;
}

td {
	padding: 3px;
	background: #FFF;
	/*border: solid 1px #EEE;*/
}


h1 /*Main Headers eg: Welcome*/ {
	font-family: Tahoma, "Sans-Serif";
	color: #F27122;
	letter-spacing: 1px;
	font-size: 16px;
	display: block;
	margin: 0 0 0 -10px;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-weight: bold;
}

h3 /*Not-So-Main Headers*/ {
	font-family: Tahoma, "Sans-Serif";
	color: #F27122;
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 1px 0 1px 0;
	text-decoration: none;
	text-align: left;
}

h2 /*Mini Headers*/ {
	font-family: Tahoma, "Sans-Serif";
	color: #F27122;
	letter-spacing: 0;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

#header h2 {
	background: url(images2/logo.jpg) no-repeat;
	margin: 0;
	padding: 5px;
	width: 194px;
	height: 208px;
	float: left;
}

#header h2 span { 
	display: none;
}

img {border: 0px;}

p {
	margin-top: 11px;
	margin-bottom: 11px;
       
}

a:active, a:visited, a:link {
	color: #F27122;
	text-decoration: none;
}

a:hover {
	color: #F27122;
	text-decoration: underline;
}

li {
	list-style: circle;
}

/*
Div Template
------------------------------------------------
*/
#container {
	margin: 0px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	background: transparent;
}

#headercontent {
	width: 750px;
	margin: 0 0 0 26px;
	padding: 10px;
	position: static;
	text-align: justify;
	background: transparent;
}

#maincontent {
	width: 740px;
	margin: 0;
	padding: 10px 0 0 10px;
	position: static;
	text-align: justify;
	background: transparent;
	
}

#bg {
	width: 750px;
	position: relative;
	display: block;
	float: left;
	background: url(images2/bg_main.gif) repeat-y;
}

#body, #body_admin{
	width: 480px;
	padding: 0 0 0 10px;
	position: relative;
	text-align: justify;
	float: left;
	background: transparent;
}

#body{
	margin: -60px 0 0 0;
}

#body_admin{
	margin: 10 0 0 0;
}
#header {
	background: url(images2/banner.jpg) top no-repeat;
	height: 270px;
	width: 750px;
	margin: 0;
	padding: 0;
}

#subheader {
	background: url(images2/bg_sub.gif) repeat-x bottom;
	height: 220px;
	width: 750px;
	margin: -95px 0 0 26px;
	padding: 0;
}

#banner {
	background: url() no-repeat;
	float: right;
	height: 200px;
	width: 750px;
	margin: 0;
	padding: 0;
}

#gallary {
	background: url(images2/spc3.jpg) no-repeat;
	margin: -127px 0 0 0;
	width: 150px;
	height: 567px;
	text-align: left;
	padding: 60px 30px 0 55px;
	float: right;
	
	position: relative;
	color: #29485F;
}

#gallary a:link, #gallary a:visited {
	color: #333;
}

#gallary a:hover {
	color: #555;
}

#hold {
	background: url() no-repeat;
	width: 235px;
	margin: 0;
	padding: 0;
	float: right;
}

#submenu {
	background: url();
	text-align: left;
	color: #CCC;
	font-size: 11px;
	line-height: 150%;
	float: left;
	display: block;
	width: 480px;
	margin: 12px 0 20px 0;
	padding: 0 0 0 10px;
}

#submenu ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

#submenu li { 
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footer {
	background: url();
	text-align: center;
	color: #CCC;
	font-size: 10px;
	line-height: 120%;
	float: left;
	display: block;
	width: 440px;
	margin: 0;
	padding: 10px 40px 20px 0;
}

#footer ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

#footer li { 
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footer a:hover { 
	color: #333;
	text-decoration: none;
}

#footer a { 
	color: #999;
	text-decoration: none;
}

/*
FORMS
------------------------------------------------
*/
textarea, input, select, file { 
	border: 1px solid #aaa;
	background: #FFF; 
	vertical-align: middle;
	font-family: Arial, "Sans-Serif";
	font-size: 12px; 
	color: #333;
}

.submit {
	border: 1px solid #DDD;
	background: #F2F2F2;
	color: #777; 
	font-size: 12px;
	font-family: Arial, "Sans-Serif";
}

.inputLine{
    /*border : thin solid green;*/
}
.inputName, .inputName2{
    /*border : thin solid blue;*/
    text-align: right;
    padding : 0px 10px 0px 10px;
    margin : 1px;
}

.inputName2{
    text-decoration : underline;
    color : red;
}

.inputBox, .inputBox2{
    /*border : thin solid red;*/
    padding : 0px 10px 0px 10px ;
    margin : 1px;
}

.inputBox2{
    text-align: center;
}

/*
Menu
------------------------------------------------
*/
#menu {
	font-size: 12px;
	text-align: left;
	padding: 80px 0 0 40px;
	margin: -136px 0 0 0;
	width: 193px;
	height: 382px;
	float: right;
	display: block;
	position: relative;
	background: url(images2/nav.jpg) no-repeat top;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li { 
	padding: 3px 0 3px 0;
	list-style-type: none;
}

#gallary li { 
	margin: 3px -18px 3px -50px;
	list-style-type: none;
}

#menu li a { 
	color: #29485F;
}

#menu li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: none;
}

/*
OTHER
------------------------------------------------
*/

.images {
	border: solid 1px #828E97;
	background: #9EACB7;
	padding: 2px;
	margin: 1px;
}

#movinghome-container {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#movinghome {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 600px;
	height: 120px;
	width: 417px;
	text-indent: -9999px;
	background: url(images/movinghome.png) 50% 50%;
	display: none;
}

#movinghome a {
	float: left;
	height: 120px;
	width: 417px;
}

