﻿body
{
	background-position: center 130px;
	text-align: center;
	font: 12px arial;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	background-color: #fcfcfc;
	background-image: url('../Images/bg.GIF');
	background-repeat: no-repeat;
}
/* The page wrapper css */

.Page-Wrapper
{
	width: 880px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

/* The page header css */

.Page-Header
{
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.logo
{
	width: 400px;
	text-align: left;
}
.Top-Nav
{
	width: 350px;
	text-align: right;
	height: 100%;
	overflow: hidden;
}

/* The page menu css */

.Page-Menu
{
	height: 46px;
	overflow: hidden;
	background-image: url('../Images/menu-bg.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-color: #d3e4f4;
	border-right-width: 1px;
	border-left-color: #d3e4f4;
	border-left-width: 1px;
	border-left-style: solid;
	margin-bottom: 20px;
}

.Page-Menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.Page-Menu li
{
	display: inline;
	float: left;
	width: 116.5px;
	vertical-align: middle;
	height: 46px;
	margin-left: 1px;
	display: inline;
}
.Page-Menu li.nosubnav
{
}
.Page-Menu li.nosubnav:hover
{
	background-position: left bottom;
	color: Black;
	background-image: url(../Images/menu-bg-hov.gif);
	background-repeat: no-repeat;
}
.Page-Menu li a
{
	display: block;
	width: 100%;
	height: 46px;
	padding: 15px 0 9px 0;
	color: #0064a7;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.Page-Menu li a:hover
{
	color: Black;
}

.Top-Nav ul
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

.Top-Nav li
{
	display: inline;
	height: 28px;
	float: right;
}
.Top-Nav li a
{
	background: url('../Images/HomeTest.png') no-repeat top left;
	color: #212121;
	text-decoration: none;
	height: 28px;
	text-align: center;
	font-size: 11px;
}

.Top-Nav li a.contact
{
	color: #212121;
	background-position: 0 -234px;
	display: block;
	width: 80px;
	height: 21px;
	padding-top: 9px;
}
.Top-Nav li a:hover.contact
{
	background-position: 0 -156px;
	display: block;
	width: 80px;
	height: 21px;
	padding-top: 9px;
	color: #fff;
}

.Top-Nav li a.register
{
	color: #212121;
	background-position: 0 -390px;
	width: 80px;
	height: 21px;
	display: block;
	padding-top: 9px;
}
.Top-Nav li a:hover.register
{
	color: #fff;
	background-position: 0 -312px;
	width: 80px;
	height: 21px;
	display: block;
	padding-top: 9px;
}


.Top-Nav li a.home
{
	color: #212121;
	background-position: 0 -78px;
	width: 80px;
	height: 21px;
	display: block;
	padding-top: 9px;
}
.Top-Nav li a:hover.home
{
	color: #fff;
	background-position: 0 0;
	width: 80px;
	height: 21px;
	display: block;
	padding-top: 9px;
}
.homeim
{ height:100%; overflow:hidden; top:-10px; position:relative; padding-left:11px;
	}
	.homeim img
	{ margin-right:15px;
	  
		}


/* THE QUOTATION FORM ON HOME PAGE */
.QuoteForm
{
	height: 240px;
	background-position: left top;
	padding-top: 5px;
	margin-left: 10px;
	background-image: url('../Images/QuoteBg.gif');
	background-repeat: no-repeat;
}
.quotefinish
{
	height: 120px;
	background-position: left top;
	padding-top: 120px;
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
	vertical-align: middle;
	background-image: url('../Images/QuoteBg.gif');
	background-repeat: no-repeat;
}
fieldset
{
	border: solid 1px #fec602;
	padding: 5px;
}
legend
{
	padding: 0.2em 0.5em;
}



/* The page body css */

.Page-Body
{
	height: 100%;
	overflow: hidden;
}
.Page-Content
{
	height: 100%;
	overflow: hidden;
	width: 590px;
	padding-right: 10px;
}

.Page-Content ul
{  margin:0px; padding:0px;
	}
	.Page-Content ul li
{
	background-image: url( '../Images/tick-box.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:40px;
	margin:4px 0 4px 0;
}

.Page-Content2
{
	height: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding-right: 10px;
}

.page-nocolumn
{
	text-align: left;
	width: 600px;
}


.LeftCol
{
	width: 260px;
	height: 100%;
	overflow: hidden;
	margin-left: 10px;
}
.leftbox
{
	background-image: url('../Images/box-top.gif');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
}
.leftbox h1
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: White;
}
.leftbox-content
{
	border-left: solid 1px #00a1ed;
	border-right: solid 1px #00a1ed;
	text-align: left;
	padding: 20px 10px 0 10px;
}
.leftbox-content a
{
	background-position: left center;
	font-size: 11px;
	text-decoration: none;
	color: #0064a7;
	background-image: url('../Images/arrow2.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
}
.leftbox-content a:hover
{
	color: #014f83;
}

.leftbox-bottom
{
	background-image: url('../Images/box-bottom.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
.reviewbox
{
	margin-top: 10px;
}
.reviewcontent
{
	margin-top: 10px;
	background-image: url('../Images/reviewBox.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 210px;
	height: 98px;
	padding: 50px 10px 10px 40px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}


/* ------------------------------------------

        FOOTER PAGE CSS

----------------------------------------------*/

.Page-Footer
{
	height: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}
.Page-Footer ul
{
	padding: 0px;
	margin: 0px;
}
.Page-Footer li
{
	display: inline;
	list-style: none;
}
.Page-Footer a
{
	text-decoration: none;
	color: #000000;
	padding: 7px;
	font-weight: bold;
}
.Page-Footer a:hover
{
	text-decoration: underline;
}

.powered
{
	color: #666666;
	font-size: 11px;
}
.powered a
{
	color: #666666;
	text-decoration: none;
	padding: 0px;
}


/*------------------------------

PAGE STYLE CSS

_----------------------------*/

.pagetitle-bg
{
	background-position: center center;
	height: 20px;
	color: White;
	padding: 15px 0 10px 10px;
	background-image: url('../Images/title-bg.gif');
	background-repeat: no-repeat;
}

.reviewdiv
{
	background-position: center top;
	width: 540px;
	height: 100px;
	background-image: url('../Images/ReviewBg.gif');
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	padding-bottom: 20px;
}



