html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	color:#000000;
	font-size: 13px;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-weight:300;
	background:url('images/bg.png') repeat-x;
}

a {
	color:#c23838;
	text-decoration:none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover {
	color:#000;
	text-decoration:none;
}

#topbar{
	color:#fff;
	margin-top:5px;
}

#topright{
	float:right;
}

#logo{
	float:left;
	margin-top:41px;
}

#logotext{
	margin-top:27px;
	float:left;
	margin-left:10px;	
	background: url('images/logotext.png') no-repeat;
	height: 52px;
	width: 433px;
}

h1 {
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}

#logotext span{
	color:#999999;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;	
}

#callus{
	float:right;
	margin-right: -2px;
	margin-top:28px;
}

#callus span{
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;	
}

#callus h2 {
	color:#FFF;
}

h2 {
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#menu{
	float:right;
	list-style:none;
	margin-top: 80px;
}

#menu li{
	float:left;
}	

#menu li a{
	float:left;
	color:#0e0e0e;
	font-weight:bold;
	padding:5px 15px;
	margin:0 1px;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
}

#menu li:last-child a{
	margin-right: -15px;
}

#menu li a.current{
	background: #d91f26;
	border: 1px solid #c00000;
	border-radius: 10px;
	color: white;
}

#menu li a:hover:not(.current){
	color: #ba181e;
}

h3 {
	font-size:24px;
	font-weight:bold;
}

#mainfull{
	margin-top:80px;
}

#mainleft{
	margin-top:80px;
	float:left;
	width:540px;	
}


#mainleft p{
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}

#mainleft p strong{
	font-weight:bold;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.wrapper {
	width:960px;
	margin:0 auto;
}

#redbtn{
	margin-top:26px;
	width:211px;
	height:43px;
	float:left;
	background:url('images/redbtn.png') no-repeat;
	padding-right:20px;
	border-right:1px solid #ccc;
}

#redbtn:hover{
	background:url('images/redbtn.png') 0 -43px no-repeat;
}


#greenbtn{
	margin-left:20px;
	margin-top:26px;
	width:141px;
	height:43px;
	float:left;
	background:url('images/greenbtn.png') no-repeat;
}

#greenbtn:hover{
	background:url('images/greenbtn.png') 0 -43px no-repeat;
}

#mainright{
	float:right;
	width:300px;
	margin-top:50px;
}

#mainright img{
	float:right;
	margin-top:20px;
	}

#slider{
	float:right;
	border-radius:5px;
	border:1px solid #ccc;
	height:330px;
	width:300px;
	margin-top:80px;
	margin-right:30px;
}

#slides{float:left;height:284px;}

#slides img{
	margin:10px;
}

#feedback{
	margin-top:44px;
	width:100%;
	display:block;
	height:100px;
	background-color:#eeeeee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#quote1{
	width:60px;
	height:100px;
	float:left;
	background:url('images/quotesopen.png') 0 10px no-repeat;
}

#quote2{
	width:60px;
	height:100px;
	float:right;
	background:url('images/quotesclose.png') 0 40px no-repeat;
}

#quotes{width:800px;float:left;}
	
#feedback p{
	font-size:18px;
	font-family:"Georgia",serif;
	color:#333;
	text-align:center;
	width:800px;
	margin:0 20px;
	padding:0px;
	float:left;
	line-height:24px;
}

#feedback p span{
	font-size:14px;
	font-family:Arial, sans-serif;
	font-style:italic;
}

.services{
	width:210px;
	margin-left:20px;
	float:left;
	padding:0;
	list-style:disc;
	margin-top:20px;
}

.services li{
	line-height:26px;
	}

#footer{
	height:30px;
	border-top:3px solid #666;
	background:#333;
	width:100%;
	display:block;
	margin-top:40px;
	color:#999999;
	text-shadow:1px 1px 1px #000;
}

#footer a{
	color:#ccc;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
}

#mainfull a{padding:3px;border:1px solid #ccc;margin:20px;height:72px;float:left;	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;}

#mainfull a:hover{border:1px solid #333;}

#affiliates {
	height: 414px;
	width: 1000px;
}

#affiliates li {
	height: 130px;
	width: 250px;
	float: left;
	/*border: 1px solid black;*/
	overflow: hidden;
}
#affiliates a {
	display: table-cell;
	width: inherit;
	line-height: 130px;
	text-align: center;
}
#affiliates img {
	vertical-align: middle;
}

#affiliates h3 {
margin-top: 50px;
}
