/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: /*#000 url(../images/bg.jpg) top center no-repeat;*/ #fff;
font-family: Helvetica Neue, Helvetica, Arial;
}

.container{
width: 636px;
margin: 0 auto;
}

.header{
width:940px;
margin:0 auto;
}

a {
	color: #ce172b;
	text-decoration:none;
}
a.logo{
	width: 480px;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	font-weight: normal;
	margin: 10px auto;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	font-size: 42px;
	letter-spacing: -1px;
}

a.logo span{
text-align: center;
font-size: 11px;
letter-spacing: 3px;
font-weight: bold;
text-transform: uppercase;
}

a.logo:hover{
background: none;
}

.clear{
clear: both;
}

.main{
width:940px;
margin:0 auto;
height:auto;

}

.footer{
	clear:both;
width: 1000px;
margin: 20px auto;
text-align: center;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	
}

h1{
	font-size: 30px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}

h2{
	font-size: 28px;
	color: #000;

}


.services {
	width:420px;
	height:auto;
	float:right;
	padding-left:5px;
	
}
.services ul li{
	
color:#ce172b;
font-weight: bold;
font-size:22px;
list-style-type: circle;
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px; 
	
}

.services ul {
	color:#999; 
	list-style-type: circle;
	
	
}


