/*
 * style3.css
 * colour scheme:
*/

body {
margin: 0;
padding: 0; 
color: #ffffff;
background: #a67a4b url(/clientwebs/bridgecampers/images/bg.jpg) no-repeat center center;
font-family: sans-serif, verdana, arial;
font-size: 12px;
clear: both;
}

#container {
margin: 15px auto;
width: 1000px;
height: 760px;
float: center;
background-color: #ffffff;
overflow: visible;
}

#topspacer1 {
margin: 0px;
width: 1000px;
height: 5px;
background-color: #999999;
}

/*banner image across top of container */
#banner {
margin: 0px;
width: 1000px;
height: 150px;
background-color: #ffffff;
}

/* start of config
 * links and search box on rhs of banner 
 * div and a:link etc */
#toplinks {
	position: relative;
	top: 10px;
	width: 990px;
	height: 35px;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

#toplinks a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

#toplinks a:hover {
	color: #999999; 
	text-decoration: underline;
	font-weight: bold;
}

#bottomlinks {
	position: relative;
	top: 60px;
	width: 1000px;
	height: 55px;
	background-color: transparent;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
}
/* end of toplinks div config */

#topspacer2 {
margin: 0px;
width: 1000px;
height: 5px;
background-color: #999999;
}

h3 {
	color: #000000;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 17px;
}	

/* main content area 
 * full width of container */

#contentcontainer {
	margin: 0px;
	height: 430px;
	color: #555555;
	background: transparent;
	overflow: visible;
}

table.content {
	background-color: #ffffff;
	overflow: visible;
	width: 1000px;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

td.leftmenu {
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 530px;
	vertical-align: top;
	border-width: 0px;
	border-collapse: collapse;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
}


div.search {
	width: 173px;
	height: 40px;
	margin-top: 15px;
	margin-left: 6px;
	overflow: visible;
}
div.search p {
	margin: 10px;
}

div.specials {
	width: 173px;
	height: 140px;
	margin-top: 15px;
	margin-left: 6px;
	overflow: visible;
	color: #000000;
	background: #ffffff;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
}
div.specials p {
	margin: 10px;
}

/* font color for special price */
font.special {
	color: #ff0000;
}	

div.cartdetails {
	width: 173px;
	height: 120px;
	margin-top: 15px;
	margin-left: 6px;
	overflow: visible;
	color: #000000;
	background: #ffffff;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
}
div.cartdetails p {
	margin: 10px;
}

div.checkout {
	width: 173px;
	height: 30px;
	padding-top: 5px;
	margin-left: 6px;
	overflow: visible;
	color: #000000;
	background: #ffffff;
	border-color: #999999;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
}
div.checkout p {
	margin: 10px;
}

table.subcat {
        margin: 0px;
        width: 185px;
        border-style: none;
        border-collapse: collapse;
		  background: transparent;
}

table.subcat td {
        margin: 0px;
        width: 185px;
        border-bottom-color: #999;
        border-bottom-style: solid;
        border-bottom-collapse: collapse;
        border-bottom-width: 1px;
}

table.subcat td.header {
        margin: 0px;
        width: 185px;
        height: 30px;
        color: #ffffff;
        text-align: center;
        background-color: #999;
}

table.subcat td a {
        color: #999;
        text-decoration: none;
        font-weight: bold;
}

table.subcat td a:hover {
        color: #fff;
        background-color: #999;
        text-decoration: none;
        font-weight: bold;
}
/* end of l-h-s menu area config */

/* content area on right-hand-side
 * width of 800 pixels */
td.maincontent {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 530px;
	color: #555555;
	background-color: #ffffff;
	vertical-align: top;
	overflow: visible;
}

.maincontent a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.maincontent a:hover {
	color: #777777;
	text-decoration: underline;
	font-weight: bold;
}

/* start of config ...
   main menu bar for categories 
	inside td.maincontent */

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li {
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a {
display: block;
padding: 2px 20px;
border: 1px solid #ffffff;
text-decoration: none;
background: #1a4276 url(menubg.gif) center center repeat-x;
color: #ffffff;
font: 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul {
left: 0;
top: 0;
border-top: 1px solid #ffffff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #0a1f54;
border-width: 1px 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover {
background: #c5e9f5 url(menubgover.gif) center center repeat-x;
color: #000000;
text-decoration: none;
font-weight: normal;
}

.horizontalcssmenu ul li ul li a:hover {
background: #c5e9f5;
text-decoration: none;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/* end of mainmenu */

/* start of config ..
 * table products - product display */
table.products {
	margin: 0px;
	width: 750px;
	background-color: #ffffff;
	color: #555555;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
	background: transparent;
}

table.products td.prod {
	width: 300px;
	text-align: left;
	font-size: 12px;
	padding: 15px;
	padding-bottom: 25px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.products td div {
	float: right;
}

table.products td div a{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

table.products td.empty{
	width: 320px;
	text-align: left;
	font-size: 12px;
	padding: 15px;
	padding-bottom: 25px;
}kls kgkasjdgkl sd

table.productdetail {
	width: 100%;
	margin: 0px;
	border-bottom-style: none;
	border-bottom-collapse: collapse;
}

table.productdetail td.im {
	width: 30%;
	text-align: center;
}

table.productdetail td.descr {
	width: 70%;
	text-align: left;
}

table.productdetail td.pdf {
	width: 100%%;
	text-align: right;
}

/* end of table products */

table.prodlist {
	margin: 0px;
	width: 600px;
	background-color: #ffffff;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
}

table.prodlist td.prodid {
	width: 60px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.prodlist td.prodlist {
	width: 340px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

table.prodlist td.prodselect {
	width: 100px;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-collapse: collapse;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-collapse: collapse;
	border-bottom-width: 1px;
}

/* start of config ..
 	content div for main area 
   inside td.maincontent */
#footer {
	margin: 0px;
	width: 1000px;
	height: 70px;
	background-color: #ffffff;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-collapse: collapse;
	border-top-width: 1px;
}

table.footer {
	margin: 0px;
	width: 900px;
	height: 60px;
	border-style: none;
	border-collapse: collapse;
}

table.footer td.webmaster {
	margin: 0px;
	padding-top: 0px;
	padding-left: 35px;
	width: 300px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

#footer a {
	color: #ff0000;
	text-decoration: none;
	background-color: #ffffff;
}

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

#footer table td.terms a {
	color: #ff0000;
	text-decoration: none;
}

table.footer td.logos {
	margin: 0px;
	padding-top: 5px;
	width: 600px;
	text-align: right;
	vertical-align: middle;
}

