/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	font-size: 12px;
	font-family: "bookman old style";
}


p {
	padding-top: 10px;
}

a {
	color: #CC9999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: black;
}
a:active{
	color: #CC9999;
	text-decoration: none;
}

#holder {
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	margin-bottom: 40px;
	float: left;
	line-height: normal;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	width: 800px;
	position: relative;
}

#header {
	position: relative;
	height: 160px;
	width: 100%;
}

#logo {
	height: 110px;
	width: 100px;
}

#links {
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: black;
	border-top-width: 3px;
	border-top-style: solid;
	bottom: 0px;
	position: relative;
	height: 40px;
	width: 100%;
	background-image: url(../images/dots.png);
	background-repeat: repeat;

}


.linkbox {
	margin-right: 10px;
	float: left;
	height: 40px;
	width: 97px;
}

.linkbox a {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	margin-top: 12px;
	text-decoration: none;
	color: black;
}

.onpage a {
	color: #CC9999 !important;
}

.linkbox a:hover {
	color: #CC9999;
}

.linkbox a:active {
	color: #CC9999;
}

.left {
	padding-left: 10px;
	padding-bottom: 30px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 20px;
	float: left;
	width: 440px;
}

.left p {
	width: 200px;
}

.right {
	margin-top: 25px;
	float: left;
	height: 480px;
	width: 350px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

h1{
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

small{
	font-size: 10px;
	font-style: italic;
}
.formLine {
	margin-top: 10px;
	height: 40px;
	width: 150px;
}

.ti {
	height: 20px;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	width: 200px;
	background-color: white;
}

#subbutton {
	margin-top: 10px;
	float: right;
	border-color: #CC9999;
	border-style: none;
	border-width: 2px;
	font-family: "bookman old style";
	color: white;
	background-color: #CC9999;
}

#formholer {
	margin-top: 20px;
	margin-left: 10px;
	height: 200px;
	width: 205px;
}

.pink {
	color: #CC9999;
}

.gray {
	color: #666666;
}

.storeimg {
	margin-top: -110px;
	float: right;
	right: 350px;
	position: absolute;
}

.store{
	height: 250px;
}

#contact{
	margin-left: 10px;
}

#contact a{	
	color: black;
}

#contact a:hover{	
	color: #CC9999;
}

.news{
	margin-bottom: 10px;
	float: left;
	position: relative;
	margin-top: 20px;
	width: 790px;
}

.newshero{
	margin-top: 5px;
	width: 200px;
	float: left;
	position: relative;


}

.entry{
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 560px;
	float: left;
	position: relative;


}
.entry p{
	padding-right: 10px;
}
.entry img{
	float: none;
	padding: 5px;

}

#fader{
	padding-bottom: 20px;
	background-position: 10px 0;
	padding-left: 10px;
	margin-top: 20px;
	float: left;
	width: 800px;
	overflow: hidden;
	height: 550px;
	background-repeat: no-repeat;
}

#fader div
{	
	display: inline-block;
}

#fader img
{	
	display: inline-block;
}






