
	*
	{
		margin      : 0;
		padding     : 0;
		font-family : "Trebuchet MS", sans-serif, arial;
		font-size   : 11px;
		border      : none;
		font-weight : normal;
	}
 
	body 
	{
		background: #FFFFFF;
	}
	
	a
	{
		text-decoration : none;
	}
	
	p
	{
		padding     : 4px 0px 7px 0px;
		line-height : 20px;
		text-align  : justify;
	}

	h3
	{
		margin: 15px 0 2px 0;
	}

	h3 a
	{
		color: #555555;
		font-size: 12px;
		font-weight: bold;
	}
	
	.site-wrap
	{
		cursor      : default;
		background : #FFFFFF;
	}

	.wrap
	{
		min-height  : 640px;
		color       : #006499;
		background  : transparent url('../assets/site.bg.top.gif') repeat-x;
	}

	.page-wrap
	{
		margin     : 0 auto;
		width      : 760px;
		min-height : 400px;
	}

	.header-wrap
	{
		padding-top : 15px;
		height      : 198px;
		background  : transparent url('../assets/header.bg.gif') 20px 0 no-repeat;
	}
	
	.header-left
	{
		float : left;
	}
	
	.logo
	{
		color     : #FFFFFF;
		font-size : 24px;
	}

	.logo .small
	{
		display   : inline;
		color     : #CBCBCB;
		font-size : 18px;
	}

	.header-right
	{
		float : right;
	}
	
	.search-box
	{
		width  : 201px;
		height : 29px;
		margin : 10px 0 0 0;
	}
	
	.tabs
	{
		float  : left;
		width  : 100%;
		margin : 125px 0 0 10px;
	}
	
	.tabs a
	{
		color : #CDCDCD;	
	}
	
	.tabs a:hover
	{
		color : #FFFFFF;
	}

	.tabs div
	{
		float     : left;
		padding   : 6px 18px 0 9px;
		font-size : 18px;
	}

	.tabs .selected
	{
		float      : left;
		padding    : 0px 10px;
		background : transparent url('../assets/tab.selected.left.gif') no-repeat;
	}

	.tabs .selected div
	{
		float       : left;
		padding     : 6px 21px 12px 10px;
		color       : #3383AD;
		background  : transparent url('../assets/tab.selected.right.gif') 100% 0 no-repeat;
	}

	.content-wrap
	{
		min-height : 100px;
		background : #FFFFFF url('../assets/content.bg.gif') no-repeat;
	}

	.content-left
	{
		float       : left;
		width       : 470px;
		margin-left : 20px;
	}

	.display-container
	{
		text-align : right;
		font-size  : 50px;
		color      : #E7E7E7;
	}

	.content-left h2
	{
		color       : #797979;
		font-size   : 18px;
	}

	.content-right
	{
		width   : 255px;
		padding : 5px 0;
		float   : right;
	}
	
	.enquiry-box
	{
		width      : 238px;
		height     : 353px;
		background : #FFFFFF url('../assets/enquiry.bg.gif');
	}
	
	.enquiry-box input
	{
		font-size  : 12px;
		color      : #B9B9B9;
		height     : 22px;
		background : none;
		width      : 215px;
		margin     : 12px 0 0 13px;
	}
	
	.enquiry-box textarea
	{
		font-size : 12px;
		color     : #B9B9B9;
		height    : 185px;
		width     : 212px;
		margin    : 12px 0 0 13px;
	}
	
	.enquiry-box .signup
	{
		margin : 2px 0 0 0;
	}
	
	.enquiry-box .signup input
	{
		cursor         : pointer;
		cursor         : hand;
		vertical-align : bottom;
		width          : 15px;
		height         : 15px;
		display        : inline;
	}
	
	.enquiry-box .signup label
	{
		cursor      : pointer;
		cursor      : hand;
		margin-left : 4px;
	}
	
	.enquiry-box .submit
	{
		padding    : 0;
		margin     : 3px 0 0 12px;
		color      : #FFFFFF;
		width      : 210px;
		height     : 43px;
		background : transparent url('../assets/button.bg.gif') 5px 5px no-repeat;
		cursor     : pointer;
		cursor     : hand;
		font-size  : 18px;
	}
	
	.download-button
	{
		width      : 244px;
		height     : 50px;
		margin-top : 8px;
		cursor     : pointer;
		cursor     : hand;
		background : transparent url('../assets/button.download.gif');
	}
	
	.footer-wrap
	{
		clear: both;
		height: 400px;
		background  : #264b6f url('../assets/site.bg.bottom.gif') repeat-x;
	}

	.footer
	{
		margin     : 0 auto;
		width      : 760px;
		padding    : 180px 10px 20px 10px;
		background : url('../assets/footer.bg.gif') no-repeat;
		color      : #FFFFFF;
	}

	.footer h2
	{
		color       : #FFFFFF;
		font-weight : normal;
		font-size   : 18px;
	}

	.footer a
	{
		color : #FFFFFF;
	}

	.footer ul
	{
		margin-left : 15px;
	}

	.footer-left
	{
		background   : url('../assets/icon.calculator.gif') no-repeat;
		float        : left;
		width        : 300px;
		padding-left : 55px;
	}

	.footer-right
	{
		background   : url('../assets/icon.phone.gif') no-repeat;
		float        : right;
		width        : 230px;
		padding-left : 85px;
	}

	.pad-left
	{
		padding-left : 10px;
	}

	.footer-bottom
	{
		float      : left;
		color      : #EEEEEE;
		text-align : center;
		padding    : 22px 0 5px 0;
	}

	.footer-bottom a
	{
		font-size : 12px;	
		padding   : 0 5px;
		color     : #FFFFFF;
	}
	
	.footer-bottom a:hover
	{
		color           : #FFFFFF;
		text-decoration : underline;
	}
	
	.footer-bottom a:hover
	{
		color           : #FFFFFF;
		text-decoration : underline;
	}
	
	.copyright
	{
		color        : #FFFFFF;	
		font-size    : 12px;	
		padding-left : 90px;
		display      : inline;
	}
