* { padding: 0; margin: 0; }

body {
background: #000000;
text-align: center;
margin-left: auto ;
margin-right: auto ;

	background-image: url('../img/fbg.jpg');
 	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
    color: #ca5252;
}


a	{
	text-decoration:	none;
	
	color: #000;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#000;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:visited	{
	color:	#000;
	background-color: transparent;
	border-bottom: none;
	}
	
a:hover	{
	color:	#6698FF;
	background-color: transparent;
	}
	
a:active	{
	color:	#6698FF;
	background-color: transparent;
	border-top: 1px;
	}


#header {
  position: relative;
  width: 500px;
  height: 30px;
  margin-top: 10px;
  color: #ca5252;
  margin-left: 25%;
  }
  
  
form#swingweight {
border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 400px;
	background: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}

form#swingweight fieldset {
	border: none;
	margin-bottom: 10px;
}
form#swingweight fieldset:last-of-type {
	margin-bottom: 0;
}

form#swingweight legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


form#swingweight fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}


form#swingweight ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,0.6);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
}
form#swingweight ol ol li {
	background: none;
	border: none;
	float: left;
}


form#swingweight label {
	float: left;
	font-size: 13px;
	width: 110px;
}
form#swingweight fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form#swingweight label[for=visa] {
	background-image: url(visa.gif);
}
form#swingweight label[for=amex] {
	background-image: url(amex.gif);
}
form#swingweight label[for=mastercard] {
	background-image: url(mastercard.gif);
}
form#swingweight fieldset fieldset label:hover {
	cursor: pointer;
}



form#swingweight input:not([type=radio]),
form#swingweight textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
	outline: none;
	padding: 5px;
	width: 200px;
}
form#swingweight input:not([type=submit]):focus,
form#swingweight textarea:focus {
	background: #eaeaea;
}
form#swingweight input[type=radio] {
	float: left;
	margin-right: 5px;
}
form#swingweight button {
	background: #ca5252;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
		border: 1px solid #000;

}
form#swingweight button:hover {
	background: #1e2506;
	cursor: pointer;
}
#form{
position: relative;
float: left;
margin-left: 25%;
margin-top: 25px;
text-align: left;
}



form#swadvisor {
border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 400px;
	background: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    /* color: #000; */
}

form#swadvisor fieldset {
	border: none;
	margin-bottom: 10px;
	color: #000;
}
form#swadvisor fieldset:last-of-type {
	margin-bottom: 0;
}

form#swadvisor legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


form#swadvisor fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}


form#swadvisor ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,0.6);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	color: #000;
	font-weight: bold;
}
form#swadvisor ol ol li {
	background: none;
	border: none;
	float: left;
}


form#swadvisor label {
	float: left;
	font-size: 13px;
	width: 110px;
}
form#swadvisor fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form#swadvisor label[for=visa] {
	background-image: url(visa.gif);
}
form#swadvisor label[for=amex] {
	background-image: url(amex.gif);
}
form#swadvisor label[for=mastercard] {
	background-image: url(mastercard.gif);
}
form#swadvisor fieldset fieldset label:hover {
	cursor: pointer;
}



form#swadvisor input:not([type=radio]),
form#swadvisor textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
	outline: none;
	padding: 5px;
	width: 200px;
}
form#swadvisor input:not([type=submit]):focus,
form#swadvisor textarea:focus {
	background: #eaeaea;
}
form#swadvisor input[type=radio] {
	float: left;
	margin-right: 5px;
}
form#swadvisor button {
	background: #ca5252;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
		border: 1px solid #000;

}
form#swadvisor button:hover {
	background: #1e2506;
	cursor: pointer;
}




#racket{
position: relative;
width: 459px;
height: 905px;
background-image: url("../img/racketfr.png");
background-repeat: no-repeat;
float: right;
margin-top: 10px;
margin-right: 2%;
}
#racketnew{
position: relative;
width: 459px;
height: 905px;
background-image: url("../img/racketimg.png");
background-repeat: no-repeat;
float: right;
margin-top: 10px;
margin-right: 2%;
}

#racketnew-en{
position: relative;
width: 459px;
height: 905px;
background-image: url("../img/racketfr-en.png");
background-repeat: no-repeat;
float: right;
margin-top: 10px;
margin-right: 2%;
}


ul.nav{
	list-style:none;
	padding:0;
	margin:0;
	position:fixed;
	left:-34px;
	top:65px;
}

li.navi{
	height:20px;
	width:204px;
	background: rgba(255,255,255,0.6);
	padding:10px;
	padding-left: 15px;	
	position:relative;
	border: 1px solid #ca5252;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom: 10px;
}

li:hover {
    left:30px;
    transition:  0.3s linear;
    -webkit-transition:  0.3s linear;
    -moz-transition: 0.3s linear;
	-webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}



form#about {
	border: 1px solid #ca5252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 600px;
	background: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    color: #000;
}

.small {
font-size: 12px;
}

#language {
 color:#fff;
 font-size: 10px;
 position: absolute;
 top: 10px;
 left: 20px;
 }
 
#language a {
color: #fff;

}


form#tensionadvisor {
	border: 1px solid #ca5252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 800px;
	background: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    color: #000;
}

form#tensionadvisor .button {
	background: #ca5252;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-family: "Lucida Grande", 'Helvetica Neue', Helvetica, Arial, sans-serif;	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
		border: 1px solid #000;

}
form#tensionadvisor .button:hover {
	background: #1e2506;
	cursor: pointer;
}

form#tensionadvisor a {
	color: red;
	text-decoration: underline;
	line-height: 24px;
}


#stap {
border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	width: 140px;
	background: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ca5252;
    text-align: center;
}    
