/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

ul,ol { list-style: none; }



body {
	position:relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 10px;
	line-height: normal;
	font-family: Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ff9900;
	}

#container {
	position:relative;
	width:1000px;
	text-align:center;
	}

#header {
	position:relative;
	top:0px;
	width: 1000px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header_orange.jpg);
	}
	
#separator {
	position:relative;
	height:20px;
	background-image:url(images/separator.jpg);
	background-repeat:no-repeat;
	}
	
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
}

#content p{
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}


#admin_btn {
	position:relative;
	width:300px;
	height:40px;

}

.headline{
	width:300px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.headline a{
	color:#000000;
	line-height:40px;
	display:block;
	background-image:url(images/admin_btn.jpg);
	background-position:0px 0px;
}

.headline a:visited {
	color:#000000;
	text-decoration:none;
	background-position:0px 0px;
	}

.headline a:active {
	color:#000000;
	text-decoration:none;
	background-position:0px -80px;
	}

.headline a:hover {
	color:#000000;
	text-decoration:none;
	background-position:0px -40px;
	}


#home_page_photo{
	position:relative;
	float:left;
	padding:0px 20px 0px 20px;
}

#home_page_right_column{
	position:relative;
	text-align:left;
	width:1000px;
}

#home_page_right_column p{
	position:relative;
}

#home_page_right_column h1{
	position:relative;
	left:25px;
	font-size:24px;
	color:#000;
	margin-bottom:10px;
}

#home_page_right_column h3{
	position:relative;
	font-size:24px;
	color:#930;
	text-align:center;
}

#home_page_right_column ul{
	position:relative;
	list-style:disc;
	left:50px;
}

#home_page_right_column ul li{
	font-size:14px;
	color:#930;
}

.equip_table {
	position:relative;
	left:25px;
}

.equip_row{
	position:relative;
	background-image:url(images/table_back.jpg);
	background-repeat:no-repeat;
	left:25px;
	margin-bottom:20px;
}

#equip_container{
	position:relative;
	display:block;
	width:480px;
	height:200px;
	background-image:url(images/table_back.jpg);
	background-repeat:no-repeat;
	margin-left:12px;
	margin_right:12px;
	margin-bottom:20px;
	float:left;
}

a{
	text-decoration:none;
}

#equip_photo {
	position:absolute;
	left:328px;
	top:12px;
	border-style:solid;
	border-width:3px;
	border-color: #FFF;
}

#equip_category {
	position:absolute;
	left:15px;
	top:18px;
	color:#FFF;
	font-size:22px;
}

#equip_category h3{
	position:absolute;
	left:0px;
	top:-12px;
	color:#000;
	font-size:12px;
}

#equip_manufacturer {
	position:absolute;
	left:15px;
	top:93px;
	color:#FFF;
	font-size:22px;
}

#equip_manufacturer h3{
	position:absolute;
	left:0px;
	top:-12px;
	color:#000;
	font-size:12px;
}

#equip_model {
	position:absolute;
	left:15px;
	top:58px;
	color:#FFF;
	font-size:20px;
}

#equip_model h3{
	position:absolute;
	left:0px;
	top:-12px;
	color:#000;
	font-size:12px;
}

#equip_year {
	position:absolute;
	left:240px;
	top:58px;
	color:#FFF;
	font-size:20px;
}

#equip_year h3{
	position:absolute;
	left:0px;
	top:-12px;
	color:#000;
	font-size:12px;
}

#equip_serial {
	position:absolute;
	left:200px;
	top:80px;
	color:#000;
	font-size:18px;
}

#equip_id {
	position:absolute;
	left:240px;
	top:85px;
	color:#000;
	font-size:18px;
}

#equip_comments {
	position:absolute;
	left:15px;
	top:124px;
	width:450px;
	height:70px;
	overflow:auto;
	text-align:left;
	color:#000;
	font-size:12px;
}

h3{
	position:absolute;
	left:0px;
	top:20px;
	color:#000;
	font-size:12px;
}

.phone {
	font-size:24px;
}

#footer {
	clear:both;
	position:relative;
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #000000;
	width: 1000px;
	line-height:40px;
	float:none;
}
