html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*End Reset*/

/*Structure*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#eeeeee url(images/bg.gif) repeat-y top center;
}

#page {
	width:935px;
	margin:0 auto;
}

#header {
	background:url(images/header.jpg) no-repeat top left;
	height:149px;
}

#header h1 {
	background:url(images/logo.gif) no-repeat top left;
	width:364px;
	height:129px;
	text-indent:-9999px;
	float:left;
}

#header .callus {
	float:right;
	background:url(images/call.gif) no-repeat top left;
	width:204px;
	height:84px;
	text-indent:-9999px;
}

#nav {
	background:#585858;
	overflow:hidden;
	font-size:12px;
	margin-bottom:20px;
	clear:both;
}

#nav ul {
	padding:0 10px;
}

#nav a {
	color:white;
	padding:10px 10px;
	display:block;
}

#nav .left {
	float:left !important; 
	font-weight:bold;
}

#nav li {
	float:right;
}

#contentwrap {	
	margin-top:15px;
	overflow:hidden;
}

#content {
	float:left;
	line-height:20px;
	padding:0 20px;
	width:670px;
}

#content h2 {
	height:30px;
	width:396px;
	font-size:30px;
	color:#333;
	margin-bottom:15px;
	font-weight:normal;
	text-indent:-9999px;

	margin-top:20px;
}

#content .homeh2 {
	background:url(images/homeh2.gif) no-repeat top left;
}

#content .containersh2 {
	background:url(images/containersh2.gif) no-repeat top left;
}

#content .containermodificationsh2 {
	background:url(images/containermodificationsh2.gif) no-repeat top left;
	width:440px !important;
}

#content .flatracksh2 {
	background:url(images/flatracksh2.gif) no-repeat top left;
}

#content .opentopsh2 {
	background:url(images/opentopsh2.gif) no-repeat top left;
}

#content .refrigeratedcontainersh2 {
	background:url(images/refrigeratedcontainersh2.gif) no-repeat top left;
	width:440px !important;
}

#content .containerhireh2 {
	background:url(images/containerhireh2.gif) no-repeat top left;
}

#content p {
	margin-bottom:10px;
	padding-left:2px;
}

#sidebar {
	float:left;
	width:223px;
}

.contact {
	background:#c92b2a url(images/contactbg.gif) repeat-x scroll 0 0;
	padding:10px;
}

.contact h4 {
	background:transparent url(images/contacth2.gif) no-repeat scroll 0 0;
	height:69px;
	left:14px;
	position:relative;
	margin-top:10px;
	text-indent:-9999px;
	width:238px;
	top:10px;
	
}

.contact label {
	display:block;
	color:white;
	font-size:12px;
	padding-bottom:5px;
}

.contact input, .contact textarea {
	border:medium none;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	width:168px;
}

.contact li {
	padding-left:10px;
	margin:11px 0;
}

.contact .submit {
	background:transparent url(images/submit.gif) no-repeat scroll left top;
	cursor:pointer;
	height:52px;
	margin:13px 0 0 4px;
}

.contact .tag {
	color:white;
	font-size:11px;
	margin-left:10px;
	text-align:center;
	width:217px;
}

.contact .tag li {
	margin-bottom:0 !important;
}

.headoffice {
	margin-top:20px;
}

.headoffice h4 {
	background:transparent url(images/headoffice.gif) no-repeat scroll 0 0;	
	text-indent:-9999px;
	width:227px;
	height:38px;
}

#sidebar h2 {

}

#sidebar li {

}

#sidebar ul ul li {

}

#sidebar ul ul {

}

#sidebar a {

}

.noborder{
	border:none !important;
}

#footer {
	clear:both;
	margin-top:50px;
	padding-bottom:40px;
}

#footer p {

}

#footer a {
	color:#ccc;
	font-size:12px;
	margin-left:20px;
	text-decoration:none;
}


strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

#content img {
	padding:5px;
	background:white;
}

#content ul {
	margin:0 0 10px 0;
	list-style:disc;
}

#content ol {
	list-style:decimal;
	margin:0 0 10px 0;
}

blockquote {

}

blockquote p {
	padding:0;
	margin:0;
}

/*Common Styles*/

a:link, a:visited {
	color:#333;
	text-decoration:none;
}

a:hover, a:active {
	color:#ccc;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}

.imagecenter {
	margin:0 0 0 15px;
}

.left {
	float:left;
}

.right {
	float:right;
}
