@charset "utf-8";
/* CSS Document */
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; 
}
html {
	    margin:0; 
	    padding:0; 
}
/* Body - Wrapper and Typpography ---------------------------------------- */
body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	background-color: #fff;
	font-size: 11px;
	color:#111;
}
#siteholder {
	position:relative;
	height: auto;
	width: 900px;
	margin: 0 auto;
}
/* Header ------------------------------------------------------------------ */

#header {
	position:relative;
	float:left;
	background: url(images/header.gif) no-repeat top;
	height: 84px;
	width: 900px;
}
/* Navigation ------------------------------------------------------------ */

#nav {
	position: relative;
	float:left;
	height: 16px;
	width: 900px;
	font-size: 13px;
	color: #000;
	text-align: center;
}

#nav a:link, a:visited {
	text-decoration:none;
	color: #000;
}
#nav a:hover {
	font-weight: bold;
	text-decoration:none;
}

/* Homepage -------------------------------------------------------------- */

#homepage {
	position:relative;
	float:left;
	background: url(images/homebg.jpg) no-repeat top;
	height: 472px;
	width: 900px;
}
#flash {
	position:relative;
	float:left;
	height: 346px;
	width: 628px;
}
#hometextimg {
	position:relative;
	float:left;
	height: 309px;
	width: 240px;
	background: url(images/hometextimg.jpg) no-repeat top;
	margin: 0 0 0 6px;
}
/* Main ------------------------------------------------------------------ */
#top {
	position:relative;
	float:left;
	background: url(images/top.jpg) no-repeat top;
	height: 26px;
	width: 900px;
}
#repeatbody, #repeatbodystock {
	position:relative;
	float:left;
	background: url(images/repeat.jpg) repeat-y;
	height: auto;
	width: 900px;
}

#siteholder #repeatbodystock h1 {
	color: #fff;
	font-size:22px;
	padding: 0 0 20px 40px;
}

#siteholder #repeatbody h1 {
	color: #fff;
	font-size:22px;
	padding: 0 0 20px 40px;
}
#siteholder #repeatbody p {
	color: #fff;
	font-size:11px;
	padding: 0 0 15px 45px;
}
#servicespage {
	position:relative;
	float:left;
	height: auto;
	width: 585px;
}
#siteholder #servicespage p {
	color: #fff;
	font-size:11px;
	padding: 0 0 15px 45px;
}
#siteholder #servicespage ul {
	color: #fff;
	font-size:11px;
	padding: 0 0 15px 45px;
}
#siteholder #servicespage li {
	color: #fff;
	font-size:11px;
	margin: 0 0 0 25px;
}
#siteholder #repeatbody h2 {
	color: #fff;
	font-size:18px;
	padding: 0 0 15px 40px;
}
#footer {
	position:relative;
	float:left;
	background: url(images/footer.jpg) no-repeat top;
	height: 126px;
	width: 900px;
}

/* UVL ---------------------------------------------------------------- */

#inlineSecond {
	margin: 0 0 20px 0;
}
/* Table -------------------------------------------------------------- */
table {
	width: 585px;
}
input {
	width: 400px;
}
textarea {
	height: 50px;
	width: 400px;
}
.send {
	width: 100px;
}
.tabletitle {
	font-size: 20px;
	color: #fff;
	font-weight:bold;
}