/*  
Theme Name: Peloton
Theme URI: http://pelotonconsultancy.com/
Description: 
Version: 0.1
Author: Peloton Consultancy Ltd.
Author URI: http://pelotonconsultancy.com/
*/
#header {
	background: url(http://images.pelotonconsultancy.com/wp-content/themes/peloton/images/footer.gif) repeat-x top #3C7DBD;
	width:100%;
	height: 129px;
}

a {
	color: #2c5a92;
	text-decoration: underline;
}

body{
	background: url(images/bg.gif) repeat-x bottom #fffcf0 fixed;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

img {
	border: none;
}

#wrapper{
	width: 850px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}

.sidebar{
	width:12em;
	margin: 10px;
	float:left;
}

.sidebar ul li a{
	color: #2c5a92;
	font-size: 1.2em;
	background: url(images/menu-bg.gif) #FBFBFB bottom repeat-x;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-decoration:none;
}

.sidebar ul a:hover{
	background-color: #FBFBFB;
	color: #CC6600;
}


.sidebar ul li ul a{
	font-size: 0.8em;
	padding: 3px 0 3px 5px;
}




#logo {
	float: left;
	}

#enquiry {
	float: right;
	margin-top:15px;
}

#content {
	margin-left: 14em;
	margin-right: 20px;
}

#content img{
	float: right;
	margin: 2px;
}

#mission {
	background-color:#cad6e4;
	border: 1px solid #dfdfdf;
	margin: 0 15px 5px 5px;
	font-size: 1.2em;
	padding: 10px;
}


#testimonial p {
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0px;
	color:#333;
}

#client {
	font-size:.8em;
	color:#666;
}

#footer {
	background:url(http://images.pelotonconsultancy.com/wp-content/themes/peloton/images/footer.gif) top repeat-x #3C7DBD;
	color: #FFF;
	font-size: .8em;
	margin-top: 20px;
	bottom: 0px;
	width: 850px;
}

#footer ul{
	float:left;
	width: 32%;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	
}

#footright {
	float:right;
	right: 0px;
	text-align: right;
}

#footer li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer a{
	text-decoration:none;
	color:#FFFFFF;
}

.clear{ clear:both; width:0; height:0; font-size:0; line-height:0; overflow: hidden; }

#clear, #footer {
	clear: both;	
}

#fontsize {
	float:right;
	color: #FFF;
	padding: 2px;
}

#center {
	text-align: center;
}