/********************
***  Style reset  ***
********************/
*
{
	line-height: 23px;


}



/**********************
***  Global Styles  ***
**********************/
html { background: #252525; }
html, body
{
   color: #000;
   margin: 0 auto;
   font: 13px "Trebuchet MS", arial, verdana, sans-serif;
}
body
{
   width: 890px;
   background: #252525 url('images/logo.png') no-repeat 0 40px;
   padding: 40px 0;
}
h1
{
	font: 40px "Trebuchet MS", sans-serif;
	background-color: transparent;
	color: #F00;
	padding-left: 90px;
}
h2
{
	background-color: transparent;
	color: #FC3;
	padding-left: 1em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: large;
}
p
{
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
a:link, a:active
{
	color: #FF0000;
}
a:visited
{
	color: #990099;
}
a:hover
{
	text-decoration: none;
}
ul
{
	list-style-type: square;
}



/***********************
***  Top Navigation  ***
***********************/
ul#navigation
{
	height: 20px;
	width: auto;
	float: right;
	padding: -16px 0 0 0;
	margin: 0;
}
ul#navigation li a
{
   display: block;
   float: left;
   margin: 0 0 0 4px;
   height: 24px;
   background: #252525;
   color: #fff;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}
ul#navigation li
{
   display: inline;
}
ul#navigation li a span
{
   padding: 6px 5px 0 5px;
   height: 18px;
   display: block;
   float: left;
}
ul#navigation li a:hover
{
   background: #fff url('images/navigation-bg-right.png') no-repeat right;
   color: #000;
}
ul#navigation li a:hover span
{
   background: transparent url('images/navigation-bg-left.png') no-repeat left;
   color: #000;
}



/*********************
***  Main Content  ***
*********************/
div#main-content
{
	background-color: #000000;
	background-position: center;
	text-align: justify;
	margin-top: 59px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: text-bottom;
	line-height: 20px;
}
div#main-content h3
{
	font-weight: bolder;
	font-family: Georgia, "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 36px;
	color: #FFFF00;
	text-align: left;
	font-style: normal;
	padding-top: 10px;
	padding-right: 2;
	padding-bottom: 35;
	padding-left: 10px;
	line-height: normal;
	word-spacing: 0mm;
	letter-spacing: 1px;
	vertical-align: baseline;
	white-space: normal;
}
div#main-content h4
{
	background-color: transparent;
	color: #FC0;
	font-size: x-large;
	padding: 0 0 5px 15px;
	font-weight: normal;
}
div#side-col
{
	font-size: 10px;
	float: left;
	display: inline;
	width: 400px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: -7px;
	margin: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	color: #FFFFFF;
}
div#side-col h3
{
   font-size: 10px;
   padding: 30px 15px 5px 15px;
}
div#side-col p
{
   padding: 0 15px 5px 15px;
}
div#side-col p#quote-link a
{
   margin: 20px 0 0 0;
   float: right;
   display: block;
   background: #e2e0c3;
   padding: 7px;
   width: 100px;
   text-align: center;
   color: #ef067c;
}



/*****************
***  Services  ***
*****************/
ul#services
{
   border-top: 1px solid #fff;
   background: #fbf9ed url('images/bg-light.png') repeat-y right;
}
ul#services li
{
   background: transparent url('images/logo-design.png') no-repeat 10px 17px;
   border-bottom: 1px solid #fff;
   padding: 12px 5px 12px 35px;
}
ul#services li#web-design { background-image: url('images/web-design.png'); }
ul#services li#valid-markup { background-image: url('images/valid-markup.png'); }
ul#services li#free-quote { background-image: url('images/free-quote.png'); }
ul#services li a:link, ul#services li a:active, ul#services li a:visited
{
   background-color: inherit;
   color: #000;
   font-weight: bold;
   text-decoration: none;
}
ul#services li a:hover
{
   text-decoration: underline;
}



/********************
***  Welcome Box  ***
********************/
div#welcome
{
   background: #fbf9ed url('images/welcome-bg.png') no-repeat bottom right;
   margin: 0 0 10px 0;
   border: 3px solid #f0eed9;
}
div#welcome p
{
   background: #fbf9ed;
   color: #b1ae94;
   font-size: 14px;
   margin: 10px 150px 10px 10px;
}



/********************
***  Page Footer  ***
********************/
p#footer
{
	background-color: transparent;
	color: #979797;
	font-size: 9px;
	padding: 40px 0 0 0;
	text-align: center;
}
