/* STANDARD DIVS
-----------------------------------------------------*/

body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
}	

a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #2c3185;
}

a:hover
{
	text-decoration: underline;
	color: #18243a;
}

h1, h2, h3, h4
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}

hr
{
	margin: 3px;
	display: block;
	color: #262626;
}

a img,
a:link img,
a:visited img,
a:active img,
a:hover img
{
	text-decoration: none;
	border: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
}

table
{
	border-collapse: collapse;
}

input,
select,
textarea
{
	border: 1px solid #b4b4b4;
}

#MyBody
{
	width: 800px;
	margin: auto;
	padding-top: 60px;
}

.mainContent
{
	width: 600px;
	float: right;
	margin: 0px;
	border: 1px solid #b4b4b4;
	margin-bottom: 20px;
}

/* PAGE HEADER
-----------------------------------------------------*/

#PageHeader
{
	width: 198px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
}

p.description
{
	margin: 0px;
	padding: 20px;
	padding-right: 10px;
	font-family: Tahoma;
	color: #b4b4b4;
	text-align: right;
	font-weight: normal;
	font-size: 10pt;
}

.pageTitle
{
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	color: #b4b4b4;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}

a#page_logo
{
	border: 0px;
	height: 110px;
	float: right;
}


/* MAIN NAVIGATION
-----------------------------------------------------*/

ul#MainNav
{
	float: left;
	width: 198px;
	list-style: none;
	padding: 0px;
	padding-top: 30px;
	margin: 0px;
	margin-bottom: 20px;
	background: #fff;
}

ul#MainNav li
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#MainNav li a,
ul#MainNav li a:link,
ul#MainNav li a:visited,
ul#MainNav li a:active
{
	text-decoration: none;
	width: 180px;
	color: #18243a;
	float: left;
	text-align: right;
	padding: 7px 9px;
	text-transform: uppercase;
	text-align: right;
	font-size: 9pt;
	border-bottom: 1px solid #b4b4b4;
}

ul#MainNav li a:hover
{
	color: #afc982;
}

/* MAIN NAVIGATION
-----------------------------------------------------*/

ul#SubNav
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 150px;
	border-bottom: 0px;
}

ul#SubNav li
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#SubNav li a,
ul#SubNav li a:link,
ul#SubNav li a:visited,
ul#SubNav li a:active
{
	text-decoration: none;
	color: #2c3185;
	float: left;
	background: #f5f5f5;
	text-align: right;
	padding: 7px 9px;
	text-transform: capitalize;
	text-align: right;
	font-size: 9pt;
}

ul#SubNav li a:hover
{
	color: #afc982;
}

/* ENTRY/POST DIVS
-----------------------------------------------------*/

