/* CSS Document */
a img{
	border: 0;
	}

/*--------------------------MAIN STUCTURE----------------------------------*/
body{
	margin: 0 auto;
	text-align: center;
	font: 0.7em Verdana, Arial, Helvetica, Sans-serif;
	color: #666666;
	}



.wrapper{
	width: 726px;
	margin: 0 auto;
	text-align: left;
	background: url(http://www.calendarclubuk.com/images/headerGraphic/top_roundedGIF.gif) no-repeat;
	}

.extra{/*seem to need this slightly extraneous div to float all contents within the wrapper div - must look into getting rid of it though. Sits directly inside Wrapper*/
	float: left;
	}

.header{
	margin: 30px 0 0 30px;
	}

.banner{
	width: 700px;
	margin: 0 0 0 6px;
	background: #644998 url(../images/cc_clr_head.gif) no-repeat;
	float: left;
	}
html>body .banner{
	margin-left: 13px;
	width: 700px;
	}

#content{
	background: url(http://www.calendarclubuk.com/images/headerGraphic/text_topborder.gif) no-repeat;
	margin-right: 0px;
	margin-top: 10px;
	float: right;
	width: 518px;
	padding: 20px 10px 0 20px;
	}

html>body #content{
	margin-right: 4px;
	}

.links{/*left side bar*/
	float: left;
	margin: 0;
	margin-left: 0;
	width: 160px;
	text-align: center;
		}

.footer{
	clear: both;
	text-align: center;
	border-bottom: 1px dotted #999;
	}

/* ///////////////////////////////NAVIGATION HERE ///////////////////////////////*/
.navigation{
	float: left;
	text-align: center;
	margin: 0px 0 20px 0;
	border: 1px solid #fff; /*why does Opera need this? banner sits ontop if not here*/
	}

ul.navigation{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 726px; /*Opera Needs this*/
	}

.navigation li{
	float: left;
	list-style: none;
	width: 100px;
	margin: 0;
	padding: 0;
	}

.navigation li a{
	font: 11px Verdana, Lucida sans, Arial, Helvetica, sans-serif;
	color: #bb0f09;
	text-decoration: none;
	}

.navigation li a:hover{
	color: #644998;
	text-decoration: underline;
	}

.navigation li.current{
	color: #644998;
	}
/*--------------BANNER STYLING-----------------------*/

.banner h2{
	font: 18px Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 140px;
	float: left;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	}

.banner img{
	float: right;
	margin: 0;
	padding: 0;
	}

.header h1{
	margin: 0;
	padding: 0;
	margin-left: -9999px;
	}
/*--------------MAIN CONTENT STYLING-----------------*/


#content h2{
	font: 1.6em Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #bb0f09;
	}

#content h3{
	font: 1.5em Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #644998;
	}
#content h4{
	background: url(http://www.calendarclubuk.com/images/headerGraphic/foot_border.gif) no-repeat;
	height: 55px;
	width: 556px;
	float: left;
	margin-left: -13px;
	margin-top: -20px;
	}

#content h4{ 
	background: url(http://www.calendarclubuk.com/images/headerGraphic/foot_border.gif) no-repeat;
	height: 55px;
	width: 556px;
	float: left;
	margin-left: -13px;
	margin-top: -20px;
	}

html>body #content h4{
	margin-left: -25px;
	margin-top: 0;
	}

#content a{
	color: #bb0f09;
	text-decoration: none;
	}

#content a:hover{
	color: #644998;
	text-decoration: underline;
	}

#content li{
	padding: 2px 2px;
	}

#content ul.comments{
	list-style: none;
	}

#content p{
	line-height: 1.3em;
	}
/*address display on regular content layout*/

ul.address{
	list-style: none;
	}

ul.address li{
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.address li p{
	padding: 0;
	margin: 0;
	}

ul.address li p span{
	color: #bb0f09;
	font-weight: bold;
	}

#content ul{
	margin-right: 20px;
	}
/*--------------SUB NAV STYLING----------------------*/

.links ul.subNav, ul.subNav li{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.links ul.subNav{
	margin: 20px 0 0 13px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	}

ul.subNav li{
	padding: 3px 5px;
	}

ul.subNav li.current{
	color: #000;
	font-weight: bold;
	}

ul.subNav li.subNavHead{
	font: 1.2em Georgia, Times, Serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #666;
	}

/*---------------------------SIDE COL STYLING----------------------------------*/
.links h2{
	margin-top: 0;
	}

.links ul, .links li{
	list-style: none;
	margin: 20px 0 0 10px;
	padding: 0;
	}

.links li h2{
	font: 1.1em Georgia, Times New Roman, Times, serif;
	color: #CF8714;
	letter-spacing: 0;
	font-weight: bold;
	}

.links li h2 span{
	color: #000;
	}

.links a{
	text-decoration: none;
	color: #bb0f09;
	}

.links a:hover{
	text-decoration: underline;
	color: #644998;
	}

.links li h2 span span{
	font-size: 1.1em;
	color: #DD5213;
	}

.links li h2.buyonline{
	color: #666;
	font: 1.1em Verdana, Arial, helvetica, sans-serif;
	font-weight: bold;
	}.links ul.topSpace{
	margin-top: 20%;
	}
/*styling for contacts page*/
ul.contacts, li.contacts{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.contacts{
	margin-left: 20px;
	margin-bottom: 40px;
	width: 400px;
	}

li.contacts{
	margin-left: 0;
	margin-right: 40px;
	}
li.clearing{
	clear: both;
	height: 40px;
	}

li.contacts p{
	padding: 0;
	margin: 0;
	padding-top: 8px;
	}

li.contacts span{
	color: #644998;
	font-weight: bold;
	line-height: 1.2em;
	}

li.contacts a{
	padding-top: 8px;
	}

/*and that's it*/











.Search_box_locator {
	font-family: Verdana;
	font-weight: bold;
	color: 644998;
}
