/* ------- YUI RESET CSS------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------- END YUI RESET CSS ------- */

html {
	background: #431515 url(../img/bg.jpg) top center no-repeat;
}

body {
}

p {
	font: normal 12px/18px Georgia, "Times New Roman", serif;
	margin-top: 9px;
}

h1 {
	text-indent: -99999px;
}

h1.logo{
	position: absolute;
	width: 129px;
	height:106px;
	margin-top: -20px;
	margin-left: 384px;
}

h1.logo a{
	display:block;
	overflow:hidden;
	width: 129px;
	padding-top:90px;
	background: transparent url(../img/hplogo.png) top center no-repeat;
}

h2 {
	font: normal 24px/1.2em Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

a:link {
	color: #6a5c16;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #ccaf72;
}

a:visited {
	color: #6a5c16;
	text-decoration: none;
	font-weight: bold;
}

#facebook {
	position: absolute;
	top: -50px;
	right: 0px;
}

#facebook p {
	color: #ccaf72;
	font-size: 10px;
}

.tagline {
	background: transparent url(../img/tagline.png) top center no-repeat;
	font: normal 9px/12px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	color: #6a5c16;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container {
	background: #f2eccf url(../img/container-bg.jpg) bottom center no-repeat;
	position: relative;
	margin: 50px auto;
	width: 900px;
}

#branding {
	position: relative;
	background: url(../img/branding-bg.jpg) top center no-repeat;
	height: 138px;
}

#quality {
	position: absolute;
	left: 0;
	top: 30px;
	width: 385px;
}

#custom {
	position: absolute;
	right: 0;
	top: 30px;
	width: 385px;
}

#nav-main {
	position: absolute;
	left: 50px;
	bottom: 8px;
	width: 900px;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: inline;
	background: url(../img/nav-bg.jpg) top left repeat-x;
	padding-top: 12px;
	padding-bottom: 11px;
	margin-right: 5px;
}

ul#nav a:link, ul#nav a:visited {
	padding: 12px 35px 11px 35px;
	color: #f2eccf;
	text-decoration: none;
	font: normal 14px Georgia,"Times New Roman", serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	zoom: 1;
}

ul#nav a:hover {
	background: url(../img/nav-bg.jpg) top left repeat-x;
	color: #ccaf72;
	padding-top: 16px;
}

#content-main {
	position: relative;
	margin-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
}

#content-main ul{
	font: normal 12px/18px Georgia, "Times New Roman", serif;
	list-style: square;
	margin-left: 30px;
}

#company-info {
	background: transparent url(../img/line.jpg) top center no-repeat;
	margin-top: 25px;
}

#company-info p {
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
}

#company-info h3 {
	font: bold 10px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
}

#copyright {
	float: left;
}

#design {
	float: right;
}

#slider-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	margin-left: -7px;
	zoom: 1;
}

.content {
	margin-left: 565px;
	padding-top: 5px;
}

.footer {
	color: #ccaf72;
	margin: -50px auto 100px auto;
	width: 900px;
}

.footer p {
	font-size: 10px;
}