/*css layout */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	background-color: #FFFFCC;
	background-image: url(images/left_pigeon_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	min-height:100%;
	height: 100%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
		}
		
		html, body{height:100%;}





body>#container{height:auto;}


#banner 
{
	padding: 5px;
	margin-bottom: ;
	border-bottom-width: thin;
	border-bottom-style: none;
	background-repeat: repeat-x;
}

#content 
{
	margin-left: auto;
	margin-right: auto;
	width:400px;
	text-align: left;

}
		
#content a
{
	color: #000000;
}
#ckcontent 
{
	width:555px;
    border: 1px solid #0066FF;
	padding: 5px;		
}

#sidebar-a 
{
	float: left;
	padding: 5px;
	width: 150px;
	height: 400px;
	text-align: left;
}
#sidebar-a h2
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
		
#header 
{
	background-color: #FFFFCC;
}
#preheader 
{
	height: 38px;
}

#sidebar-b 
{
	float: right;
	width: ;
	margin: 0;
	margin-left: ;
	padding: 5px;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.footerbox {
	border: 2px solid #FF0000;
}

#footer 
{
	clear: both;
	
}
#postfooter
{
	height: 38px;
}
#footer h2
{
	color: #FFFFFF;
	font-size: 16px;
}
/*links layout */

a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited {	

	color: #000000;
	text-decoration: none;}

a:hover {
	

	color: #FF0000;
	text-decoration: underline;
}

a:active{	
	color: #000000;
	text-decoration: none;}
		
		
/*general layout */

html
{
   margin:0;
   padding:0;
}

form 
{
	margin: 0px;
	padding: 0px;
}



body 
{
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	background-image: url(images/glowbackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


p 
{
	font-size: 12px;
	color: #000000;
}
h1 
{
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


/*nav layout */

.navcontainer 

{
	width: 175px;

}

.navcontainer ul
{
	list-style-type: none;
	font-size: 10px;
	color: #000000;

}

.navcontainer li{padding-bottom:10;}

.navcontainer a
{
	display: block;
	width: 175px;
	color: #000000;
}

.navcontainer a:link, .navlist a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;

}

.navcontainer a:hover
{
background-color: #666666;
color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}



/*shopping cart layout */
#cart 
{
width:550;
}
		
#cart th 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFCC;
	color:#000;
	border:1px solid #666666;
	font-size: 12px;
    vertical-align:middle;
}
		
#cart .items 
{
	padding-right:5px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFCC;
	color:#333;
	border:1px solid #666666;
	vertical-align:middle;
	text-align: center;
}

#cart .prod 
{
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
		padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFCC;
	color:#333;
	border:1px solid #666666;
	vertical-align:middle;
	text-align: left;
}
				  
#cart .empty 
{
    background-color:#FFFFCC;
}
		
#cart .total 
{
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFCC;
	color:#333;
	border:1px solid #666666;
	vertical-align:middle;
	text-align: center;
}
				  
#minicart 
{
    width:auto; 
	border:1px solid #333;
	padding:0px;
	background-color:#ccc;
}	

			   
hr{
	height:2px;
	colour:black;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996633;
}
#container #content li {
	list-style-position: outside;
	font-size: 12px;
	line-height: 30px;
	list-style-type: disc;
}

#black-link {
	background-color: #FFFFFF;
	text-align: center;
}


#black-link a{
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}
#print {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.buttonstyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	background:white;
	color:#000000;

	border: thin ridge black;
	font-weight: bold;
}
.style1 {color: #000000}
.topbox {
	border: 5px solid #663300;
}

