@charset "utf-8";

/* GLOBAL CSS */

/* **********************************************
GLOBAL PAGE AND HEADERS
********************************************** */

html, body, div, table, span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

body {
	background-color: #f7f7f7;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	background-image: url(../image_assets/bg/uni_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

h1 {
	font-size: 15px;
	color: #669900;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-size: 15px;
	color: #ff9900;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

h3 {
	font-size: 15px;
	color: #3399ff;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #6e92b4;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h4 a:link {
	color: #6e92b4;
	text-decoration: none;
}

h4 a:visited {
	color: #6e92b4;
	text-decoration: none;
}

h4 a:hover {
	color: #0066FF;
	text-decoration: none;
}

h4 a:visited:hover {
	color: #0066FF;
	text-decoration: none;
}

h5 {
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h5 a:link {
	color: #367ed0;
	text-decoration: none;
}

h5 a:visited {
	color: #367ed0;
	text-decoration: none;
}

h5 a:hover {
	color: #367ed0;
	text-decoration: underline;
}

h5 a:hover {
	color: #367ed0;
	text-decoration: underline;
}

h6 {
	font-size: 15px;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.IndP {
	margin: 20px auto 0px auto;
}

.clearFloat {
	clear: both;
	height: 1px;
}

.bImage {
	margin: 0px;
	padding: 0px;
	border: none;
}

.sbImage {
	margin: 0px 4px 0px 0px;
	padding: 3px;
	border: 1px #e3e3e3 solid;
}


/* **********************************************
GLOBAL PAGE AND HEADERS AND TOP MENU
********************************************** */

.headerContainer {
	width: 940px;
	height: 96px;
	margin: 5px auto 0px auto;
	background-image: url(../image_assets/bg/header_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.uniLogo {
	width: 220px;
	height: 66px;
	margin: 10px 0px 0px 5px;
	float: left;
	background-image: url(../image_assets/static/uni_logo.png);
	background-position: top;
	background-repeat: no-repeat;
}

table.topMenu {
	margin: 0px 10px 0px 0px;
	border: none;
	font-size: 10px;
	color: #888888;
}

table.topMenu td.navItem {
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
}

table.topMenu td.navItem a:link {
	color: #888888;
	text-decoration: none;
}

table.topMenu td.navItem a:visited {
	color: #888888;
	text-decoration: none;
}
table.topMenu td.navItem a:hover {
	color: #ff7800;
	text-decoration: none;
}
table.topMenu td.navItem a:visited:hover {
	color: #ff7800;
	text-decoration: none;
}

table.topMenu td.navDvdr {
	width: 10px;
	background-image: url(../image_assets/bg/top_nav_dvdr.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.topMenu td.pNumber {
	height: 65px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

/* **********************************************
MAIN MENU
********************************************** */

.mainMenuContainer {
	width: 922px;
	height: 40px;
	margin: 0px auto 0px auto;
}

.mMenuLft {
	width: 10px;
	height: 40px;
	float: left;
	background-image: url(../image_assets/bg/m_menu_l.png);
	background-position: right;
	background-repeat: no-repeat;
}
		
.mMenuRgt {
	width: 10px;
	height: 40px;
	float: left;
	background-image: url(../image_assets/bg/m_menu_r.png);
	background-position: right;
	background-repeat: no-repeat;
}
		
.mMenuMdl {
	width: 902px;
	height: 40px;
	float: left;
	background-image: url(../image_assets/bg/m_menu_m.png);
	background-position: center;
	background-repeat: repeat-x;
}

.menuItem {
	width: 100px;
	height: 40px;
	text-align: center;
	float: left;
	line-height: 40px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
}	

.menuItem a:link {
	color: #888888;
	text-decoration: none;
}	

.menuItem a:visited {
	color: #888888;
	text-decoration: none;
}	

.menuItem a:hover {
	color: #ff6600;
	text-decoration: none;
}	

.menuItem a:visited:hover {
	color: #ff6600;
	text-decoration: none;
}	
	
.menuItemSlctd {
	width: 100px;
	height: 40px;
	text-align: center;
	float: left;
	line-height: 40px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../image_assets/bg/m_menu_slctd.png);
	background-position: center;
	background-repeat: no-repeat;
}

.menuItemSlctd a:link {
	color: #ffffff;
	text-decoration: none;
}

.menuItemSlctd a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menuItemSlctd a:hover {
	color: #663300;
	text-decoration: none;
}

.menuItemSlctd a:visited:hover {
	color: #663300;
	text-decoration: none;
}
	
.menuNavDvdr {
	width: 1px;
	height: 40px;
	float: left;
	background-image: url(../image_assets/bg/nav_dvdr.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.blogSearch {
	margin: 0px 0px 0px 0px;
	border: none;
	height: 40px;
}

table.blogSearch td.SNCell {
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
}

table.blogSearch td.inputCell {
	background-color: transparent;
	padding: 0px 1px 1px 1px;
	text-align: right;
}

table.blogSearch td.btnCell {
	text-align: right;
	padding: 0px 3px 0px 5px;
	color: #888888;
	font-size: 11px; 
}

.BTN {
	width: 46px;
	font-family: Trebuchet Ms, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	background-color: transparent;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.BTN:hover {
	width: 46px;
	font-family: Trebuchet Ms, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.blogSearchInput {
	width: 140px;
	border: 1px #d8d8d8 solid;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0px 4px 0px 4px;
	color: #FFCC00;
	background-image: url(../image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.blogSearchInputC {
	width: 140px;
	border: 1px #d8d8d8 solid;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0px 4px 0px 4px;
	color: #666666;
	background-image: url(../image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}


/* **********************************************
INDEX AND MAIN DROP
********************************************** */

.mainDrop {
	width: 940px;
	height: 252px;
	margin: 10px auto 0px auto;
	background-image: url(../image_assets/bg/main_drop_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.dropContainer {
	width: 940px;
	height: 230px;
	margin: 0px auto 0px auto; 
	background-image: url(../image_assets/bg/drop_container.png);
	background-position: center;
	background-repeat: no-repeat;
}

.rightDropContainer {
	width: 290px;
	height: 230px;
	margin: 0px 40px 0px 0px;
	float: right;
}

.rightDrop {
	width: 290px;
	height: 150px;
	margin: 24px auto 0px auto;
}	

.quoteBtn {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/get_quote.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.quoteBtnAct {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/get_quote_act.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.serBtn {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/view_services.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.serBtnAct {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/view_services_act.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.serquoteBtn {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/ser_get_quote.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.serquoteBtnAct {
	width: 212px;
	height: 58px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/buttons/ser_get_quote_act.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}


/* **********************************************
INDEX DYNAMIC AND CENTER AREA MENU
********************************************** */

.mdlRow {
	width: 922px;
	margin: 0px auto 0px auto;
	background-image: url(../image_assets/bg/mdl_row_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	background-color: #f3f3f3;
}

.dynamicContainer {
	width: 602px;
	float: left;
	margin: 2px 20px 0px 0px;
}

.dynamicMenu {
	width: 602px;
	height: 48px;
	margin: 6px 0px 0px 0px;
}

.dynamicMenuL {
	width: 10px;
	height: 48px;
	float: left;
	background-image: url(../image_assets/bg/d_menu_l.png);
	background-position: top;
	background-repeat: no-repeat;
}

#myController {
	width: 582px;
	height: 48px;
	float: left;
	background-image: url(../image_assets/bg/m_menu_m.png);
	background-position: top;
	background-repeat: repeat-x;
}

.dynamicMenuR {
	width: 10px;
	height: 48px;
	float: left;
	background-image: url(../image_assets/bg/d_menu_r.png);
	background-position: top;
	background-repeat: no-repeat;
}

.jFlowControl {
	width: 193px;
	height: 48px;
	margin: 0px;
	float: left;
	text-align: center;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	cursor: pointer;
}

.jFlowControl:hover {
	text-decoration: none;
	color: #4495ec;
}

#myController span.jFlowSelected {
	width: 193px;
	height: 48px;
	margin: 0px;
	float: left;
	text-align: center;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../image_assets/bg/d_menu_slctd.png);
	background-position: top;
	background-repeat: no-repeat;
	cursor: auto;
}

#jFlowSlide {
	width: 580px;
	height: 230px;
	margin: 15px auto 0px 20px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	border-right: 1px #cccccc dotted;
}

#slides {
	width: 1740x;
	height: 230px;
	margin-left: 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

.jFlowSlideContainer {
	width: 580px;
	height: 230px;
	margin: 0px auto 0px 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

table.sliderContent {
	width: 580px;
	margin: 0px 0px 0px 0px;
	border: none;
}

table.sliderContent td.content {
	width: 270px;
	text-align: left;
	vertical-align: top;
}
	
table.sliderContent td.spacer {
	width: 20px;
}
	
table.sliderContent td.spacerR {
	width: 20px;
	border-left: 1px #cccccc dotted;
}

table.rightSliderContent {
	width: 270px;
	margin: 0px;
	border: none;
}

table.rightSliderContent td.arrowB {
	width: 10px;
	background-image: url(../image_assets/bg/list_blue_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.rightSliderContent td.arrowO {
	width: 10px;
	background-image: url(../image_assets/bg/list_orange_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.rightSliderContent td.arrowG {
	width: 10px;
	background-image: url(../image_assets/bg/list_green_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

table.rightSliderContent td.Header {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}

table.rightSliderContent td.Intro {
	padding: 0px 15px 10px 0px;
	text-align: left;
}

table.rightSliderContent td.Txt {
	text-align: left;
	padding: 0px 15px 0px 5px;
}

.dAreaBtm {
	width: 922px;
	height: 24px;
	margin: 0px auto 0px auto;
	float: left;
	background-color: #f3f3f3;
	border-bottom: 1px #ffffff solid;
}

.contactContainer {
	width: 278px;
	height: 292px;
	margin: 10px 20px 0px 0px;
	float: right;
}

.contactFormBG {
	width: 278px;
	height: 292px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/contact_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 8;
}

.contactButton {
	width: 99px;
	height: 46px;
	margin: -45px 3px 0px 0px;
	float: right;
	background-image: url(../image_assets/buttons/contact_send.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 7;
}

.contactButtonA {
	width: 99px;
	height: 46px;
	margin: -45px 3px 0px 0px;
	float: right;
	background-image: url(../image_assets/buttons/contact_send_act.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 7;
}

.contactForm {
	width: 200px;
	margin: 58px auto 0px auto;
	text-align: center;
}

table.formTable {
	width: 100%;
	margin: 0px;
	border: none;
	font-size: 11px;
}

table.formTable td.Label {
	width: 42px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	color: #777777;
}

table.formTable td.inputCell {
	width: 138px;
	text-align: right;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}

table.formTable td.msgLabel {
	width: 138px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 0px 0px;
}

.contactInput {
	width: 135px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	color: #666666;
	padding: 0px 2px 0px 16px;
	border: 1px #D8D8D8 solid;
	background-image: url(../image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

.contactTxtArea {
	width: 192px;
	height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px 4px 4px 16px;
	border: 1px #D8D8D8 solid;
	background-image: url(../image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	resize: none;
	overflow: auto;
}

.contactSButton {
	width: 82px;
	height: 32px;
	margin: -40px 0px 0px 185px;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.hightlight {
	border: 1px solid #e64f43;
	background-image: url(../image_assets/static/errorArrow.png);
	background-repeat: no-repeat;
	background-position: left;
}

.loading {
	float: right; 
	background: url(../image_assets/static/ajax-loader.gif) no-repeat 1px; 
	height: 28px; 
	width: 28px; 
	display: none;
}

.cFormSuccess {
	width: 278px;
	height: 292px;
	margin: 10px 0px 0px 0px;
	float: left;
	background: url(../image_assets/bg/contact_sent.png);
	background-position: center;
	background-repeat: no-repeat; 
	display: none
}

.successMsg {
	width: 228px;
	margin: 70px auto 0px auto;
	font-size: 11px;
	color: #666666;
	text-align: left;
}


/* **********************************************
INDEX PRODUCTS AREA
********************************************** */

.proRow {
	width: 922px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #d8d8d9 solid;
	background-color: #ffffff;
	background-image: url(../image_assets/bg/pro_area_top.png);
	background-position: top;
	background-repeat: repeat-x;
}

.proContainer {
	width: 922px;
}

.proSpacer {
	width: 20px;
	height: 10px;
	margin: 0px;
	float: left;
}

.desSectionCrnr {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/des_section_crnr.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.desSectionCrnrH {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/des_section_crnr_act.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.proSectionDes {
	width: 280px;
	height: 260px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/des_pro_section.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 4;
}

.conSectionCrnr {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/con_section_crnr.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.conSectionCrnrH {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/con_section_crnr_act.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.proSectionCon {
	width: 280px;
	height: 260px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/con_pro_section.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}

.ecomSectionCrnr {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/ecom_section_crnr.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

.ecomSectionCrnrH {
	width: 49px;
	height: 44px;
	margin: 7px 0px 0px -57px;
	float: left;
	background-image: url(../image_assets/bg/ecom_section_crnr_act.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

.proSectionEcom {
	width: 280px;
	height: 260px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/ecom_pro_section.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 6;
}

.crnrHoverMask {
	width: 44px;
	height: 40px;
	margin: 9px 0px 0px -56px;
	float: left;
	background-attachment: transparent;
	position: relative;
	z-index: 7;
}

.proSectionData {
	width: 200px;
	margin: 125px auto 0px auto;
}

.proSectionData ul {
	margin: 0px;
	padding: 0px;
}

.proSectionData ul li.orange {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	list-style-image: url(../image_assets/bg/prolist_orange_arrow.png);
}

.proSectionData ul li.green {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	list-style-image: url(../image_assets/bg/prolist_green_arrow.png);
}

.proSectionData ul li.blue {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	list-style-image: url(../image_assets/bg/prolist_blue_arrow.png);
}

.sOrange {
	color: #FF9900;
}

.sOrange a:link {
	color: #FF9900;
	text-decoration: none;
}

.sOrange a:visited {
	color: #3399FF;
	text-decoration: none;
}
.sOrange a:hover {
	color: #3399FF;
	text-decoration: none;
}
.sOrange a:visited:hover {
	color: #3399FF;
	text-decoration: none;
}

.sGreen {
	color: #93b201;
}

.sBlue {
	color: #529be9;
}

.readMore {
	width: 100px;
	margin: 16px auto 0px auto;
	text-align: center;
}


/* **********************************************
INDEX LOWER ROW
********************************************** */

.miscRow {
	width: 922px;
	height: 200px;
	margin: 2px auto 0px auto;
	background-color: #ffffff;
	border: 1px #dddddd solid;
}

.miscSpacer {
	width: 20px;
	height: 200px;
	margin: 0px;
	float: left;
}

.miscSectionL {
	width: 580px;
	height: 170px;
	margin: 15px 0px 0px 0px;
	float: left;
	background-image: url(../image_assets/bg/misc_l.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.miscLContainer {
	width: 580px;
	height: 143px;
	margin: 16px auto 0px auto;
	background-color: #eff3f5;
	background-image: url(../image_assets/bg/scrl_area_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.miscSectionR {
	width: 280px;
	height: 170px;
	margin: 15px 0px 0px 0px;
	float: left;
	background-image: url(../image_assets/bg/misc_r.png);
	background-position: center;
	background-repeat: no-repeat;
}


/* **********************************************
SCROLL AREA
********************************************** */

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 140px;
	width: 540px;
	margin: 10px auto 10px auto;
	overflow: auto;
	list-style: none;
}

ul.sc_menu {
	display: block;
	height: 120px;
	/* max width here, for users without javascript */	
	width: 1620px;	
	/* removing default styling */
	margin:  20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.sc_menu li {
	display: block;
	float: left;
	margin: 0px 6px 0px 0px;
}

.sc_menu a {
	display: block;
	text-decoration: none;
}

.sc_menu a:hover span {
	display: block;
}

.sc_menu img {
	border: none;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.sc_menu a:hover img {
	padding: 0px;
	border: none;
	opacity: 1;
	filter:alpha(opacity=100);
}

table.proContent {
	width: 100%;
	border: none;
	border: 3px #f3f3f3 solid;
}

table.proContent td.Left {
	width: 260px;
	height: 400px;
	border: none;
	text-align: left;
}

table.proContent td.Right {
	width: 680px;
	border: none;
	padding: 0px 20px 0px 20px;
	text-align: left;
}


.grey {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

table.rgtProContent {
	width: 100%;
	border: none;
}

table.rgtProContent td.lft {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 3px 0px 3px 0px;
}

table.rgtProContent td.rgt {
	text-align: left;
	vertical-align: top;
	padding: 3px 0px 3px 0px;
}


/* **********************************************
ABOUT US PAGE
********************************************** */

.aboutDropContainer {
	width: 940px;
	height: 230px;
	margin: 0px auto 0px auto; 
	background-image: url(../image_assets/bg/about_drop.png);
	background-position: center;
	background-repeat: no-repeat;
}

.aboutBlurb {
	width: 550px;
	float: left;
	margin: 20px 0px 0px 25px;
}

.aboutDvdr {
	width: 2px;
	height: 290px;
	margin: 15px 0px 0px 0px;
	float: right;
	border-right: 1px #d8d8d8 dotted;
}

.bizCrd {
	width: 280px;
	height: 220px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/biz_card.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.bizToys {
	width: 280px;
	height: 220px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/biz_toys.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.bizThings {
	width: 280px;
	height: 220px;
	margin: 0px;
	float: left;
	background-image: url(../image_assets/bg/biz_things.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.bizHdr {
	width: 260px;
	margin: 4px auto 25px auto;
}

.bizTxt {
	width: 230px;
	margin: 18px auto 0px auto;
}

.pink {
	color: #EFC0C0;
}


/* **********************************************
SERVICES PAGES
********************************************** */

.serDropContainer {
	width: 940px;
	height: 230px;
	margin: 0px auto 0px auto; 
	background-image: url(../image_assets/bg/services_drop.png);
	background-position: center;
	background-repeat: no-repeat;
}

.serBlurb {
	width: 562px;
	margin: 20px 0px 0px 20px;
	padding: 0px 20px 0px 0px;
	border-right: 1px #dddddd solid;
	
}

.serRow {
	width: 922px;
	margin: 0px auto 0px auto;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #d8d8d9 solid;
	background-color: #ffffff;
	background-image: url(../image_assets/bg/pro_area_top.png);
	background-position: top;
	background-repeat: repeat-x;
}

.serBlurb ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.serBlurb ul li {
	margin: 0px 0px 0px 5px;
	line-height: 16px;
	list-style-image: url(../image_assets/static/ser_blurb_bullet.png);
	list-style-position: inside;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
}

.dOrange {
	color: #FF6600;
	font-size: 11px;
	font-weight: normal;
}

.serContainer {
	width: 582px;
	margin: 20px 0px 20px 20px;
	float: left;
	border-right: 1px #dddddd solid;
}

.serList {
	width: 562px;
	margin: 12px auto 0px auto;
	padding: 0px 0px 35px 0px;
	float: left;
	background-image: url(../image_assets/bg/ser_list.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.serImg {
	width: 64px;
	margin: 0px 20px 0px 0px;
	border: none;
	float: left;
}

.serTxt {
	padding: 0px;
	width: 470px; 
	float: left;
}

.SOContainer {
	width: 278px;
	margin: 5px 20px 0px 0px;
	float: right;
}

.serSideBlurb {
	width: 258px;
	margin: 25px auto 0px auto;
	padding: 0px 0px 5px 0px;
}

.SODes {
	width: 278px;
	height: 200px;
	margin: 10px auto 0px auto;
	background-image: url(../image_assets/bg/des_offer_side.png);
	background-position: center;
	background-repeat: no-repeat;
}

.SOCon {
	width: 278px;
	height: 200px;
	margin: 10px auto 0px auto;
	background-image: url(../image_assets/bg/con_offer_side.png);
	background-position: center;
	background-repeat: no-repeat;
}

.SOEcom {
	width: 278px;
	height: 200px;
	margin: 10px auto 0px auto;
	background-image: url(../image_assets/bg/ecom_offer_side.png);
	background-position: center;
	background-repeat: no-repeat;
}

.SOTxt {
	width: 131px;
	margin: 60px 0px 0px 33px;
	float: left;
}

.SOTxtLnk {
	margin: 0px;
	float: right;
}

.SOTxt ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
}


.SOTxt ul li.orng {
	margin: 0px;
	line-height: 16px;
	text-align: left;
	list-style-image: url(../image_assets/bg/so_orng_blt.png);
	list-style-position: outside;
	color: #DF660D;
}

.SOTxt ul li.grn {
	margin: 0px;
	line-height: 16px;
	text-align: left;
	list-style: disc;
	list-style-position: outside;
	color: #717d10;
}

.SOTxt ul li.blu {
	margin: 0px;
	line-height: 16px;
	text-align: left;
	list-style-image: url(../image_assets/bg/so_blt_blt.png);
	list-style-position: outside;
	color: #0066CC;
}


/* **********************************************
SPECIAL OFFER PAGES
********************************************** */

.SORow {
	width: 922px;
	margin: 15px auto 0px auto;
	padding: 0px 0px 15px 0px;
}

.SODropContainer {
	width: 602px;
	height: 390px;
	float: left;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

.SODrop {
	width: 590px;
	height: 378px;
	margin: 0px;
	float: left;
	border: 6px #dddddd solid;
}

.proBrief {
	width: 318px;
	height: 360px;
	margin: 15px 0px 0px 0px;
	float: left;
	background-image: url(../image_assets/bg/pro_brief_bg.png);
	background-position: left;
	background-repeat: no-repeat;
}

.proBriefTxt {
	width: 270px;
	margin: 20px 0px 0px 20px;
	color: #777777;
	line-height: 15px;
	font-size: 11px;
	text-align: justify;
}

.proFeaturesRow {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #ffffff;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #dddddd solid;
	background-image: url(../image_assets/bg/pro_area_top.png);
	background-position: top;
	background-repeat: repeat-x;
}

table.features {
	width: 603px;
	margin: 2px 0px 0px 1px;
	border: 1px #dddddd solid;
}

table.features td.Hdr {
	height: 30px;
	background-image: url(../image_assets/bg/ftre_hdr_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px #dddddd solid;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #3399FF;
}

table.features td.topItem {
	width: 220px;
	padding: 15px 40px 8px 12px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px #dddddd solid;
	font-size: 11px;
	color: #999999;
	background-image: url(../image_assets/bg/ftre_top_grad.png);
	background-position: top;
	background-repeat: repeat-x;
}

table.features td.Item {
	padding: 8px 40px 8px 12px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px #dddddd solid;
	font-size: 11px;
	color: #999999;
}

table.features td.btmItem {
	height: 30px;
	padding: 0px 0px 0px 12px;
	background-image: url(../image_assets/bg/ftre_btm_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px #dddddd solid;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #3399FF;
}

table.features td.topMark {
	padding: 15px 10px 8px 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #dddddd solid;
	font-size: 11px;
	color: #FF6600;
	background-image: url(../image_assets/bg/ftre_top_grad.png);
	background-position: top;
	background-repeat: repeat-x;
}

table.features td.Mark {
	padding: 8px 10px 8px 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #dddddd solid;
	font-size: 11px;
	color: #FF9900;
}

table.features td.btmMark {
	height: 30px;
	background-image: url(../image_assets/bg/ftre_btm_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px #dddddd solid;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 11px;
	color: #FF9900;
}

.morePros {
	width: 920px;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 0px auto;
	border: 1px #ffffff solid;
	background-color: #ffffff;
}

.moreProsItems {
	width: 582px;
	margin: 0px 20px 0px 20px;
	float: left;
	border-right: 1px #dddddd solid;
}

.proLine {
	margin: 0px 0px 15px 0px;
}

.prosIcon {
	width: 50px;
	margin: 0px 15px 0px 0px;
	float: left;
}

.proText {
	width: 490px;
	float: left;
	padding: 10px 0px 0px 0px;
}

.QGuarantee {
	width: 268px;
	margin: 2px 0px 0px 5px;
	float: left;
}


/* **********************************************
CONTACT PAGES
********************************************** */

.contContainer {
	width: 922px;
	margin: 50px auto 0px auto;
	background-color: #f7f7f7;
	border: 1px #ffffff solid;
	background-image: url(../image_assets/bg/cont_container_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.contInner {
	width: 562px;
	margin: 30px auto 30px auto;
}

.contBlurb {
	width: 562px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px #dddddd dotted;
}


.contLeft {
	width: 350px;
	margin: 0px 20px 0px 0px;
	float: left;
	border-right: 1px #dddddd solid;
}

.formContainer {
	width: 320px;
	margin: 0px 0px 0px 10px;
}

table.contForm {
	width: 320px;
	border: none;
}

table.contForm td.CLabel {
	padding: 5px 30px 5px 0px;
	text-align: left;
	vertical-align: middle;
	color: #777777;
	font-size: 11px;
}

table.contForm td.CInputCell {
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: middle;
}

.CInput {
	width: 160px;
	height: 18px;
	line-height: 18px;
	background-image: url(http://www.urbansite.com.au/image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px #d8d8d8 solid;
	font-size: 11px;
	color: #555555;
	padding: 0px 0px 0px 16px;
}

.CInputHL {
	width: 160px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #e64f43;
	background-image: url(../image_assets/static/errorArrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 16px;
}
	
.CTextArea {
	width: 215px;
	height: 80px;
	background-image: url(http://www.urbansite.com.au/image_assets/bg/input_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px #d8d8d8 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	padding: 3px 3px 3px 16px;
	resize: none;
}
	
.CTextAreaHL {
	width: 215px;
	height: 80px;
	background-image: url(../image_assets/static/errorArrow.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #e64f43;
	font-size: 11px;
	color: #555555;
	padding: 3px 3px 3px 16px;
	resize: none;
}
	
.contRight {
	margin: 60px 0px 0px 0px;
	float: left;
	width: 190px;
	line-height: 18px;
	color: #777777;
	font-size: 11px;
}


/* **********************************************
GLOBAL FOOTER
********************************************** */

.footerContainer {
	width: 940px;
	height: 150px;
	margin: 2px auto 20px auto;
	background-image: url(../image_assets/bg/footer_drop.png);
	background-position: center;
	background-repeat: no-repeat;
}

.footerContainerL {
	margin: 15px auto 0px 25px;
	float: left;
}

.footerItem {
	height: 100px;
	padding: 0px 30px 0px 15px;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	float: left;
	color: #888888;
	border-right: 1px #dddddd solid;
}

.footerItem a:link {
	color: #888888;
	text-decoration: none;
}

.footerItem a:visited {
	color: #888888;
	text-decoration: none;
}

.footerItem a:hover {
	color: #FF6600;
	text-decoration: none;
}

.footerItem a:visited:hover {
	color: #FF6600;
	text-decoration: none;
}

.lightGrey {
	color: #aaaaaa;
}

.lightLine {
	color: #dddddd;
}

.footerContainerR {
	margin: 70px 35px 0px 0px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
}
