body {
    font-family: Tahoma, helvetica, arial, sans-serif;
    font-size: 22px;
    text-align: center;
    background: #000000;
    color:#000000;
	align: center:
}

h1 {
    font-family:  Tahoma, helvetica, arial, sans-serif;
    font-size: 18px;
	color: #BB2030;    
}


h2 {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #BB2030;
	font-size: 18px;
}

h3 {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #FFFFFF;
	font-size: 18px;
}

h4 {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #FFFFFF;
	font-size: 14px;
}

p {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #FFFFFF;
	font-size: 12px;
}

p2 {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #FFC426!Important;
	font-size: 16px;
}

p3 {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #FFC426!Important;
	font-size: 12px;
}

html, body, #wrapper, h1, #nav, #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#phone {
    font-family: Tahoma, helvetica, arial, sans-serif;
    color: #BB2030;
	font-size: 18px;
}


img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    border: 1px solid #fff;
    position: relative;
}

#header {
	font-family: Tahoma, times new roman, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
    background:#BB2030;
    text-align: center;
    padding: 10px 0;

}


.blue {
	color: #1075B9;
	font-weight: bold!Important;
	font-size: 18px!Important;
}

.blue_16 {
	color: #1075B9;
	font-weight: bold!Important;
	font-size: 16px!Important;
}

.red {
	color: #BB2030;
	font-weight: bold!Important;
	font-size: 18px!Important;
}

.red_16 {
	color: #BB2030;
	font-weight: bold!Important;
	font-size: 16px!Important;
}

#main{
   	font-family:  Tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	/*color: #1075B9; */
	color: #FFFFFF;/*#003399*/
	padding: 30px;
	padding-top: 0px;
	background: #404040;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color:#BB2030;
}


a:hover {
    color: #1075B9; 
}



* html .clear {
    margin-top: 0;
    margin-bottom: 0;
}

#nav li {
    float: left;
    list-style: none;
    width: 90px;
    background:  #1075B9;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid white;
    text-align: center;
/*	padding: 8px; */
}

#nav li.first {
    width: 70px;
	border-left: none;
}
#nav li.about {
    width: 78px;
}
#nav li.services {
    width: 138px;
}
#nav li.cost {
    width: 99px;
}
#nav li.faq {
    width: 64px;
}
#nav li.guarantee {
    width: 86px;
}

#nav a {
    font-family:  Tahoma;
	color: #ffffff;
    display: block;
    text-decoration: none;
    background:#BB2030;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background:#1075B9;
	color: #FFC426;
}


/* footer */

#footer {
	color: #fff;
    background:#BB2030;
    text-align: center;
    padding: 4px 0;
	font-size: 11px!Important;
	font-weight: bold!Important;
}

#footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#footer a:hover {
	color: #FFC426;
}


