@charset "UTF-8";

#conash3D0 {
display:none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background/background.png);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.oneColFixCtrHdr #news2 { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/news.png);
	width: 900px;
	height: 550px;
	background-repeat:no-repeat;
	
}

.news {
	position:relative;
	left:70px;
	top:50px;
	color:#ffffff;
}
.oneColFixCtrHdr #container {
	width: 900px;
	height: 600px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(../images/header/header.png);
	width: 900px;
	height: 155px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #navbar {
	width: 900px;
	height: 50px;
	background: url(../images/navbar/navbar.png);/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #rapsheet { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/rapsheet.png);
	width: 900px;
	height: 550px;
	font-size: xx-small;
	color: #CCC;
}

.oneColFixCtrHdr #shop2 { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/shop.png);
	width: 900px;
	height: 550px;
	color: #F00;
}
.oneColFixCtrHdr #aftercare { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/aftercare.png);
	width: 900px;
	height: 550px;
	background-repeat:no-repeat;
	font-size: small;
}
.oneColFixCtrHdr #gallery { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/background/gallery-repeat.jpg);
	width: 900px;
	height: 800px;
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #junk { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/junk.png);
	width: 900px;
	height: 550px;
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #contact { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main/contact.png);
	width: 800px;
	height: 550px;
	background-repeat:no-repeat;
	padding-right: 350px;
	color: #FFF;
	text-align: left;
}

.oneColFixCtrHdr #footer {
	height: 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer/Untitled-1.png) no-repeat;
	vertical-align:bottom;
	padding:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	height: 40 px;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.font {
	font-size: x-small;
}
.oneColFixCtrHdr #container #aftercare table tr td p {
}
.oneColFixCtrHdr #container #footer div {
	color: #FFF;
	font-size: x-small;
}
.shop {
	font-size: large;
	color: #FFF;
	text-align: center;
}
#form{  
 background-color: transparent;
}

.rap {
	position:relative;
	top:0px;
	left:300px;
	font-size: 12px;
	line-height:20px;
	
}
