/* CSS GENERIC */

body {
	background-image:url(../images/Background.jpg); 
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}
#Container {
	width:950px;
	height:auto;
	overflow:hidden;
	margin: 0px auto;
}
#TopClear {
	width:950px;
	height:280px;
	margin: 0px auto;
	clear:both;
}
#TopMenuContainer {
	width:950px;
	height:43px;
	margin: 0px auto;
	background-image:url(../images/MenuTopBkg.gif); 
	background-repeat: repeat-x;
	background-position:bottom left;
}

#MainContainer {
	width:950px;
	height:auto;
	overflow:hidden;
	margin: 0px auto;
	background-color:#FFFFFF;
}
#FooterContainer {
	width:950px;
	height:auto;
	margin: 0px auto;
	background-color:#C8D183;
}
#FooterTop {
	width:950px;
	height:20px;
	margin: 0px auto;
	background-color:#C8D183;
	text-align:center;
}
#FooterBottom {
	width:940px;
	height:35px;
	margin: 0px auto;
	background-color:#91A206;
	padding: 0 5px 0 5px;
}

#FooterTop a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#768305;
	font-style:normal;
	text-decoration:none;
}
#FooterTop a:hover{
	color:#000000;
}
#FooterBottom h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-style:normal;
	text-align:center;
	padding: 3px 0 0 0;
}
.inputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #657009;
	text-decoration: none;
	background-color: #C8D183;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
.GeneralButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #C8D183;
	text-decoration: none;
	background-color: #657009;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
/* END CSS GENERIC */


/*HOME CONTENT*/
#HomeMainBanner {
	width:950px;
	height: 296px;
	margin: 0px auto;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}
#HomeBottom {
	width:950px;
	height: 200px;
	margin: 0px auto;
	overflow:hidden;
	background-image:url(../images/HomeBottomBkg.gif); 
	background-repeat: repeat-x;
	background-position:top left;	
}
#HomeBottomBox {
	width:315px;
	height: auto;
	float:left;
	overflow:hidden;
	padding: 10px 0 0 0;
}
#HomeBottomTitle {
	width:264px;
	height: 32px;
	margin: 0px auto;
	overflow:hidden;
	background:url(../images/HomeTitleBkg.jpg) 0px 0px no-repeat;
}
#HomeBottomTitle h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#485003;
	font-style:bold;
	margin: 3px 0 0 0;
	text-align:center;
}
#HomeBottomContainer {
	width:264px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 10px 0 0 0;
}
#HomeBottomPic {
	width:104px;
	height: 94px;
	float: left;
}
.HomeBottomPicOne{
	background:url(../images/HomePic1.jpg) 0px 0px no-repeat;
}
.HomeBottomPicTwo{
	background:url(../images/HomePic2.jpg) 0px 0px no-repeat;
}
.HomeBottomPicThree{
	background:url(../images/HomePic3.jpg) 0px 0px no-repeat;
}
#HomeBottomTextBox {
	width:150px;
	height: auto;
	float: right;
}
.HomeBottomText{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#646E06;
	font-style:normal;
	text-align:left;
	line-height: 12px;
}
#HomeBottomBtn{
	width:48px;
	height: 26px;
	float:right;
	clear:both;
	padding: 10px 0 0 0;
}
/*END HOME CONTENT*/

/*INSIDE PAGES*/
#InsideMain {
	width:950px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	background:url(../images/InsideBodyBkg.gif) 0px 0px repeat-x;
	background-color:#FFFFFF;
}
#InsideMainBox {
	width:850px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
}
#InsideMainTable {
	width:800px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 0 0 20px 0;
}
#InsideMainBoxTitle {
	width:850px;
	height: 74px;
	margin: 0px auto;
}
#InsideMainBoxTop{
	width:850px;
	height: 12px;
	margin: 0px auto;
	background:url(../images/InsideTopBody.gif) 0px 0px no-repeat;
}
.OurCompanyTitle {
	width:434px;
	height: 74px;
	margin: 0px auto;
	background:url(../images/OurCompany_title.jpg) 0px 0px no-repeat;
}
.ServicesTitle {
	width:434px;
	height: 74px;
	margin: 0px auto;
	background:url(../images/Services_title.jpg) 0px 0px no-repeat;
}
.TrackingTitle {
	width:434px;
	height: 74px;
	margin: 0px auto;
	background:url(../images/Tracking_title.jpg) 0px 0px no-repeat;
}
.QuoteTitle {
	width:434px;
	height: 74px;
	margin: 0px auto;
	background:url(../images/Quote_title.jpg) 0px 0px no-repeat;
}
.ContactsTitle {
	width:434px;
	height: 74px;
	margin: 0px auto;
	background:url(../images/Contacts_title.jpg) 0px 0px no-repeat;
}
#InsideContent{
	width:850px;
	height:auto;
	margin: 0px auto;
	overflow:hidden;
	background-color:#FFFFFF;
}
#InsideLeftColumn{
	width:225px;
	height: 300px;
	float:left;
	overflow:hidden;
}
#InsideRightColumn{
	width:600px;
	height: auto;
	float:right;
	overflow:hidden;
	padding: 0px 20px 20px 0px;
}
.InsideRightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#657009;
	font-style:normal;
	text-align:justify;
	line-height: 14px;
}
.InsideRightText h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#657009;
}
.OurCompanyPic {
	width:184px;
	height: 260px;
	margin: 0px auto;
	background:url(../images/OurCompanyPic.jpg) 22px 0px no-repeat;
}
.ServicesPic {
	width:184px;
	height: 260px;
	margin: 0px auto;
	background:url(../images/ServicesPic.jpg) 22px 0px no-repeat;
}
.TrackingPic {
	width:184px;
	height: 260px;
	margin: 0px auto;
	background:url(../images/TrackingPic.jpg) 22px 0px no-repeat;
}
.ContactsPic {
	width:184px;
	height: 260px;
	margin: 0px auto;
	background:url(../images/ContactsPic.jpg) 22px 0px no-repeat;
}

/*FORM TABLE*/
	
.FormTable  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
}
.FormTableTitle  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color: #C8D183;
	text-decoration: none;
	background-color: #657009;
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.FormTableOdd  {
	background-color:#C8D183;
}
.FormTableEven  {
	background-color:#657009;
}
a.FormTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
a.FormTable:hover {
	color:#CC0000;
}

/*END FORM TABLE*/