/* CSS Document
todo: do we rename the DIVs with search optimised names?

 */

body {
	background-color: #999999;
	min-width:800px;
	text-align: center;	
}
#wrapper {
	width: 800px;
	background-color: #996666;/*TODO: remove fill */
	background-image: url(../images/martial_arts.jpg);
	text-align: left;
	margin: 0 auto;
}
/*        =BANNER area         */

#AVA_sports_logo {/* banner container */
	background-color: #000000;/*FINAL: final fill colour fill */
	height: 95px;
}
#adidas {/* text <span> that is moved off the page */
	position: absolute;
	left: -500px;
}

#AVA_sports_logo span  {/*Official distributor of adidas Judo, Karate & Jiu Jitsu in the UK*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 20px;
	display: inline;
	float: left;
	padding-top: 27px;
	font-weight: bold;
}
#AVA_sports_logo img {
	float: left;
}
	
#view{/* view cart */
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	
}
#view a{
	text-decoration: none;
	color: #FFFFFF;
	
}
#view a:hover{
	color: #CCCC00;		
}
/* endof: logo

Start of Horizontal navigation bar */

#hornav {
	background-color: #252525;/*FINAL?: final fill colour fill */
	clear: both;
	height: 25px;
}
#hornav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#hornav ul li{
	float: left;
}
#hornav ul a {
	display: block;
	padding: 5px 10px 0 10px;
		text-decoration: none;
	color: #FFFFFF;
}	
#hornav ul a:hover {
	color: #CCCC33;		
}	

#AVAsearch {/* site search box */
	float: right;
	font-size: 10px;	
}
 input {/* site search box */
	float: right;
		
}

 form {/* targets the form area within div with id name 'AVAsports' */
	display: inline;
	border-collapse: collapse;
	border-style: none;
	border-width: none;
	margin: none;
	padding: none;
}
input#search {/* targets the input with id name 'search'*/
	width: 95px;
	height: 12px;
	margin-top: 3px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
	text-align: center;
}
input#search2 {/* targets the input with id name 'search2'*/
	margin-top: 3px;
	margin-right: 3px;
}	

/* endof: hornav */	
#navbtm {
	clear: both;
}
/* endof: branding 
also endof: BANNER area */
#mainshop{
border-style: none;
	padding: 0;
	margin:  0;
	position: absolute;
	left:400px;
	top:108px;
	z-index:1;
	
}

#content {
	width:600px;
	float: right;
	/*background-color: #0099FF;/*TODO: remove fill */
	height: 470px;
	background-repeat: no-repeat;
	background-position:top  right;
} 
#contact_us{/*background image and container for main advert at bottom with telephone image*/
	background-attachment: scroll;
	background-image: url(../images/button2b.jpg);
	background-repeat: no-repeat;
	width: 550px;	
	height: 71px;
	position: absolute;
	top: 460px;
}

#ring_AVAsports {/*container for nav image*/
	width: 67px;
	height: 46px;
	position: absolute;
	top: -22px;
	right: -30px;
}

[id="ring_AVAsports"] {/*duplicate of above ignored byIE6 which displays 2 pixels out*/
	right: -28px !important;
}

#ring_AVAsports img{
	border-style: none;
	padding: 0;
	margin:  0;
	/*display: inline;*/
	/*float: right;*/
}
#order_online {
	height: 37px;
		
}

#order_online span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
	margin-left: 45px;
	font-weight: bold;
	text-shadow: #000000 2px 2px 2px;
	float: left;
}
#order_online   a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}	
#order_online   a:hover {
	color: #CCCC33;		
}

#black a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#black a:hover {
	color: #000000;	
}

#AVA_nav{
	margin-left: 90px;
	
}

#AVA_logo2{/* text for the image being displayed*/
	position: absolute;
	left: -800px;
	
}
#advice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 5px;
	display: block;
	font-weight: bold;
	float: left;
}
#advice  a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#advice  a:hover {
	color: #CCCC33;	
}

#friendly img{
	float: left;
	border-style: none;
		
}
#MORE{/* the little more button had to be put in its own div*/
	position: absolute;
	right: 5px;
	bottom: 4px;
	border: 0;
}
#MORE img {
		border-style: none;
}

#vertnav {
	width:180px;
	float:left;
	/*background-color: #999999;/*TODO: remove fill */
	padding-top: 20px;
	
}
#vertnav li{
	display: inline;
}
#vertnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	margin-left: 10px;
}
#vertnav img{
	/*this is the advert being moved away from text */
	padding-top: 20px;
	border-style: none;	
}

#vertnav ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}	
#vertnav ul a:hover {
	color: #CCCC33;		
}
#footer {
	clear:both;
	background-color: #666666;/*TODO: remove fill */
	height: 22px;
	text-align: center;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 600px;*/
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul li{
	float: left;
	color: #000000;
	display: block;
	padding: 5px 10px 0 10px;
}
#footer ul a {
	display: block;
	/*padding: 5px 10px 0 10px;*/
		text-decoration: none;
	color: #000000;
}	
#footer ul a:hover {
	color: #FFFFFF;		
}
