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

body {
	text-align: center;
	margin: 0px;
	background-color: #fff;
	color: #5F5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}




a:link{
	color: #F00;
	text-decoration: none;
}
a:hover{
	color: #F00;
	text-decoration: underline;
}
a:active{
	color: #F00;
	text-decoration: none;
}
a:visited{
	color: #F00;
	text-decoration: none;
}


.textcentralise {
    text-align: center;
}

.project_content {
    padding: 20px;
}

.Form_Textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	background-color:#fff;
	border: 1px solid #ccc;
	height: 18px;
	width: 300px;
}

.Form_Textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	background-color:#fff;
	border: 1px solid #ccc;
	width: 300px;
}

.Form_Button {
	width: 120px;
	height: 26px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background-color: #c23a00;
	float: left;
}

.Form_Button2 {
	width: 120px;
	height: 26px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background-color: #666;
	float: left;
}



#Header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 970px;
	height: 99px;
	text-align:left;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
}

/*********************************
 For Home Page Only
*********************************/

/* Container for home page 
#Home_Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 609px;
	text-align: center;
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat; 
} */	

#Home_Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 609px;
	text-align: center;
	background-color: #666;
}

/* Home Banner - First border around banner */
#Home_Content_Border1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	position: relative;
	width: 960px;
	height: 467px;
	text-align: left;
	background-color: #900;
}

/* Home Banner - Second border around banner */
#Home_Content_Border2 {
	position: relative;
	margin-left: 8px;
	top: 8px;
	text-align: left;
	height: 449px;
	width: 944px;
	background-color: #ccc;
}

/* Home Banner - Container for the actual image */
#Home_Content_Wrapper {
	position: relative;
	text-align: left;
	background-color: #ffffff;
	margin-left: 8px;
	top: 8px;
	width: 928px;
	height: 433px;
}

/* Home Banner - Container for the actual image */
#Home_Boxes {
	top: 260px;
	position: absolute;
	z-index:100;
	left: 3px;
}

/* Home Banner - Tagline */
#Home_Tagline {
	top: 167px;
	left:164px;
	position: absolute;
	z-index:200;
}

/* Home Banner - For home page content */
#Home_Content {
	top: 259px;
	left: 274px;
	position: absolute;
	z-index:300;
	width: 646px;
	height: 81px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}



/*********************************
 Logo for Home and Content
*********************************/
#Logo {
	margin-left: 30px;
	margin-top: 30px;
	position: absolute;
	width: 312px;
	height: 32px;
	float: left;
	background-image: url(../images/planetlogistics_logo.gif);
	background-repeat: no-repeat;
}


/*********************************
 Content Pages
*********************************/

/* Masthead
#Content_Header_Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 359px;
	text-align: center;
	background-image: url(../images/home_bg.gif);
	background-repeat: no-repeat;	
} */

#Content_Header_Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 359px;
	text-align: center;
	background-color: #666;
}

/* Masthead - First border around banner 
#Content_Banner_Border1 {
	margin-left: auto;
	margin-right: auto;

	position: relative;
	width: 960px;
	height: 207px;
	top:24px;
	text-align: left;
	background-color: #a3cee3; 
}*/

#Content_Banner_Border1 {
	margin-left: auto;
	margin-right: auto;

	position: relative;
	width: 960px;
	height: 207px;
	top:24px;
	text-align: left;
	background-color: #900; 
}

/* Masthead - Second border around banner 
#Content_Banner_Border2 {
	position: relative;
	margin-left: 8px;
	top: 8px;
	text-align: left;
	height: 191px;
	width: 944px;
	background-color: #d1e7f1;
}*/

#Content_Banner_Border2 {
	position: relative;
	margin-left: 8px;
	top: 8px;
	text-align: left;
	height: 191px;
	width: 944px;
	background-color: #ccc;
}

/* Masthead - Container for image banner */
#Content_Banner_Wrapper {
	position: relative;
	text-align: left;
	background-color: #ffffff;
	margin-left: 8px;
	top: 8px;
	width: 928px;
	height: 175px;
}

/* Masthead - Boxes */
#Content_Boxes {
	top: 95px;
	position: absolute;
	z-index:100;
	left: 3px;
	background-image:url(../images/content_banner_boxes.png);
	background-repeat:no-repeat;
	width: 922px;
	height: 53px;
  	filter:alpha(opacity=40); /* for IE */
  	opacity:0.4; /* CSS3 standard */	
}

/* Masthead - Banner Title in Text */
#Content_Banner_Title {
	bottom:35px;
	right:35px;
	position: absolute;
	z-index:200;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 38px;
	line-height: 42px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 100;
	width:350px;
	text-align:right;
}

/* Masthead - Banner Title in Text */
#Content_Banner_Title2 {
	bottom:40px;
	right:35px;
	position: absolute;
	z-index:200;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 38px;
	line-height: 42px;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 100;
	width:350px;
	text-align:right;
}

/* Content Body  */
#Content_Wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	text-align: left;
	background-color: #FFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
	color: #5F5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	overflow: auto;
}

#Content_Wrapper a:link{
	color: #822100;
	text-decoration: none;
}
#Content_Wrapper a:hover{
	color: #822100;
	text-decoration: underline;
}
#Content_Wrapper a:active{
	color: #822100;
	text-decoration: none;
}
#Content_Wrapper a:visited{
	color: #822100;
	text-decoration: none;
}

.Content_Column2 {
	width: 400px;
	float: left;
	padding-bottom: 20px;
	color: #5F5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-right: 50px;
	overflow: auto;	

}

.Content_Column1 {
	width: 520px;
	float: left;
	padding-bottom: 20px;
	color: #5F5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-left: 10px;
}

.logo_space {
	width: 150px;
	height: 80px;
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
}

.Content_Large {
	font-size: 14px;
	line-height: 20px;
}

.image_space {
	width: 285px;
	height: 190px;
	float: left; 
	margin-right: 15px;
	text-align: left;
	color: #5F5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 12px;
	margin-bottom: 50px;
}



#image_line1 {
	background-color: #999;
	width: 85px;
	height: 5px; 
	float: left;
	margin-bottom: 5px;
}
#image_line2 {
	background-color: #C30;
	width: 200px;
	height: 5px; 
	float: left;
	margin-bottom: 5px;
	clear: right;
}


/* Content Title  */
#Content_Wrapper .title {
	color: #C30;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	line-height: 30px;
	
}

.Subtitle {
	color: #535251;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
	font-style: normal;
}



/*********************************
 Footer
*********************************/

#Footer {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 1024px;
	height: 48px;
	text-align:left;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE6E6;	
}

.Footer_Copyright {
	margin-left: 30px;
	float: left;
	text-align:left;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	padding-top: 10px;
}

.Footer_Netivate {
	margin-right: 30px;
	float: right;
	text-align:right;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

.Footer_Netivate a:link{
	color: #636363;
	text-decoration: none;
}
.Footer_Netivate a:hover{
	color: #636363;
	text-decoration: none;
}
.Footer_Netivate a:active{
	color: #636363;
	text-decoration: none;
}
.Footer_Netivate a:visited{
	color: #636363;
	text-decoration: none;
}
