@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	font: 90% Arial, Helvetica, sans-serif;
	background: #000; 
}

/* wrappers */

#mainWrapper {min-width: 760px;}

#header { 
	background: url("/images/headerBg.jpg") repeat scroll 0 0 #000000;
	height: 195px;
	margin: 0 auto;
	position: relative;
	width: auto;
}

#contact_info{
	bottom: 35px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:20px;
}

#headerNav {margin-left: 258px;}

#header IMG{ 
	display: block;
	float: left;
}

#header img.shoes{
	left: 420px;
	position:absolute;
}

#nav {
	background-image: url(../images/nav/nav_background.jpg);
	background-repeat: no-repeat;
	bottom: 15px;
	height: 54px;
	margin: 0px auto;
	position: relative;
	width: 1002px;
}

	#nav ul{
		margin:0 0 0 0px;
		padding: 14px 0 0;
	}
	
		#nav ul li, #footer ul li{
			display: block;
			float: left;
			text-align: center;
		}

			#nav ul li a{
				color: #000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#nav ul li a:hover{
				color: #FFF;
				text-shadow: #000 1px 1px 1px;
			}
	
	#nav .homeLink{
		width: 102px;
	}
	
	#nav .scheduleLink{
		width: 110px;
	}
	
	#nav .pricesLink{
		width: 82px;
	}
	
	#nav .registerLink{
		width: 96px;
	}
	
	#nav .staffLink{
		width: 70px;
	}

	#nav .galleryLink{
		width: 90px;
	}
	
	#nav .newsLink{
		width:130px;
	}

	#nav .nonProfitLink{
		width:117px;
	}

	#nav .aboutLink{
		width:84px;
	}

	#nav .contactLink{
		width:116px;
	}
	
	.homeLink, .scheduleLink, .pricesLink, .registerLink, .staffLink, .galleryLink, .newsLink, .nonProfitLink, .aboutLink, .contactLink{
	}
	
	.homeLinkFooter, .scheduleLinkFooter, .pricesLinkFooter, .registerLinkFooter, .staffLinkFooter, .galleryLinkFooter, 
	.newsLinkFooter, .nonProfitLinkFooter, .aboutLinkFooter, .contactLinkFooter{
	}

#footer {
	color: #fff;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px auto;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 820px;
}

	#footer ul{
		height: auto;
		margin: 10px 0px 0px 0px;
		overflow: hidden;
	} 
	
		#footer ul li a{
			color: #FFF;
			font-size: 13px;
			margin: 0px 10px 0px 10px;
		}
		
		#footer ul li a:hover{
			color:#999999;
		}

#contentWrapper {
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	background: #ccc url(/images/content-bg.jpg) repeat-y; 
	margin: 0px 20px 20px 20px;
}

#content { 
	padding: 15px;
	min-height: 300px;
}

/* Links */

a {text-decoration: none;}

a:link {color: #F00;}

a:visited {color: #F00;}

a:hover {color: #06F;}

a:active {color: #CCC;}

a img {border: none;}


/* font */

H1 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

H2 {font-size: 1.2em;}

H3, H4, H5, H6 {font-size: 1em;}

H2, H3, H4, H5, H6 {margin: 10px 0 15px 0;}

p {margin: 0 0 15px 0;}

#content ol, #content ul {margin: 10px 0 15px 20px;}

.centerText, #footer {text-align: center;}

.smallText, #footer {font-size: .8em;}

.italic {font-style: italic;}

.bold {font-weight: bold;}

/* box */

.box { background: #09c; }

.boxTop {background: url(/images/box-TR.gif) 100% 0 no-repeat;}

.boxContent {padding: 0 10px 0 10px;}

.boxBase {background: url(/images/box-BR.gif) 100% 100% no-repeat;}

/* layout */

.clearBoth { clear: both; }

.left {
	float: left;
	margin: 0 10px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 10px;
}

#social_icons{
	background-image: url(/images/social_btn_background.png);
	height: 109px;
	padding: 9px 0px 0px 16px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 164px;
}

	#social_icons .row1{
		height: auto;
		overflow: hidden;
	}
	
	#social_icons .row2{
		clear: both;
		height: auto;
		margin: 4px 0px 0px 0px;
		overflow: hidden;
	}
	
	#social_icons img{
		margin: 0px 3px;
	}
