/* Start of CMSMS style sheet 'home' */
body {
	background-image: url(/uploads/images/backgrounds/bg_home.jpg);
	background-position:center top;
	/*background-attachment:fixed;*/
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	font-size:12px;
	height:100%;
}

#home_top {
height:60px;
background: transparent url(images/bg_top_home.png) repeat scroll 0% 0%;
//background:transparent url(images/bg_top_home.png) repeat-x scroll left center;
//background:url('images/bg_top_home.png') repeat-x;

width:100%;
}

#country_pick_home {
width:1000px;
position:absolute;
margin-top:17px;
padding-left:500px;
right:20px;
width:250px;
height:16px;
border: 0px;
background-color:#252020;
color:#918888;
padding:3px;
}

#country_pick_home form {
 margin: 0px; padding:0px;
}
#country_pick_home select {
 background-color: #252020;
 color: #918888;
 width:250px;
 font-size: 11px;
 border: 1px solid #918888;
}

#menu {
	clear:both;
	
	margin-left:10px;
	height: 24px;
	margin-top:17px;
		
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-align:left;
	padding-top: 4px;
	padding-left:12px;
	border: 1px solid #6c6868;;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	margin-right:9px;
	padding-right:4px;
	background-image:url(images/puscica.gif);
	background-repeat:no-repeat;
	background-color:#252020;
}

#menu a:hover {
	color: #ffffff;
    background-color:#cc0000;
}

#menu .active a {
	color: #ffffff;
    background-color:#cc0000;
}

#overall {
width:1000px;
margin:0 auto;
}

#home_video {
height:332px;
width:380px;
margin-left:600px;
/*background:transparent url(images/video_home.png);*/
}
#home_video p {
padding-top: 15px;

}

#workout_home {
	clear:both;
	width: 1000px;
	height: 240px;
}

#workout_home ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#workout_home li {
	display: inline;
	width:165px;
        height:240px;
}

#workout_home a {
width:165px;
float: left;
display:block;
height:240px;
color:#FFFFFF;
text-decoration:none;
}

.group_workout {
background-image:url(images/workout_bg.png);
}

a.group_workout:hover{
background-image:url(images/workout_bg_over.png);
}

.rehabilitation {
background-image:url(images/rehabilitation_bg.png);
}

a.rehabilitation:hover{
background-image:url(images/rehabilitation_bg_over.png);
}

.home_gym {
background-image:url(images/homegym_bg.png);
}

a.home_gym:hover{
background-image:url(images/homegym_bg_over.png);
}

.pilates {
background-image:url(images/pilates_bg.png);
}

a.pilates:hover{
background-image:url(images/pilates_bg_over.png);
}

.sport {
background-image:url(images/sport_bg.png);
}

a.sport:hover{
background-image:url(images/sport_bg_over.png);
}


.personal {
background-image:url(images/personal_bg.png);
}

a.personal:hover{
background-image:url(images/personal_bg_over.png);
}




#footer_home {
text-align:center;
width:1000px;
padding-top:45px;
color:#5c5555;
padding-bottom:10px;
}

#footer_home a{
color:#ffffff;
text-decoration:none;
}

#footer_home a:hover{
text-decoration:underline;
}

.workout_title {
padding-top:18px;
width:163px;
text-align:center;
font-size:12px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
height:20px;
}

#workout_home li a:hover {
color:#cc0000 !important;
}
 

.workout_desc {
width:133px;
padding-left:15px;
text-align:justify;
font-size:10px;
padding-top:120px;
}
/* End of 'home' */

