/*CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, EM, FONT, IMG, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*Fix up IE6 PNG Support*/
OL, UL
{
	list-style: none;
}
/*General rules
tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
DIV
{
	position: relative;
}
BODY
{
	line-height: 1;
	background: #FFFFFF url(../images/ui/bg.jpg) repeat-x;
}
/*Header*/
#container
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 56px;
	width: 923px;
}
#logodiv
{
	float: left;
	width: 150px;
	padding-top: 21px;
}
#requestQuote
{
	float: right;
	margin-right: 1px;
	margin-top: 19px;
}
#requestQuote UL LI
{
	float: left;
	margin-right: 5px;
}
#requestQuote LI
{
	margin-left: 5px;
	font: normal bold 12px/2.7 Tahoma, Geneva, Verdana;
	color: #0098DB;
}
#requestQuote A
{
	font: normal bold 12px/2.7 Tahoma, Geneva, Verdana;
	color: #0098DB;
}
#requestQuote A:hover
{
	color: #18B2EE;
}
#MainNav
{
	float: right;
	clear: both;
}
#MainNav UL LI
{
	float: left;
}
#MainNav UL
{
	margin-top: -8px;
}
#MainNav LI A:link, #MainNav LI A:visited
{
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.4em;
	background: #007AC0;
}
#MainNav LI A:hover, #MainNav LI A:active
{
	color: #FFFFFF;
	background: #19B3EF;
}
#MainNav LI A.current, #MainNav LI A.current:hover, #MainNav LI A.current.active
{
	color: #FFFFFF;
	cursor: default;
	background: #0098DB;
}
#MainNav LI
{
	padding-left: 0px;
	font: normal bold 12px/2.7 Tahoma, Geneva, Verdana;
	color: #FFF;
}
/*splash*/
#splash
{
	width: 950px;
	clear: both;
	margin-top: 110px;
}
#imageblock
{
	float: right;
	clear: both;
	margin-right: 30px;
}
#splash UL
{
	position: relative;
	left: 5px;
	padding-top: 33px;
}
#wedo
{
	top: 6px;
	position: relative;
}
/*Sub Navigation*/
#subNav
{
	top: 2px;
}
#subNav UL
{
	float: left;
}
#subNav LI
{
	float: left;
}
#subNav LI A:link, #subNav LI A:visited
{
	display: block;
	background: #232323;
	padding: 0.2em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 0.4em;
	font-family: "Calibri ", Arial, "Trebuchet MS";
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	height: 23px;
}
#subNav LI A:hover, #subNav LI A:active
{
	color: #000000;
	background: #FFFFFF;
}
#subNav LI A.current, #subNav LI A.current:hover, #subNav LI A.current.active
{
	color: #000000;
	background: #FFFFFF;
	cursor: default;
}
/*body
left bar*/
#page
{
	position: relative;
	clear: both;
}
#leftbar
{
	position: relative;
	float: left;
	width: 630px;
}
/*Gallery Content*/
#leftbar UL LI
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.gallery
{
	padding: 5px;
	width: 190px;
	position: relative;
	margin-top: 5px;
}
.thumbHeading
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #0CB5F0;
}
.gallery P A
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #373238;
}
.gallery A:hover
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C3BFBF;
}
.clientname
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	color: #ED008C;
}
#galleryContent
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#galleryContent A IMG
{
	border: 3px solid #DDDDDD;
}
#galleryContent A:hover IMG
{
	border: 3px solid #0CB5F0;
}
/*right bar*/
#rightbar
{
	position: relative;
	float: right;
	width: 200px;
	margin-right: 50px;
	margin-top: 20px;
}
#rightbar LI
{
	padding-top: 10px;
}
/*
Footer
*/
#spacer
{
	clear: both;
	margin-bottom: 43px;
}
#footer
{
	border-top: 3px solid #18B2EE;
	padding: 30px 50px 40px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	clear: both;
	background-color: #0099DD;
	min-height: 130px;
}
.container
{
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#footer A
{
	font: normal normal bold 9pt normal "Calibri ", Arial, "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#footer A:hover
{
	font-family: "Calibri ", Arial, "Trebuchet MS";
	color: #FFFFFF;
}
#footer
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5em;
}
.footer_column
{
	float: left;
	width: 116px;
	margin-right: 33px;
}
#footer .long
{
	width: 668px;
}
#footer H3
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #010101;
	padding-bottom: 5px;
}
.footer_column UL LI, .footer_column UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*Project Detail section*/
#ProjectDetails IMG
{
	border: 5px solid #DDDDDD;
	margin-top: 11px;
	padding: 0;
	width: 620px;
}
#ProjectDetails H1
{
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#ProjectDetails
{
	width: 550px;
	margin-top: 50px;
	margin-left: 10px;
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#Projectdesc
{
	margin-top: 80px;
	width: 250px;
}
.hrRule
{
	height: 1px;
	background-color: #0CB5F0;
	border: 0;
	margin-top: 3px;
	margin-bottom: 8px;
}
#Projectdesc H2
{
	font: bold 1em "Calibri ", Arial, "Trebuchet MS";
}
#Projectdesc P A
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #373238;
}
#Projectdesc P A:hover
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0CB5F0;
}
.desctext
{
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
	color: #818080;
}
#thumbnails UL LI
{
	float: left;
	padding-right: 5px;
}
#thumbnails LI A:link, #thumbnails LI A:visited
{
	display: block;
	background: #232323;
	padding: 0.2em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: -0.2em;
	font-family: "Calibri ", Arial, "Trebuchet MS";
	font-size: 10px;
	line-height: 1.7em;
	font-weight: bold;
}
#thumbnails LI A:hover, #thumbnails LI A:active
{
	color: #000000;
	background: #FFFFFF;
}
.about_page_text
{
	padding: 25px 30px 25px 15px;
	color: #666;
	font-family: Helvetica, Arial, "san serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
}
.PageHeadings
{
	padding-bottom: 10px;
	color: #333333;
	font-family: Helvetica, Arial, "san serif";
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.2em;
}
/*Contact form*/
FIELDSET
{
	margin-top: 30px;
	border: 4px solid #DEDEDE;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
FIELDSET LEGEND
{
	font-weight: bold;
}
FIELDSET UL, FIELDSET LI
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
FIELDSET LI
{
	clear: both;
	list-style: none;
	padding: 4px;
}
FIELDSET INPUT
{
	float: left;
}
FIELDSET LABEL
{
	width: 140px;
	float: left;
}
FIELDSET BUTTON
{
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
	width: 125px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #666666;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
}
#indexTitle
{
	margin-top: -202px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -1px;
	line-height: 1.2em;
	clear: both;
	padding-top: 24px;
	color: #FFF;
	width: 720px;
	position: relative;
	float: left;
	margin-left: 15px;
}

