/* @override http://primuscamping.com/newsite/css/screen.css */

/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: underline;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

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

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

.hide {
	display: none;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

iframe {
	border: 0px solid #f2f2f2;
	width: 100%;
	/*height: 180px;*/
	margin: 0px;
	padding: 0px;
}

#iframe ul {
	list-style-image: url(../images/list-bullet.gif);
	margin-left: 16px;
	margin-top: 15px;
}

#ifreame ul li {
	line-height: 12px;	
	margin-bottom: 8px;
}

body {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font: 11px/150% "Lucida Grande", Lucida, Arial, sans-serif;
	background: #fff url(../images/bkgd2.gif) repeat-x;
}

.text {
	color: #333;
	font: 11px/150% "Lucida Grande", Lucida, Arial, sans-serif;
}

body.shopcart {
	background: url(../images/s.gif) no-repeat;
	background-color: #ffffff;
}

body.index {
	background: url(../images/bkgd.gif) repeat-x;
}

/* @end */

/* @group Header */

#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	background: url(../images/header-bkgd.jpg) no-repeat;
	/*background-color: #000;*/
}



#headerflash {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 480px;
}



/* @end */

#content-main {
	display: block;
	position: relative;
	width: 960px;
	margin: 40px auto 0px auto;
}

#left-col {
	width: 600px;
	float: left;
	padding: 20px;
	text-align: left;
	margin-bottom: 25px;
}

#left-col h2 {
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#left-col li {
	padding-left: 7px;
	background: url(../images/list-arrow.gif) no-repeat left 5px;
}

#right-col {
	width: 320px;
	float: right;
	text-align: center;
	background: #fff;
	margin-bottom: 25px;
}

#right-col p {
	text-align: left;
	margin: 0px 12px 0px 12px;
}


#content-main img {
	/*display: block;*/
}


#footer {
	clear: both;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top: 65px;
	width: 960px;
	height: 65px;
	font: 10px/150% "Lucida Grande", Lucida, Arial, sans-serif;
	background: url(../images/footer-bkgd.gif) no-repeat;
}

#footer.index {
	margin-top: 125px;
}

#footer-left {
	width: 460px;
	float: left;
	padding: 10px 7px 7px 14px;
	text-align: left;
}

#footer-right {
	width: 460px;
	float: left;
	padding: 7px;
	text-align: right;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}


/* @end */

#flashcontent {

}


#wrapper { 
		border: 1px dotted #eba391;  
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right:15px;
		padding-left: 15px;
		text-align: left;
		margin-left: auto;
	 	margin-right: auto;
}
#wrapper:hover{background-color: #eeeeee;}
