/* FIRST OF ALL, RESET THE STYLESHEET */

/* ----------------------------------------------------------------------------------------- */
/* --------------------------------------- RESET CSS --------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------- END OF RESET ---------------------------------- */
/* --------------------------------------------------------------------------------------- */


html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
}  

body {
	background: url(../img/body_bg.jpg) repeat top left;
}

h1 {
	font-size: 2.8em;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
}

h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}



#ContactPanel {
	background: url(../img/contact_bg.jpg) no-repeat top left;
	width: 318px;
	height: 562px;
	margin: 10px 0 0 30px;
	float: left;
}

#ContactPanel h2 {
	margin: 150px 0 0 25px;
	float: left;
}

#ContactPanel .textbox {
	height: 20px;
	width: 268px;
	float: left;
	padding: 0;
	margin: 10px 0 0 25px;
}

#ContactPanel h4 {
	float: left;
	margin: 30px 0 10px 25px;
}

#ContactPanel .checkrow {
	float: left;
	width: 293px;
	margin: 0 0 0 0;
	height: 18px;
}

#ContactPanel .checkbox {
	float: left;
	margin: 0 0 0 25px;
}

#ContactPanel label {
	float: left;
	font-size: .8em;
	line-height: 1.7em;
	padding: 3px 0 0 10px;
}


#ButtonHolder {
	float: left;
	padding: 20px 0 0 10px;
}

.cursor_link {
	cursor: pointer;
}


/* ---------- MAIN CONTENT ------------- */
#MainContentPanel {
	background: url(../img/content_bg.jpg) no-repeat top left;
	width: 1601px;
	height: 606px;
	position: absolute;
	top: 10px;
	left: 376px;
}

#LogoPanel {
	position: absolute;
	top: -10px;
	left: 15px;
}

#NavigationPanel {
	position: absolute;
	top: 0;
	left: 200px;
	padding-top: 15px;
}

#WelcomePanel {
	float: left;
	width: 471px;
	position: relative;
}

#ScrollRightPanel {
	position: absolute;
	top: 400px;
	left: 15px;
}

#WelcomePanel h1 {
	margin: 150px 0 0 20px;
	width: 460px;
}

#WelcomePanel h3 {
	margin: 20px 0 0 20px;
	width: 460px;
}

.panel_title {
	float: left;
	height: 586px;
}

.error_message {
	width: 160px;
	float: left;
	color: #CC0000;
	font-size: .8em;
	line-height: 1.5em;
}

/* ------------ WHAT WE DO ---------------*/

#WhatWeDoPanel {
	float: left;
	width: 610px;
	padding-top: 20px;
}

#WhatWeDoPanel h2 {
	font-size: 1.25em;
	font-weight: bold;
}

.offer_panel {
 	float: left;
 	width: 240px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

.offer_columns {
	float: left;
	width: 240px;
	overflow: hidden;
}

.added_margin {
	margin-right: 50px;
}


/* ------------ PORTFOLIO  ---------------*/

#PortfolioPanel {
	float: left;
	width: 520px;
	padding-top: 20px;
}

.example_panel {
	width: 225px;
	float: left;
	margin: 0 5px 15px 0;
}

.example_panel img {
	float: left;
}

.caption {
	float: left;	
}

.caption a {
	color: #424242;
	font-size: 1em;
}




/* ------------------------ Customer Panel ---------------------*/
#CustomerPanel
{
	background: url(../img/customer_bg.jpg) no-repeat top left;
	position: absolute;
	top: 10px;
	left: 2315px;
	width: 351px;
	height: 452px;
	padding-right: 50px;
}
#CustomerPanel h2
{
	margin-bottom: 10px;
}

#CustomerPanel label
{
	float: left;
	width: 115px;
	height: 30px;
}
#CustomerPanel input
{
	float: right;
}

.form_row
{
	float: left;
	width: 310px;
}

#CustomerPanelHeader
{
	margin: 20px 0 0 80px;
}

#CustomerLoginPanel, #PayOnlinePanel
{
	float: left;
	width: 310px;
	padding: 10px 20px;
}

#CustomerLoginPanel
{
	margin-top: 70px;
}

/* ************************************************************ */
/* ************************ PAGE ALERTS *********************** */
/* ************************************************************ */

#killUI
{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	border: 1px solid #cecece;
	z-index: 100;
}


#popupContact
{
	display: none;
	position: fixed;
	_position: absolute;
	height: 384px;
	width: 408px;
	background: #FFF;
	border: 10px solid #363433;
	z-index: 200;
	padding: 12px;
	font-size: 13px;
}
#popupContact h1
{
	text-align: left;
	color: #6FA5FD;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin-bottom: 0;
	color: #232120;
	line-height: 1em;
	background: url('../img/al_i_alert.png') 3px 0px no-repeat;
}
#popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

#pupCnt 
{
	text-align: left;
	padding: 10px 10px 20px 10px;
	margin: 20px 0 0 0;
}

#pupBtn1
{
	margin-right: 20px;
}


