@charset "utf-8";
/* CSS Document */

body {
	font-family: calibri, lucida sans unicode, lucida grande, helvetica, arial, serif;
	font-size: 11pt;
	background-image: url(../images/gps4business-bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #76777A;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#page {
	width: 930px;
	height: 100%;
	margin: 0px auto;
	margin-top: 0px;
}

#header {
	width: 900px;
	height: 87px;
	color: #FFFFFF;
	margin: 0px auto;
	
}

#menu {
	width: 620px;
	height: 87px;
	float: right;
	font-size: 13pt;
	text-align: center;
	font-family: calibri, helvetica, arial, serif;
	line-height: 100px;
}

#logo {
	width: 200px;
	height: 87px;
	float: left;
	background-image: url(../images/gps4business-logo.png);
	background-repeat: no-repeat;
	color: #76777A;
	line-height: 115px;
}

#banner-wrapper {
	width: 930px;
	height: 200px;
}

#banner-top {
	width: 930px;
	height: 14px;
	background-image: url(../images/gps4business-banner-top.png)
	background-repeat: no-repeat;
}

#banner-left {
	width: 15px;
	height: 200px;
	background-image: url(../images/gps4business-banner-left.png);
	background-repeat: no-repeat;
}

#banner-right {
	width: 15px;
	height: 200px;
	background-image: url(../images/gps4business-banner-right.png);
	background-repeat: no-repeat;
	float: right;
}

#banner {
	width: 900px;
	height: 200px;
	background-image: url(../banner/gps4business-banner02.jpg);
	background-repeat: no-repeat;
	float: right;
}

#frame {
	width: 930px;
	background-image: url(../images/gps4business-bg-content.png);
}

#right-column {
	width: 250px;
	float: right;
	margin-right: 40px;
	background-color: #CEDE92;
}

#right-block {
	width: 220px;
	margin: 15px 15px 0px 15px;
}

#left-column {
	width: 600px;
	margin-left: 40px;
}

#page-title {
	width: 600px;
	height: 34px;
	background-image: url(../images/gps4business-bg-page-title.png);
	line-height: 30px;
	font-size: 17pt;
}

#content {
	width: 580px;
}

#footer {
	width: 930px;
	height: 30px;
	background-image: url(../images/gps4business-bg-footer.png);
	background-repeat: no-repeat;
	line-height: 60px;
	float: right;
	font-size: 9pt;
}

/*-- Main Menu START ------------------------------------------------------------------*/

#navMenu {
	margin: 0;
	padding: 0;
	width: 620px;
}

#navMenu ul {
	margin: 0;
	padding: 0;

}

#navMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	background-image: url(../images/gps4business-btn-off.jpg);
}

#navMenu ul li a {
	text-decoration: none;
	height: 87px;
	width: 155px;
	display: block;
	color: #FFFFFF;	
}

.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navMenu-active {
	width: 155px;
	height: 87px;
	background-image: url(../images/gps4business-btn-active.jpg);
	color: #FFFFFF;

	
}

/****************************************/

/*topmenu hover*/

#navMenu a:hover {
	color: #909E5B;
}

/*-- Main Menu END ------------------------------------------------------------------*/

/*-- Text Styles START ------------------------------------------------------------------*/

.pagetitle1 {
	color: #CEDE92;
	font-size: 17pt;
	font-weight: none;

}

.pagetitle2 {
	color: #B6C671;
	font-size: 17pt;
	font-weight: none;

}

.pagetitle3 {
	color: #909E5B;
	font-size: 17pt;
	font-weight: none;

}

.contentheading1 {
	color: #ABB84B;
}

.contactheading1 {
	color: #ABB84B
}

/*-- Text Styles END ------------------------------------------------------------------*/


/*-- Hyperlinks START ------------------------------------------------------------------*/

/* hyperlink styles START*/
a:link {
	color: #ABB84B;
	text-decoration:none;
}
a:visited {
	color: #ABB84B;
	text-decoration:none;
}
a:hover {
	color: #909E5B;
	text-decoration:none;
}
a:active {
	color: #ABB84B;
	text-decoration:none;
}
/* hyperlink styles END*/


/* footer hyperlink styles START*/
a.footer:link{
	color:#ABB84B;
	text-decoration:none;
}
a.footer:visited {
	color: #ABB84B;
	text-decoration:none;
}
a.footer:hover{
	color:#909E5B;
	text-decoration:none;
}
a.footer:active{
	color:#ABB84B;
	text-decoration:none;
}
/* footer hyperlink styles END*/

/*-- Hyperlinks END ------------------------------------------------------------------*/

