/* 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/avasports_back2.jpg);
	text-align: left;
	margin: 0 auto;
	position: relative;/*EXPERIMENT 3rd Sept 2007 */
	
}
/*        =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;	
}
#hornav input {/* site search box */
	float: right;
		
}

#hornav 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
#aboutus #content{
	height: 670px;
	position: relative;
}
#orders #content{
	height: 600px;
	position: relative;



}
/* @group Special offers */
#special #content{
	margin-right: 0;
	height: 940px;
}
#special #content h1{
	
	margin-right: 0;
}

	
	#mage1{
	position: relative;
	top: -100px;
	border-style: none;
}

#special #head{
	font-size: 34px;
	padding-top: 30px;
	color: white;
	z-index: 1;
	position: relative;
	left: 5px;
	top: 20px;
}
#special #head2{
	position: absolute;
	top: 520px;
	left: 230px;
	width: 150px;
}
#special #head3{
	position: absolute;
	top: 520px;
	left: 415px;
}
#special #head4{
	position: absolute;
	top: 520px;
	left: 600px;
}
#special #contact_us{
	top: 650px;
	left: 220px;
}


/* @end */
#club #content{
	height: 780px;
	}
#contactAVA #content{
	height: 880px;
	}
#security #content{
	position: relative;
}
#hall #content{
	height: 825px;
	/*position: relative; seemed good ideas but was not liked by IE6/7 */
}
#embro #content{
	height: 725px;
	/*position: relative; seemed good ideas but was not liked by IE6/7 */
}
#sitemap #content{
	height: 1400px;
	
}
*html #sitemap #content{/* for ie 6 fix */
	height: 2250px;
	
}

#embro2 {/*ADD:4/9/07 this is a img on the emboderiy page to line it up*/
	float: right;
	padding-right: 200px;
	padding-top: 25px;
	
	
}
#sizing2 {/*ADD:4/9/07 this is the img on the sizes page to line it up*/
	position: absolute;
	left: 500px;
	
}
#newbox {
	width: 800px;
	background-color: #996666;/*TODO: remove fill */
	background-image: url(../images/avasports_back2.jpg);
	text-align: left;
	margin: 0 auto;
	position: absolute;/*EXPERIMENT 3rd Sept 2007 */
	top: 620px;
	right: 0px;
	
}

aboutus #content h1{
	margin-bottom: 45px;
}

#content h1{
	font-weight: bold;
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
	#content h2.aboutus {
	padding-left: 10px;
	margin-left: 0px;
}
.aboutus {
	padding-left: 10px;
	margin-left: 0px;
}

.text1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	display: block;
	
}
#security span.text1{/* has to be this specific or it does not work*/
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
}

#orders #content img{
	float: left;
}
#contactAVA #content img{
	float: left;
}
#faq #content img{/*ADD:4th sept 2007  for the FAQ page, copying the contact page format and html*/
	float: left;
}

#security #content img.security{
	position: absolute;
	top: 60px;
	z-index:1;
	display: block;
}
 .text2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 100px;
	margin-left: 0px;
	display: block;
	position: relative;
}
#orders span.text2  {/* has to be this specific or it does not work*/
	float: left;
}
#hotline span.text2{/* has to be this specific or it does not work*/
	padding-left: 70px;
	padding-right: 190px;
	padding-top: 20px;
}
#special span.text2{/* has to be this specific or it does not work*/
	text-align: center;
	padding-top: 40px;
	
}
#club span.text2{/* has to be this specific or it does not work*/
	text-align: center;
	/*padding-top: 40px;*/
	}
.text3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	margin-right: 0px;
	width: 270px;
}
#embro .text3{
	width: 400px;
}
#sizing .text3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 0px;
	position: absolute;
	margin-right: 0px;
	width: 270px;
	top: 200px;
}
#piclev{
	position: absolute;
	top: 55px;
	height: 253px;
	width: 170px;
	z-index:1;
	left: 10px;
}
#ordercl {/* all content was floated on this page (orders) - and explorer went mad without a clear command*/
	clear: both;
}
#offers1{/*this is the form to apply for updates on special offers*/
	width: 390px;
	background-color: #FFFFCC;
	margin: 50px 0px 50px 70px;
	border: 1px solid #ccc;
	padding: 0px 0px 5px 20px;
	height: 160px;
	display: block;	
}
#club #offers1{/*this is the form to apply for updates on special offers targets the main fieldset*/
	width: 390px;
	background-color: #FFFFCC;
	margin: 50px 0px 50px 70px;
	border: 1px solid #ccc;
	padding: 0px 0px 5px 20px;
	height: 430px;
	display: block;	
}
#contactAVA #offers1{/*this is the form to contact AVA Sports targets the main fieldset*/
	width: 390px;
	background-color: #FFFFCC;
	margin: 0px 0px 50px 70px;
	border: 1px solid #ccc;
	padding: 0px 0px 5px 20px;
	height: 430px;
	display: block;	
}
#club2{
	width: 290px;
	border:none;
}
#offers1 legend{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#offers1 #next{
	display: inline;
}
#offers1 label {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
#offers1 p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;	
}
#offers1  #Gname{/*only sets the width of this box!*/
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 12px;
	font-size: 10px;
}
#offers1  #club2 input{/*only sets the width of this box!*/
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 12px;
	font-size: 10px;
}
#offers1  #Femail{/*only sets the width of this box!*/
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 12px;
	font-size: 10px;
}
#offers1  #club2 #postcode {/*only sets the width of this box!*/
	width: 150px;
	}
#offers1 #newslet{
	margin-top: 5px;
	height: 18px;
	font-size: 10px;
}
#contactAVA #offers2  {/*This is the form tag - does not do anything!!!*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-style: none;
	border-width: none;
}
#textae {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#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;
	
	/*left: 0px;*/
}
#aboutus #contact_us{
	top: 500px;
}
#orders #contact_us{
	top: 500px;
}
#security #contact_us{
	top: 358px;
	z-index:2;
}

#club #contact_us{
	top: 810px;
}
#contactAVA #contact_us{
	top: 910px;
}
#hall #contact_us{
	top: 852px;
	left:173px;/*with content being positioned relative this was 20px - did not work*/
}
#embro #contact_us{
	top: 720px;
	left:170px;
}

/* @group Tatami page*/

#tatami #contact_us{
	left:200px;
	top: 840px;
}

#tatami #content{
	height: 840px;
	}
#tatami .text3{
	width: 500px;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 0;
}
#tatami #vertnav img{
	padding-top: 60px;
}

/* first trial of cssedit */

/* @end */
#sitemap #contact_us{
	top:1350px;
}
*html #sitemap #contact_us{/*for iE6 spaced rows*/
	top:2200px;
}

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

#sitemapCon ul a {
	display: block;
	/*padding: 5px 10px 0 10px;*/
		text-decoration: none;
	color: #000000;
}	
#sitemapCon ul a:hover {
	color: #0000CC;		
}
#sitemapCon ul{
	margin: 0;
	padding: 0;		
}