
/** Common Styles */

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #4A4A4A;
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;

}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

ul {
	margin-left: 0px;
	list-style-type: none;
	background:#444540;
	border: 1px #929291 solid;
	padding: 10px 10px 10px 10px;
}


img {
border:none;
}

a {
	color: #b9006f;
}

a:hover {
	text-decoration: none;
}

img.floatLeft { 

    float: left; 
    margin: 5px; 
}


img.floatRight { 

    float: right; 
    margin: 5px; 
}


.bg1 {
	background: #000000 url(images/image03.jpg) repeat-x left top;
}

.content {
	padding: 10px 30px 20px 30px;
}



.menuelink {
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background:#b9006f;
}

/** HOVER */


a.christian {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/christian.png);
}

a.christian:hover {
	display: block;
	background-image:url(images/christian_2.png);
}

a.takkyu {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/takkyu.png);
}

a.takkyu:hover {
	display: block;
	background-image:url(images/takkyu_2.png);
}

a.pfirter {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/pfirter.png);
}

a.pfirter:hover {
	display: block;
	background-image:url(images/pfirter_2.png);
}

a.alex {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/alex.png);
}

a.alex:hover {
	display: block;
	background-image:url(images/alex_2.png);
}

a.citizen {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/citizen.png);
}

a.citizen:hover {
	display: block;
	background-image:url(images/citizen_2.png);
}

a.murphy {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/murphy.png);
}

a.murphy:hover {
	display: block;
	background-image:url(images/murphy_2.png);
}

a.capriati {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/capriati.png);
}

a.capriati:hover {
	display: block;
	background-image:url(images/capriati_2.png);
}

a.markantonio {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/markantonio.png);
}

a.markantonio:hover {
	display: block;
	background-image:url(images/markantonio_2.png);
}

a.rinocerrone {
	display: block;
	float: left;
	width:100px;
	height:109px;
	text-decoration: none;
	background-image:url(images/rinocerrone.png);
}

a.rinocerrone:hover {
	display: block;
	background-image:url(images/rinocerrone_2.png);
}

/** HEADER */

#header {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	background: url(images/logo.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	text-align: right;
	margin: 0px;
	padding: 100px 70px 0px 0px;
	text-transform: uppercase;
	font-size: 42px;
	color: #000000;
}

#header h2 {
	margin: 0px;
	padding: 3px 50px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	color: #000000;
}

/** MENU */

#menu {
	width: 960px;
	height: 50px;
	margin: 0px auto;
 	background: url(images/areyou.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0px 30px 0px 50px;
	padding: 0px;
	background: #000000;
	list-style:none;
}


#menu li {
	display: inline;
	
}


#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
	background:#b9006f;
}

/** CONTENT */

#content-wrap {
	width: 960px;
	margin: 0 auto;
	background: #000000;
}

#content {
	width: 890px;
	margin: 0px auto;
	padding-top: 30px;
}

#content h1 {
	padding: 0px 03px 14px 10px;
	background: #000000; 
	border: 1px #929291 solid;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

#content h3 {
	padding: 0px 03px 14px 10px;
	background: #000000; 
	font-size: 10px;
	font-weight: normal;
	text-align:right;
}

#columnA {
	float: left;
	width: 550px;
	background: #1A1A19;
}

#columnA h2 {
	padding: 10px 10px 10px 30px;
	background: url(images/headerstripe.jpg) no-repeat left top;
	border: 1px #929291 solid;
	font-size: 20px;
	font-weight: bold;
}

#columnA h4 {
	font-size: 14px;
	font-weight: bold;
}

#columnB {
	float: right;
	width: 300px;
}



#columnB h2 {
	padding: 10px 0 10px 10px;
	background: #444540;
	border: 1px #929291 solid;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}






/** FOOTER */

#footer {
	width: 960px;
	height: 100px;
	margin: 0px auto;
	background: url(images/footer.jpg) no-repeat left top;
	border-top: 2px solid #4A4A4A;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 30px 0px 0px 50px;
	padding-left: 20px;
	text-align: center;
}



#footer .links {
	float: right;
	margin: 10px 80px 30px 20px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}

/** FORMULAR */

.wmForm {
  
  padding: 10px;
}
.wmForm fieldset.wmButtons input.wmButton {
  float: right;
  width: 150px;
  background-color: #E9F7F6;
  border: 1px solid #7BB9B7;
  color: #7BB9B7;
  margin-left: 10px;
}
.wmForm fieldset legend {
	background-color: #B9006F;
	color: #FFFFFF;
	font-weight: bold;
	font-size:17px;
	height: auto;
	width: auto;
	margin-left: 10px;
}
.wmForm ul {
  background-color: #E9F7F6;
  border-top: 2px solid #7BB9B7;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wmForm ul li {
  padding: 10px;
  clear: both;
}
.wmForm ul li label {
  display: inline;
  float: left;
  width: 30%;
}
.wmForm ul li label span {
  float: right;
  color: #7BB9B7;
}
.wmForm ul li input,
.wmForm ul li textarea {
  float: right;
  width: 68%;
  background-color: #F0F0F0;
}
.wmForm  input:focus,
.wmForm textarea:focus {
	border: 3px solid #000000 ;
	background-color: #E10688;
}
.wmForm  input.checkbox,
.wmForm input.radio {
  float: left;
  width: 20px;
  border-width: 0px;
}
.wmForm  p.wmHint {
  clear: both;
  margin-left: 30%;
  width: 68%;
  text-align: left;
  font-size: 10px;
  padding: 0px 10px;
}

