Body
{
	background-color: #ffffff;
	background-image: url(../Images/CloudsBG.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333333;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	vertical-align: top;
	position:relative;}

/* This holds the content into place*/
#container 
{
	text-align: center;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	display: block;
	height: 100%;
}
a {
	outline: none;
}
input {
	outline: none;
}
#containerSub {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 100%;
}

.header {
	width: 640px;
	height: 127px;
	background: url(../Images/Masthead.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #063554;
	font-size: 22px;
	font-weight: bold;
	padding: 30px 120px 0 200px;	
}

/*---------default textual settings ---------------*/

a , a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #365576;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #505100;
}
.RedCopy
{
	color: #d41d0a;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.CopyWhite
{
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.CopyWhite a , .CopyWhite a:visited
{
	color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.CopyWhite a:hover
{
	color: #c1e6f6;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.Copy
{
	color: #666666;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Copy a , .Copy a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #365576;
	text-decoration:none;
}
.Copy a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7a8fa6;
	text-decoration:none;
}
ul {
	margin: 0;
	padding: 20px 0 0 20px;
}
H1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;;
	background-image: url(../Images/Misc/Welcome-Rule.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 7px;
}
H2
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../Images/Misc/H2-Rule.gif);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	text-align: left;
	padding-bottom: 7px;
}
H3
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #304861;
	text-align: left;
	margin-bottom: 5px;
}
H4
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #eb9c21;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -3px;
}
H5
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -3px;
}
H6
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #304861;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -3px;
}
HR
{
	height: 1px;
	background-color: #d6d7d6;
	margin: 0 0 0 0;
}

/* ----------banner for navi & the navi classes-------------- */

#nav
{ 
	width: 960px;
	height: 71px;
	margin-top: 10px; 
	list-style: none; 
	text-align: right;
	background-image: url(../Images/NaviBG.gif);
	background-repeat: no-repeat;
	border: 0px solid blue;
}
.Navi
{
	color: #eb9c21;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Navi a , .Navi a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.Navi a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e3bc80;
	text-decoration:none;
	font-weight: bold;
}
/* --------Content Divs-----------*/
#Row1
{
	Height: 155px;
	margin: 3px 0 0 0;
	width: 960px;	
	border: 0px solid green;
	padding: 0 0 0 0;
	display: block;
	float: right;
}
#ContentRow
{
	margin: 1px 0 0 0;
	width: 960px;	
	padding: 0 0 0 0;
	float: right;
	text-align: left;
	
}
.Column1
{
Width: 450px;
}
.ClearCol
{
Width: 2px;
}
.Column2
{
Width: 307px;
float: left;
clear: both;
}
#WelcomeTextBox
{
	Width: 645px;
	height: 406px;	
	float: left;
	clear: both;
	background-image: url(../Images/WelcomeBoxBGNew.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
}
#TestimonalsBox
{
	Width: 645px;
	height: 133px;	
	float: left;
	clear: both;
	background-image: url(../Images/QuoteBox.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
}
#QuickCall
{
	Width: 307px;
	height: 133px;	
	float: left;
	clear: both;
	border: 0px solid blue;
	background-image: url(../Images/QuickCallBox.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#Samples
{
	Width: 307px;
	height: 133px;	
	float: left;
	clear: both;
	border: 0px solid blue;
	background-image: url(../Images/InfoBoxs.png);
	background-repeat: no-repeat;
	margin: 3px 0 0 0;
	}
	#Catalogue
{
	Width: 307px;
	height: 133px;
	float: left;
	clear: both;
	border: 0px solid blue;
	background-image: url(../Images/CatalogueBox.png);
	background-repeat: no-repeat;
	margin: 3px 0 6px 0;
	}
#LogIn
{
	Width: 307px;
	height: 133px;	
	float: left;
	clear: both;
	border: 0px solid blue;
	background-image: url(../Images/InfoBoxs.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 6px 0 0 0;
}
#TextBox
{
	Width: 410px;
	margin: 0 0 10px 8px;
	float: left;
	clear: both;
	border: 0px solid blue;
}
#TextSub
{
	Width: 960px;
	margin: 0 0 10px 8px;
	float: left;
	clear: both;
	border: 0px solid blue;
}
 #ServicesBox
{
 	Height: 229px;
	Width: 322px;
	background-image: url(../Images/Misc/ServBoxBG.gif);
	background-repeat: no-repeat;
	float: right;
	margin: 90px 8px 0 0;
	text-align: right;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
	border: 0px solid red;
}
 #InfoBox
{
 	Height: 229px;
	Width: 322px;
	background-repeat: no-repeat;
	float: right;
	margin: 45px 8px 0 0;
	text-align: left;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
	border: 0px solid red;
}
/* ----------Form classes-----------------*/
.TextFields
{
	Height: 20px;
	Width: 200px;
	Border: 1px solid #365576;
	Border-right: 4px solid #365576;
	margin-top: 10px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	Font-weight: normal;
	Color: #666666;
}
.TextFieldsNoSize
{
	Height: 20px;
	Border: 1px solid #f2740d;
	Border-right: 4px solid #f2740d;
background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	Font-weight: normal;
	Color: #666666;
}
.TextFieldsMulti
{
	Width: 200px;
	Border: 1px solid #365576;
	Border-right: 4px solid #365576;
	margin-top: 10px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	Font-weight: normal;
	Color: #666666;
}
.SubmitButton
{
	Height: 20px;
	Width: 213px;
	Border: 1px solid #000000;
	Border-right: 4px solid #000000;
	margin-top: 10px;
	background-color: #365576;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	Font-weight: bold;
	Color: #ffffff;
}
/*----------Footer classes----------*/
#footer   
{ 
 color: #5c5c5c; 
 font-size: 10px; 
 margin-left: 14px;
 clear: both;
 margin-top: 25px;
 text-align: center;
 width: 960px;
} 
 #footer  a , #footer a:visited
{
 font-size: 10px; 
 text-decoration: underline;
 color: #f0b70b;
}
  #footer  a:hover
{
 font-size: 10px; 
 text-decoration: underline;
 color: #cb7a12;
}

.left_text {
	float: left;
	width: 250px;
	padding-right: 20px;
}

.right_image {
	float: right;
	padding-top: 25px;
	width: 340px;
}

.clear {
	clear: both;
}