﻿/* Set up main body and reset all default margins and paddings .............*/

body
{
    font-size: 14px;
    font-family: 'Arial';
    text-align: center;
    color: #662d91;
}

html>body {
}

*
{
	margin: 0;
	padding: 0;
}

h1
{
    font-size: 550%;
	font-weight: bold;
    padding-bottom: 10px;
}

h2
{
	font-size: 300%;
	margin-bottom: 10px;
}

h3
{
    color: #cc0000;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 100%;
}

h4
{
    color: #272060;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 100%;
}


/* End of main body ---------------------------------------------------------*/

#wrapper
{
	margin: 0 auto;  
	width: 780px;
	text-align: left;
	position: relative;
}

#header
{
	position: absolute;
	top: 10px;
	left: 10px;
}

#footer
{
	position: absolute;
	top: 560px;
	left: 0px;
}

#footertext
{
	position: absolute;
	top: 573px;
	left: 30px;
	width: 775px;
	text-align: center;
}

#footertext li
{
	float: left;
	list-style-type: none;
	display: inline;
	padding-right: 25px;
	font-size: 150%;
	color: White;
	font-weight: bold;
}

#insidebox
{
    border: none;
	padding: 10px 20px 10px 20px;
}

p
{
    padding-bottom: 10px;
    line-height: 20px;
}

#maillink
{
    color: White;
}
#topmenu
{
	position: absolute;
	top: 115px;
	left: 20px;
    width: 770px;
}

#topmenu li
{
	float: left;
	list-style-type: none;
	display: inline;
	width: 192px;
}

#topmenu a, #topmenu a:visited
{ 
    font-size: 150%;
	text-decoration: none;
	color: Gray;
	font-weight: bold;
}

#topmenu a:hover, body#default #mdefault a, body#service #mservice a, body#prwork #mprwork a, body#about #mabout a
{
    color: white;
}

.textlist
{
    padding-left: 35px;
    font-size: 140%;
    list-style-type: none;
    list-style-image: url('images/chev.jpg');
}

.textlist li
{
    padding-bottom: 10px;
}

.standouttext
{
    font-size: 120%;
}

.testimonials
{
    padding-left: 35px;
    font-size: 90%;
    list-style-type: none;
    font-style: italic;
}

.testimonials li
{
    padding-bottom: 10px;
}

