/* CSS Document */
body {
	font-family: Trebuchet MS; 
	font-size: 11px;
	text-align: center;
	background-color: #CCCDD0;	
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	color: #3F3D3D;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 50px;
	background-color: #403E3E;
	border-bottom: solid 3px #0000B3;
}

#logo {
	text-align: left;
	position: relative;
	top: 3px;
	left: 3px;
}
	
#header_text {
	color: White;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 25px;
	right: 20px;
}	
	
#mainpage {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	position: relative;
	height: 400px;
	text-align: left;
	background-image: url(../images/mai/gradient.jpg);
	background-repeat: repeat-x;	
}

#navigation {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 170px;
	height: 400px;
}
	
#navigation img {
	margin-bottom: 1px;
}	
		
/* within the navigation div - these control how links will look */

#maincontent {
	padding: 10px 10px 5px 10px;
	background-color: #EEEFF1;
	position: relative;
	top: 5px;
	right: 7px;
	width: 552px;
	font-size:12px; 
	margin-left: 188px;	
}	

#images_right {
	position: absolute;
	right: 25px;
	top: 5px;
}

#sub_nav {
	position: absolute;
	right: 30px;
	top: 10px;
	width: 107px;
	height: 340px;
}

#sub_nav img {
	margin-bottom: 5px;
}	

#text_area {
	width:394px;
	padding-right: 158px;
	line-height: 16px;
	height: 375px;
	overflow: auto;
}

.picture {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 5px;
	border: 1px solid #403E3E;
	float: left;
}

#lady {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #403E3E;
	float: left;
}

#steel_door{
	position: absolute;
	bottom: 30px;
	left: 10px;
	border: 1px solid #403E3E;
}

#rollers {
	position: absolute;
	right: 180px;
	bottom:10px;
	padding-right: 5px;
}

#address {
	position: absolute;
	top: 132px;
	left: 3px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 3px;
	padding-bottom: 0px;
	background-color: #CCCDD0;
	border-top: solid 3px #0000B3;	
}

#info {
	margin-left: auto;
	margin-right: auto;
	color: #3F3D3D;
	width: 760px;
	height: 5px;
	font-size: 8px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

#info a:link, a:visited {
	color: #3F3D3D;
}

#info a:hover {
	color: #0000B2;
}	
/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 380px;
	background-color:  #EEEFF1;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {	
	margin-top: 0px;
	font-size: 16px;
}

input {
	border: 1px solid black;
	background-color: white;
}
