/* CSS Document roll back for main page, with 3 central boxes with text done **
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/avasports_back2.jpg);
	text-align: left;
	margin: 0 auto;
	position: relative;
	
}
/*        =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 =======================================================================>*/


#content {
	width:600px;
	float: right;
	/*background-color: #0099FF;/*TODO: remove fill */
	height: 470px;
	background-repeat: no-repeat;
	background-position:top  right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
#shop #content{
	height: 800px;
	
}

#judo #content{
	height: 800px;
}
#shop #content img{/*for the hotspots, gets rid of border*/
	border-style: none;
}
#judo #content img{/*for the hotspots, gets rid of border*/
	border-style: none;
}

#head {/* more specific to overide the #content h1{      ...below  */
	position: absolute;
	top: 120px;
	left: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #000000;
}
#head5 {/* more specific to overide the #content h1{      ...below  */
	position: absolute;
	top: 165px;
	left: 305px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	color: #FFFFFF;
}
#head5.grey1 {
	color: #9B9B9B;
}	

#head4{
	position: absolute;
	top: 520px;
	left: 580px;
	display: block;
	width: 200px;
}
#head2{
	position: absolute;
	top: 520px;
	left: 250px;
}
/*#judo #head2{
	position: absolute;
	top: 540px;
	left: 250px;
}*/


#head3{
	position: absolute;
	top: 520px;
	left: 430px;
}
#title1{/*martial arts page ===================  Judo text box*/
	text-align: center;
	position: absolute;
 	top: 290px;
	left:210px;
	/*display:block;*/
	width:157px;
	height:221px;
}
#title2{/* martial arts page ===================Judo text box*/
	text-align: center;
	position: absolute;
 	top: 290px;
	left:397px;
	/*display:block;*/
	width:157px;
	height:221px;
}
#title3{/* martial arts page ===================Judo text box*/
	text-align: center;
	position: absolute;
	top: 290px;
	left:578px;
	width:157px;
	height:221px;

}

#title1 ul{/*FIX: the line height command was the only fix that worked!!!! do not put <br> after a <li>!! */
	line-height:20px;
	text-align: left;
	
}
#title2 ul{
	text-align: left;
	line-height:20px;
}
#title3 ul{
	text-align: left;
	line-height:20px;
}
#title1 a {
	color: #000000;
	text-decoration: none;
}	
#title1 a:hover {
	color: #CCCC33;		
}

#title2 a {
	color: #000000;
	text-decoration: none;
}	
#title2 a:hover {
	color: #CCCC33;		
}

#title3 a {
	color: #000000;
	text-decoration: none;
}	
#title3 a:hover {
	color: #CCCC33;		
}

#content h1{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;
	text-align: center;
	/*margin-top: 25px;
	margin-right: 140px;*/
	display: block;
	
}
#content h2{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;*/
	display: block;
		
	
}
	#content h2.aboutus {
	padding-left: 10px;
	margin-left: 0px;
}
.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	display: block;
	
}
 .text2{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 100px;
	margin-left: 0px;
	display: block;
}

#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: 480px;
	left: 200px;
}
#shop #contact_us{
	top: 660px;
}

#judo #contact_us{
	top: 660px;
}

#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: #000000;
	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: #000000;
}	
#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;		
}
