/* CSS Document 
	
	Created By: Edward Chiofalo
	Dated:			March 25, 2009
	Description:	


*/

body {
	background-color: #e7e7e7;
	font-family: 'Arial Unicode MS', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	}
	
#Access {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/Access_bg.png);
	background-repeat: repeat;
	color: #ffffff;
	}
	
#Accessible {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #cccccc;
	font-size: 9pt;
	}
	
#AccessibleNav {
	width: inherit;
	margin-left: auto;
	margin-right: auto;
	}
	
#AccessibleButton {
	float: right;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0px 0px 8px 8px;

	}
	
/* Page layout elements are listed in order */
#Container {}

#PageContainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

#Clouds {
	display: none;
	}

#Page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}

#Header {
	width: inherit;
	height: 80px;
	margin-top: 25px;
	}

#Logo {
	width: 100px;
	float: left;
	margin-top: -20px;
	padding: 0px 10px 0px 10px;
	}
	
#PanelTitle {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin-top: -20px;
	}

#Navigation {
	display: none;
	/*float: right;
	width: 178px;
	border-bottom: 1px solid #cccccc;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;*/
	}
	
#Navigation ul {
	/*display: block;*/
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}
	
#Navigation li {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	}
	
/*#Navigation li:hover {
	background-color: #e7e7e7;
	}*/
	
#Navigation a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px 35px 10px 40px;
	}

	
.top-nav-item {
	border-top: 1px solid #cccccc;
	}
	
.nav-logo {
	width: 100px;
	}

.nav-indicator-lights {
	margin-left: -20px;
	margin-bottom: -2px;
	padding-right: 10px;
	border: none;
	}
	
.nav-accessible {
	margin-top: 40px;
	border-top: 1px solid #cccccc;
	}

#Panel {
	display: none;
	/*height: 200px;
	overflow: visible;
	background-image: url(../images/Panel_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #333333;*/
	/*border-bottom: 1px solid #cccccc;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius: 8px 8px 0px 0px;*/
	}
	
#Storeman {
	width: 458px;
	float: left;
	margin-top: -27px;
	overflow: visible;
	}
	
#ContentContainer {
	/*height: inherit;*/
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #cccccc;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	}

#Content {
	float: left;
	width: 760px;
	-webkit-border-bottom-left-radius: 8px;
	}

#SwatchContainer {
	background-color: #ffffff;
	height: 150px;
	padding: 25px 0px 25px 0px;
	}

#Swatches {
	height: inherit;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #cccccc;
	background-color: #f0f0f0;
	-webkit-border-radius: 8px;*/
	}
	
#Swatch1, #Swatch2, #Swatch3, #Swatch4 {
	width: 227px;
	height: inherit;
	float: left;
	border-left: 1px solid #CCCCCC;
	}
	
#Swatch2, #Swatch3, #Swatch4 {
	border-left: 1px solid #cccccc;
	}

#Swatch1 {
	/*	border-left: 1px solid #cccccc;*/
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #1c3442;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	}
	
#Swatch2, #Swatch3 {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	
#Swatch3 {
	background-color: #F0F0F0;
	}
	
#Swatch4 {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/*background-color: #1c3442;*/
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}
	
/* Swatch Logo elements are handled here */
#DMP, #FreightWise, #SmartFreight, #TNDC {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -20px;*/
	}
	
#FreightWise-Logo, #SmartFreight-Logo, #SmartFreight-Title {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	}

#SmartFreight-Title {
	color: #a90633;
	}

#Footer {
	height: 80px;
	padding: 20px 20px 0px 20px;
	clear: both;
	}
	
#FooterWarehouse, #FooterHO {
	width: 130px;
	float: right;
	}
	
#FooterSiteMap {
	float: left;
	width: 430px;
	padding-right: 20px;
	}
	
#FooterAddress {
	float: right;
	width: 210px;
	}
	
#Footer h4, #Footer h5, #Footer p {
	line-height: 12pt;
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	color: #666666;
	}
	
.phone-icon {
	float: left;
	border: none;
	padding-right: 3px;
	}
	
.clear {
	clear: both;
	}

	.bottom {
	clear: both;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	-webkit-border-bottom-left-radius: 8px;
	}
	
p, h1, h2, h3, ul {
	padding: 20px 30px 0px 30px;
	margin: 0px;
	}
	
.swatch-title {
	margin: 0px;
	}
	
li {
	margin: 0px;
	padding-left: 30px;
	list-style-position: inside;
	}
	
h1 {
	font-weight: 500;
	}
	
.panel-text {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	}
	
.footer-details {
	font-size: 9pt;
	}
	
/* Contact Form elements handled here*/
#Enquiry {
	width: 400px;
	margin-top: 30px;
	padding-left: 30px;
	}
	
.note {
	color: red;
	}
	
.form-contact {
	width: 150px;
	float: left;
	margin-left: 30px;
	}
	
input, textarea {
	border: 1px solid #cccccc;
	padding: 3px;
	color: #333333;
	background-color: #F0f0f0;
	}
	
#Left {
	float: left;
	width: 49%;
	}
	
#Right {
	float: right;
	width: 49%;
	}
	
.picture-frame {
	border: 5px solid #ffffff;
	}
	
#Photo-Viewer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	}
	
/* Formatting for the Contact Us page - Map */
.map {
	border: 4px solid #cccccc;
	margin-left: 30px;
	margin-top: 5px;
	}
	
.gallery-image {
	border: 1px solid #000000;
	}
	
#gallery-description {
	width: inherit;
	}
	
#gallery-description p {
	padding-left: 0px;
	}
	
.contact-title {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	}
	
.maps-button {
	padding-top: 10px;
	margin-left: 30px;
	border: none;
	}
	
.map-button {
	font-size: 9pt;
	}
	
.CurrentPage {
	background-color: #ffffff;
	margin-left: -1px;
	}
	
#Test {
	display: block;
	height: 200px;
	background-color: #333;
	}
	
#Form {
	border-top: 2px solid #e7e7e7;
	}
	
#Map-Warehouse, #Map-HeadOffice {
	float: left;
	background-color: #e7e7e7;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: 20px;
	padding: 4px 8px 4px 8px;
	}
	
#Map-Warehouse a, #Map-HeadOffice a {
	text-decoration: none;
	}