body {
font-family: Arial, Helvetica, sans-serif;
font-size: .95em;
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #fff;
background-image: url(images/mainbg.jpg);
background-repeat: repeat-x;
background-position: top;
}

h1{
	font-size: 1.3em;
	width: 400px;
}

h2{
font-size: 1.1em;
color: #000066;
padding: 3px 0px 2px 5px;
margin: 0px 0px 12px 0px;

}

#header{
	margin: 0 auto 0 auto;
	height: 123px;
		width: 770px;
}

#headercontainer{
	margin: 0 auto 0 auto;

	width: 770px;
}

#maincontainer{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: White;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
}

#mainsearchcontainer{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: White;
}

#admincontainer{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: white;

}


#maincontainerpagebase{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: White;
	background-image: url(images/pagebase-bg.jpg);
	background-repeat: repeat-y;
	height: 78px;
}

#maincontainersearchpagebase{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: White;
	height: 78px;
}

#basestrap{
	margin: 0 auto 0 auto;
	width: 770px;
	background-color: #ffffff;
	height: 88px;
	border-top: 1px solid #3366CC;
}

.logocontainer{
	float: left;
}

#basestrap img.ebay{
	border-left: 1px solid #2A5087;
	border-right: 1px solid #2A5087;
}

.basstrapleft{
	float: left;
	width: 160px;
	height:88px;
	text-align: center;
	background-color: #a69174

}

.basstrapcentral{
	float: left;
	width: 460px;
	text-align: center;
	background-color: #ffffff;
}

.basstrapcentral a{
	color: #3366CC;
	text-decoration: underline;
}

.basstrapcentral a:hover{
	color: #3366CC;
	text-decoration: none;
}

.basstrapright{
	float: right;
}

.strapcontainer{
	float: right;
	color: #fff;
}

.clear{
	clear: both;
}

.topnav{
height: 25px;
line-height: 25px;
background-color: #2f5b99;
background-image: url(images/topmenu-bg.jpg);
background-repeat: no-repeat;
background-position: bottom;
font-size: .90em;
width: 766px;
color: #F3F3F3;
padding-left: 4px;
padding-bottom: 5px;
border-bottom: 2px solid #000066;
}

.admintopnav{
height: 25px;
line-height: 25px;
background-color: #000066;
font-size: .90em;
width: 768px;
color: White;
padding-left: 4px;
padding-bottom: 5px;
text-align: right;
}

.topnav ul, .admintopnav ul{
margin: 0px;
padding: 0px;
list-style: none;

}

.topnav ul li, .admintopnav ul li{
margin: 0px;
padding: 0px 2px 0px 2px;
display: inline;

}

.topnav ul li a, .admintopnav ul li a{
color: #fff;
text-decoration: none;
}

.topnav ul li a:hover, .admintopnav ul li a:hover{
color: #99CCFF;
}

.topspacerbar{
	width: 770px;
	height: 5px;
	background-color: White;
}


.maincontentholder{
float: left;
width: 610px;
margin: 0px 0px 10px 0px;
}

.maincontentsearchholder{
	float: left;
width: 730px;
margin: 0px 0px 10px 0px;

}



.maincontent{
	padding: 10px;
}

.leftmenu{
	padding: 0px;
	margin: 0px;
}

.leftmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.leftmenu li{
	padding: 0px;
	margin: 8px 3px 0px 3px;
}

.leftmenu li a{
	color: #000066;
	background-image: url(images/left-menu-bg-off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	display: block;
	margin: 0px;
}

* html .leftmenu li a{
	display: block;
	width: 145px;
}

.leftmenu li a:hover{
	color: #3333FF;
	background-image: url(images/left-menu-bg-off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #99CCFF;
	display: block;
}

.leftmenuspacer{
	height: 11px;
}

.leftmenuholder{
	float: left;
	width: 159px;
	background-image: url(images/left-menu-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #2a5087;
	padding-bottom: 20px;
}

.cptcooksociety{
	float:left;
	width:150px;
	margin-left:3px;
	margin-top:20px;
	}
	
.cptcooksociety a img{
	border:0px;
}

.mainpagecontainer{
	margin-left: 88px;
	width: 640px;
	border-top: 1px solid #000066;
	border-bottom: 3px solid #000066;
	border-left: 29px solid #000066;
	clear: both;
	
}


.contentbaseblock{
	margin-left: 88px;
	width: 620px;
	border-right: 49px solid #ff9900;
	clear: both;
	height: 8px;
	
}

.pagecontent{
	padding: 5px 10px 5px 10px;
	width: 600px;
}

.pagecontent p{

font-size: .85em;
}

.bodytext{
margin: 0px 0px 20px 5px;
font-size: .85em;
}

.bodytext p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.bodytext a{
color:#3366CC;
text-decoration: underline;
}

.bodytext a:hover{
	color: #204A7B;
	text-decoration: none;
}

.pagination{
margin: 0px 0px 20px 5px;
font-size: .85em;
font-weight: bold;
}

.pagination span{
	margin-right: 10px;
	padding: 0px 10px 0px 0px;
}

.pagination a{
	font-weight: normal;
color:#3366CC;
text-decoration: underline;
}

.pagination a:hover{
	color: #204A7B;
	text-decoration: none;
}

.bodytext table{
	width: 580px;
}

.bodytext table td{
border-bottom: 2px solid #ccc;
padding: 10px 2px 10px 2px;
}

#footernav{
height: 25px;
line-height: 25px;
background-color: #000066;
	margin: 0 auto 0 auto;
	width: 770px;
clear: both;}


#footernav ul{
margin: 0px;
padding: 0px 0px 0px 4px;
list-style: none;
text-align: left;
}

#footernav ul li{
margin: 0px;
padding: 0px 2px 0px 2px;
display: inline;
color: #99CCFF;
font-size: .85em;
}

