* 
{
	padding: 0;
	margin: 0;
}
body 
{
    font: normal 12px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    text-align: center;
    color: #000;
    padding: 0;
	margin: 5px 10px;
	background: #fff;
}
/* -------------------- Links -------------------- */
* a 
{ 
    position: relative 
}
a 
{ 
    outline: none 
}

a, a:link, a:visited, a:active, a:focus 
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    color: #FF9933;
    text-decoration: none;
}
a img
{
    border: none;
    position: relative;
}
/* -------------------- Text Setup -------------------- */
p,
ul,
table
{
    margin: 15px 0;
}
p,
li
{
    line-height: 1.6;
}
p
{
    width: 450px;
}


/* -------------------- Typography -------------------- */
h1,h2,h3,h4,h5,h6
{
    color: #000;
    margin: 15px 0;
    padding: 0;
}
h1
{
    font: normal normal bold 18px Verdana, Arial, Tahoma, Sans-Serif;
    margin-bottom: 20px;
    color: #FF9933;
}
h2
{
    font: normal normal bold 12px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
    color: #0099CC;
}
h1.pagetitle
{
    margin-top: 0;
}
h2.clientheadline,
h2.designheadline
{
    float: left;
    position: relative;
    width: 80px;
    line-height: 1.6;
    margin: 0;
}
h2.designheadline
{
    color: #FF9933;
}
h3 
{
    font: normal normal bold 12px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}
div.clienttext,
div.designtext
{
   margin-left: 7em; 
}
/* ------------------- Page Container ----------------- */
#container
{
    width: 960px;
    text-align: left;
}


/* ------------------- Page Header ----------------- */
#pageheader
{
    width: 960px;
    height: 140px;
}
#logo
{
	position: fixed;
	top: 0;
    width: 250px;
    height: 130px;
    z-index: 40;
}   


/* ---------------------- Page Content Settings --------------------- */
/* ---------------------- 3 column layout --------------------- */
div.column1 /* This is the main content */
{ 
    width: 685px;
    float: right;
    padding: 0 5px 50px 10px;
    position: relative; 
}
div.column2 /* This is the navigation */
{ 
    width: 105px; 
    float: left;
    position: relative;
    padding-right: 5px;
}
div.column3 /* This is the Sub navigation */
{ 
    width: 150px; 
    float: right;
    position: relative;
}


/* ---------------------- Footer --------------------- */
#footercontainer
{
    width: 960px;
    color: #0099CC;
    margin: auto;
    text-align: left;
	z-index: 20;
	position: fixed;
	bottom: 0%;
	background: url("images/bottom-fade.png") repeat-x bottom left;
	height: 100px;
	font-size: 11px;
}
#footer
{
	z-index: 30;
	position: fixed;
	bottom: 5px;
	background: #fff;
	padding-top: 5px; 
	border-top: solid 1px #FF9933;
}
#footer a
{
    color: #0099CC;
}
#footer a:hover
{
    color: #FF9933;
}
.separator
{
    color: #FF9933;
    padding: 0 1px;
}
/* ---------------------- Navigation --------------------- */
#navcontainer,
#navigation
{
    margin: 0;
    padding: 0;
}
#navigation
{
    list-style: none;
    float: left;
    position: fixed;
    top: 145px;
    text-align: center;
}
#subnavigation
{
	/*float: right;
    position: relative;*/
    position: fixed;
	top: 145px;
	left: 120px;
	width: 145px;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
}
#subnavigation a img
{
    border: solid 1px #C1C1C1;
    margin-bottom: 3px;
}
#subnavigation a img.noborder
{
   border: solid 1px #fff;
}
#navigation li a 
{
	line-height: 1.7;
	width: 90px;
	text-decoration: none;
	padding: 1px 5px 1px 0;
	margin: 0 0 2px 0;
	text-align: center;
}	
#navigation li a:link, 
#navigation li a:visited 
{
	color: #fff;
	background: #0099CC;
	display: block;
}
#navigation li.current a:link, 
#navigation li.current a:visited
{
	background: #FF9933;
}
#navigation li a:hover 
{
	color: #fff;
	background: #FF9933;
}	
#navigation li ul li a, 
#navigation li ul li a:link, 
#navigation li ul li a:visited,
#navigation li ul li a:hover 
{
	font-size: 12px;
	color: Yellow;
}	


/* ------------------- Home Page ------------------ */
#servicesblockcontainer
{
    margin-bottom: 45px;
}
.servicesblock
{
    float: left;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.servicesblock img
{
    border: solid 1px #C1C1C1;
    margin-bottom: 5px;
}
.greentext
{
    color: #00C000;
}

/* ------------------- Main Pages ------------------ */
#imageblock img
{
    border: solid 1px #C1C1C1;
    margin: 0 15px 15px 0;
}
#nextprevious
{
    margin-bottom: 50px;
}
#nextprevious a
{
    color: #0099CC;
}
#nextprevious a:hover
{
    color: #FF9933;
}
a img.noborder,
#imageblock img.noborder
{
	border: none;
}
hr
{
	border : solid 1px #F60;
}

.testimonialcontainer
{
	width: 450px;
	margin-bottom: 15px;
	border-bottom: solid 1px #F60;
}
.testimonialcontainer h2
{
	margin-top: 25px;
}
.caption
{
	font-size: 	10px;
	font-style: italic;
}
ul li ul
{
	margin-left: 20px;
	margin-top: 1px;
}
div.column1 p a
{
    border-bottom: dotted 1px #74aa74;
}