.entryTitle
{
	text-align: left;
	color: #2c3185;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

.entryText
{
	font-size: 8pt;
	line-height: 1.5em;
	text-align: left;
}

.entry
{
	padding: 10px;
	margin-bottom: 5px;
	background: none;
	font-size: 9pt;
}

.minorEntry
{
	font-size: 8pt;
	padding: 20px;
	color: #5f5f5f;
	width: 260px;
	float: right;
}

.minorEntry .entryTitle
{
	font-size: 12pt;
	padding-left: 10px;
}

.entryText p
{
	padding: 3px 10px;
	line-height: 1.5em;
	font-size: 9pt;
}

.entryText p img
{
	margin: 10px;
	margin-bottom: 20px;
}

.entryText ul
{
	list-style-type: none;
	margin: 10px;
	padding: 5px;
	background: #f5f5f5;
}

.entryText ul.features
{
	list-style-type: none;
	margin: 10px;
	padding: 5px;
}

.entryText ul li
{
	list-style: none;
	padding: 5px;
	color: #000;
}

#TechSpecs
{
	float: left;
	width: 580px;
	border-top: 1px dotted #b4b4b4;
}

ul#CommonProblems
{
	background: #f5f5f5 url('../img/red_x_big.gif') right bottom no-repeat;
}


ul#WhatWeProvide
{
	background: #f5f5f5 url('../img/blu_arrow_big.gif') right bottom no-repeat;
}

ul#CommonBenefits,
ul#ProductFeatures
{
	background: #f5f5f5 url('../img/grn_chk_big.gif') right bottom no-repeat;
}

p.clientQuote
{
	padding: 20px;
	margin: 30px;
	background: #f5f5f5 url('../img/quote_big.gif') left top no-repeat;
	font-size: 10pt;
}

.cited
{
	text-align: right;
	margin: 10px;
	display: block;
	font-style: italic;
}

#TechSpecs ul
{
	background: none;
}

#TechSpecs ul li
{
	list-style-image: url('../img/blu_arrow.gif');
	list-style-position: inside;
	padding: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b4b4b4;
}

/* CUSTOM DIVS
-----------------------------------------------------*/

#SubContent
{
	width: 400px;
	margin-left: 1px;
	padding: 0px;
	float: right;
	text-align: center;
	border-left: 1px solid #b4b4b4;
}

a.subContent
{
	display: block;
	width: 400px;
	height: 70px;
	text-align: center;
	padding: 0px;
	border-top: 1px solid #b4b4b4;
}

h3.title 
{
	padding: 10px;
	text-transform: uppercase;
	font-size: 12pt;
	text-align: left;
}

/* FEATURE CONTENTS
-----------------------------------------------------*/

.featureContent
{
	width: 600px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.featureContent .title
{
	padding: 0px 15px;
	color: #18243a;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	display: none;
}

.featureContent .subtitle
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	padding-left: 17px;
	color: #5f5f5f;
	font-size: 10pt;	
	padding-top: 5px;
}

.titleText
{
	color: #18243a;
	font-size: 8pt;
	padding: 0px;
	margin: 2px;
	text-align: left;
	text-transform: uppercase;
}


.featureContent .titleText
{
	color: #18243a;
	font-size: 8pt;
	padding: 0px;
	margin: 2px;
	padding-left: 15px;
	padding-top: 100px;
	text-transform: uppercase;
}


table#ContactInfo
{
	padding: 10px;
	margin: 0px;
	margin-left: 0px;
	float: left;
	background: #f5f5f5;
}

table#ContactInfo td
{ padding: 3px; }

#ContactFeature .entryText
{
	padding-top: 120px;
	padding-left: 10px;
}

#ContactFeature .entryText .title
{
	display: block;
	font-weight: normal;
}
	
#GLBuddyFeature .entryText
{
	padding-top: 120px;
	padding-left: 40px;
	padding-right: 350px;
}

#ConsultancyFeature
{
	background: #fff url('../img/bnr_consultancy.jpg') top center no-repeat;
	float: left;
	height: 100px;
}

#AboutUsFeature .entryText
{
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
}	

#Configr8Feature .title
{
	padding-top: 195px;
	padding-left: 40px;
	padding-right: 350px;
	display: none;
}	

#Configr8Feature
{
	background: #fff url('../img/bnr_configr8.jpg') top center no-repeat;
	float: left;
	height: 210px;
}

#HomeFeature
{
	background: #fff url('../img/bnr_home.jpg') top center no-repeat;
	float: left;
	height: 235px;
}

#HomeFeature .entryText
{
	padding-top: 150px;
	padding-left: 40px;
	padding-right: 350px;
	display: none;
}	

#GLBuddyFeature
{
	background: #fff url('../img/bnr_glbuddy.jpg') top center no-repeat;
	float: left;
	height: 210px;
}

#AboutUsFeature
{
	background: #fff url('../img/bnr_about_us.jpg') top center no-repeat;
	float: left;
}

#ContactFeature
{
	background: #fff url('../img/bnr_contact_us.jpg') top center no-repeat;
	float: left;
}

.secondaryContent
{
	width: 220px;
	text-align: left;
	float: right;
	margin: 5px;
	padding: 10px;
}

/* IMAGE DIVS
-----------------------------------------------------*/
.imgSection
{
	float: right;
}

.imgTitle
{
	padding: 1px;
	display: inline;
	margin: 0px;
	text-align: left;
	float: left;
	color: #fcf9d1;
	display: none;
}

.imgCaption
{
	padding: 1px;
	display: inline;
	margin: 0px;
	text-align: right;
	float: right;
	color: #b4b4b4;
	display: none;
}

/* BUTTONS
-----------------------------------------------------*/
#ButtonSection
{
	float: right;
	width: 100px;
	border: 1px solid #262626;
	background: #5f5f5f;
}
/*
#Download
#Login
#LearnMore
*/

a.button, 
a.button:link,
a.button:visited,
a.button:active
{
	border: 1px solid #b4b4b4;
	float: left;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #000;
}

a.button:hover
{
	color: #5f5f5f;
}

/* FOOTERS
-----------------------------------------------------*/
#PageFooter
{
	float: right;
	width: 600px;
	text-align: left;
}

#Colophon
{
	float: right;
	text-align: left;
	color: #b4b4b4;
	padding: 10px;
	width: 580px;
	background: #f5f5f5;
	border-top: 1px solid #b4b4b4;

}

#Colophon a,
#Colophon a:link,
#Colophon a:visited,
#Colophon a:hover,
#Colophon a:active
{
	text-decoration: none;
	color: #5f5f5f;
}

#Colophon P
{
	margin: 0px;
	padding: 2px;
}

a:link img.mini,
a:visited img.mini,
a:active img.mini
{
	border: 1px solid #afc982;
	padding: 0px;
}

a:hover img.mini
{
	border: 1px solid #b4b4b4;
	padding: 0px;
}

img.mini
{
	margin: 3px 18px;
}

/* CONTACT FORM
-----------------------------------------------------*/
form#ContactForm
{
	width: 540px;
	border-top: 1px solid #b4b4b4;
	margin: 10px;
	float: left;
	padding: 20px 0px;
	text-align: left;
}

table#contactFormTable
{
	padding: 0px;
}

table#contactFormTable td
{
	text-align: right;
}

form#ContactForm input
{
	display: block;
	margin: 5px;
	border: 1px solid #b4b4b4;
	float: left;
}

textarea#f8_yourtext
{
	display: block;
	width: 300px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

form#ContactForm input#submit_contact
{
	border: 1px solid #b4b4b4;
}


/* CLIENT LOGIN
-----------------------------------------------------*/
#ClientLogin
{
	clear: both;
	padding: 5px;
	float: right;
	text-align: right;
}

a#ClientLogin,
a#ClientLogin:link,
a#ClientLogin:visited,
a#ClientLogin:active
{
	color: #b4b4b4;
	text-transform: uppercase;
}

a#ClientLogin:hover
{
	color: #afc982;
	text-transform: uppercase;
}

/* MESSAGES
-----------------------------------------------------*/
.message
{
	color: Green;
	border: 1px solid green;
	font-weight: bold;
	background: #E1F0E1;
	margin: 2px;
	padding: 4px;
	text-align: left;
}

.error
{
	color: #C03;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #c03;
	background: #F8E7EC;
	text-align: left;
}

.warning
{
	color: #F17C0E;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
	background: #F5ECD1;
	border: 1px solid #F17C0E;
	text-align: left;
}

