@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}

*
{
	font-weight: normal;
}

.container
{
	border: 1px #284593 solid;
	border-bottom: 0px;
	width: 800px;
	margin: auto; padding-bottom: 160px;
	background-color: #FFFFFF;
	background-image: url(images/Trucknew.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.header
{
	height: 103px;
	background-image: url(images/Defualt_r1_c1.jpg);
	border-bottom: 17px #284593 solid;
}

.header a
{
	display: block;
	height: 103px;
}

.middle
{
	background-repeat: no-repeat;
	background-position: bottom left;
}

.login
{
    float: left;
    width: 160px;
    color: White;
    background-image: url(images/Login_back.jpg);
    /*margin-bottom: 185px;
	padding-bottom: 100px;
	background-position: bottom left;
	/*background-repeat: no-repeat;*/
	text-align: center;
}

.menu
{
	float: left;
	width: 160px;
	padding-bottom: 20px;
}

.menu a
{
	display: block;
	height: 18px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	padding-right: 20px;
	color: #FFFFFF;
	background-image: url(images/link.jpg);
	background-repeat: no-repeat;
	
}

.menu a:hover
{
	background-image: url(images/over.jpg);
}

.menu a.here
{
	cursor: default;
	background-image: url(images/over.jpg);
}

.content
{
	width: 620px;
	padding: 10px;
	float: left;
}

.footer
{
	background-color: #284593;
	width: 802px;
	margin: auto;
}

.footer p
{
	margin: 0;
	padding: 5px;
	color: #ffffff;
	font-size: 10px;
	text-align: right;
}

.footer p a
{
	color: #FFFFFF;
}

.truck
{
	clear: left;
	float: left;
	width: 194px;
}

.gallery
{
	/*float: left;*/
	/*width: 300px;*/
}

.clear
{
	clear: both;
}

.section
{
    font-size: small;
    font-weight: bold; font-variant: small-caps;
    color: Black;
}

.label
{   
    font-size: small;
    color: Black; 
}

.labelcol
{
    float: left;
    padding: 5px;
    width: 30%;
    height: 22px;
}

.inputcol
{
    float: right;
    padding: 5px;
    width: 65%;
    height: 22px;
}

.flat
{
    border: solid 1px Black;
}

.accessorial_left
{
    float: left;
    width: 300px;
    height: 25px;
    text-align:left;
    padding-left: 50px;
}

.accessorial_right
{
    float: right;
    width: 70px;
    height: 25px;
    text-align: right;
}