#footernav ul li a{
color: White;
text-decoration: none;
}

#footernav ul li a:hover{
color: #99CCFF;
}

.copyright{
margin: 0 auto 15px auto;
height: 25px;
line-height: 25px;
text-align: right;
width: 770px;
clear: both;
font-size: .85em;
background-color: transparent;}

.copy{
	float: right;
}

.tsd{
	float: left;
}


.tsd a{
	color: #3366cc;
	text-decoration: underline;
}

.tsd a:hover{
	color: #3366cc;
	text-decoration: none;
}


/* Admin styles */

.loginbox{
	width: 420px;
	background-color: #eceae2;
	height: 130px;
	margin:40px 0px 60px 180px;
	padding: 10px;
	border-bottom: 3px solid #000066;
	border-top: 3px solid #ccc;
}



input.loginfield{
	width: 280px;
}


.guiderow {
	float: left;
width: 460px;
clear: both;
margin: 0px 0px 10px 0px; 
padding: 3px;
text-align: justify;
}

* html .guiderow{
	margin: 0px 5px 10px 0px; 
	width: 470px;
}
.guiderow span.label{
float: left;
width: 100px;
text-align: left;
font-weight: bold;
}

.guiderow span.details {
float: left;
width: 350px;
text-align: left;
color: Black;
}

.guiderow span.details ul{
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

table.tbllistpages{
	width: 750px;
	
	margin: 20px 0px 20px 0px;
}


table.tbllistpages th{
	color: #eee;
	text-align: left;
	background-color: #000066;
}

table.tbllistpages th, table.tbllistpages td{
border-bottom: dotted 1px #ccc;
padding: 4px; 
border-collapse:	collapse;
vertical-align: top;
}

table.tbllistpages td.heading{
	border-right: dotted 1px #ccc;
	border-collapse:	collapse;
	font-weight: bold;
	width: 160px;
}

table.tbllistpages td a{
	color: #3366CC;
	text-decoration:underline ;
}

table.tbllistpages td a:hover{
	color: #204A7B;
	text-decoration: none;
}



table.tbleditpages{
	width: 750px;
	
	margin: 20px 0px 20px 0px;
}


table.tbleditpages th{
	color: #eee;
	text-align: left;
	background-color: Black;
}

table.tbleditpages th, table.tbleditpages td{
border-bottom: dotted 1px #ccc;
padding: 4px; 
border-collapse:	collapse;
vertical-align: top;
}

table.tbleditpages td.heading{
	border-right: dotted 1px #ccc;
	border-collapse:	collapse;
	font-weight: bold;
	width: 160px;
}

input.pageheadingfield{
	width: 580px;
}


textarea.pagedescriptionfield{
	width: 580px;
	height: 400px;
}

a.h1breadlink{
	color: #3366CC;
	text-decoration: underline;
	font-weight: normal;
	font-size: .90em;
	letter-spacing: normal;
}

a.h1breadlink:hover{
	color: #204A7B;
	text-decoration: none;
}

.updaterow {
	float: left;
width: 740px;
clear: both;
margin: 10px 0px 10px 0px; 
padding: 3px;
text-align: right;
}

maincontent h1{
	font-size: 1.1em;
}


.currently{
	color: #CCCCCC;
}


.submitrow {
	float: left;
width: 420px;
clear: both;
margin: 10px 5px 10px 0px; 
padding: 3px;
text-align: right;
}

.subpages{
	color: #A52A2A;
}


table.contactform{
	width: 600px;
	margin: 20px 0px 20px 0px;
}

table.contactform th{
	color: #eee;
	text-align: left;
	background-color: #000066;
}

table.contactform th, table.tbllistpages td{
border-bottom: dotted 1px #ccc;
padding: 4px; 
border-collapse:	collapse;
vertical-align: top;
}

input.formfields{
	width: 250px;
}

textarea.formfields{
	width: 250px;
	height: 100px;
}

textarea.innovadescriptionfield{
	width: 580px;
	height: 400px;
}


table.tbleditpages td.metabreaker{
border-bottom: 4px solid #EBEBEB;
height: 4px;
padding: 1px;
}

table.tbleditpages td.metafooter{
border-bottom:  none;
}

.galleryrow {
float: left;
width: 580px;
clear: both;
margin: 0px 0px 10px 0px; 
padding: 5px;
background-color: #F0F8FF;
border-bottom: 2px solid #CCCCCC;
}

.galleryrowalt {
	float: left;
width: 580px;
clear: both;
margin: 0px 0px 10px 0px; 
padding: 5px;
background-color: #F8F8F8;
border-bottom: 2px solid #CCCCCC;
}

.galleryrow img, .galleryrowalt img{
	text-align: right;
	float: right;
	margin: 0px 5px 5px 10px;
	padding: 0px;
}

.galleryrow p, .galleryrowalt p{
	padding: 0px;
	margin: 0px;
}

.paypalcontainer{
	float: right;
	text-align: right;
	padding: -10px 1px 0px 0px;

}

.counter{
	color: white;
}