@import url("resets.css");
@import url("home.css");
@import url("schedules.css");
@import url("contact.css");
@import url("prices.css");


html,body{
	height: 100%;
	width: 100%;
}

#wrapper{
	min-height: 90%;
}

html body{
	color: black;
	font-size: 14px;	
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, Arial;
	background: #ffffff url('../images/bgr_pattern.png') repeat;
	line-height: 1.5;
	position: relative;
}

body h1{
	font-size: 30px;
	font-weight: normal;
	color: #be1230;
}

body h2{
	font-size: 24px;
	font-weight: normal;
}

body h3{
	font-size: 18px;
	font-weight: normal;
	color: #be1230;
	font-style: italic;
}

body h4{
	font-size: 16px;
	font-weight: normal;
	color: #be1230;
}

.pad5px{
	padding: 5px;
}

/*
****************************************************************************************************
*/
/* header styles */


#header{
	margin-top: 15px;
}

#logo{
	padding: 1px;
	border-right: 1px solid #FFA5B4; 
}  

#logo h1{
		color: #be1230;
		font-size: 36px;
}

#header h2{
	color: #be1230;
	line-height: 38px;
}

#header span{
		color: black;
}

#header .span3 a{
	text-decoration: none;
}

#header .span6 h2{
	text-align: right;
	margin-right: 50px;
}

#header .span12{
	margin-top: 20px;
}

#header .navbar-inner{
	background: none;
	box-shadow: none;
	border-radius: 0px;
	border: none;
}

#header .navbar-inner .container-fluid{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFA5B4;
	border-bottom: 1px solid #FFA5B4;
}


#header .navbar-inner .container-fluid ul{
	width: 100%;
}

#header .navbar-inner .container-fluid ul li{
	margin-right: 40px;
}

#header .navbar-inner .container-fluid ul li .active_menu_item{
	background-color: #be1230;
	border-radius: 15px;
	color: white;
}

#header .navbar-inner .container-fluid ul li a{
	color: #be1230;
}

#header .navbar-inner .container-fluid ul li a:hover{
	background-color: #be1230;
	border-radius: 15px;
	color: white;
}
/*
****************************************************************************************************
*/
/* aside styles */

#sidebar_content aside{
	border-left: 1px solid #FFA5B4;
}

#sidebar_content .sidebar_content_wrapper{
	padding-left: 20px;
	padding-right: 50px;
}

#sidebar_content .sidebar_content_wrapper{
  margin-bottom: 15px;
}

#sidebar_content .sidebar_content_wrapper	#sd_first{
	width: 200px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFA5B4;
}

.sidebar_content_wrapper p{
	border: 0px;
	margin-bottom: 10px;
}

.sidebar_content_wrapper #sidebar_subheading{
	margin-top: 15px;
	margin-bottom: 15px;
}	

.sidebar_content_wrapper ul{
	list-style-type: disc;
	list-style-position:inside;
	margin-top: 10px;
}

.sidebar_content_wrapper ul	li{
	list-style-type: none;
}

.sidebar_content_wrapper ul	li p{
	display: block;
}	

/*
****************************************************************************************************
*/
/* footer styles */

#footer{
	height: 100px;
	margin-top: 35px;
	background-color: #be1230;
	border-top: 1px solid #FFA5B4;
	color: white;
	font-size: 10px;
}

#footer p{
	margin-top: 5px;
	float: left;
}
	
#footer ul{
	float: right;
}

#footer ul li{
	display: inline-block;
	float: left;
	margin-left: 15px;
}

#footer ul li a{
	color: white;
}
			

