/*GENERAL*/
*{
	margin: 0;
	padding: 0;		
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif;
	
}

/*border: 1px solid #999999*/

#parent
{
	width: 900px;
	background-image: url(../images/general/rightleftshadow.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align:center;	
}


#shadowfooter
{
	width: 900px;
	height: 67px;
	background-image: url(../images/general/shadowfooter.png);	
	background-repeat: none;
	background-position: 0 -21px;
	display:block;
	font-size: 0;
	margin: 0 auto;
	line-height: 0px;
	clear: both;
}

#header
{
	width: 800px;
	height: 103px;	
	margin: 0px auto 0 auto;
	
}
/*MENU*/
#menuparent
{
	width: 800px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	
	
	margin: 0 51px 0 49px;
	height: 26px;
	background-image: url(../images/general/menubackground.gif);	
}

#menuparent2
{
	
	font-weight:bold;
	color: #FFF;
	font-size: 12px;
	margin: 0px auto 0 auto;
	padding: 0 1.5em 0 0;
}

a.menubuttons, a:link.menubuttons, a:active.menubuttons, a:visited.menubuttons
{
	display: block;
	position: relative;
	height: 26px;
	font-size: 12px;
	float:right;
	color: #FFF;
	text-decoration: none;	
}




a.menubuttonactive, a:hover.menubuttons
{
	display: block;
	position: relative;
	height: 26px;
	font-size: 12px;
	float:right;	
	background-image: url(../images/general/menubackgroundactive.gif);
	background-repeat: repeat-x;
	color: #cc6600 !important;
	text-decoration: none;
}


.menutext
{
	margin-top: 0.5em;	
	display:block;
}

.menuspacer
{
	background-color: #ffcd51;
	width:3px;	
	height:10px;
	display:block;
	left: -1px;
	position:absolute;	
}



/*MAIN CONTENT*/

a:link, a:hover, a:active, a:visited
{
	color: #0000FF;
}

.waredlogistics
{
	font-weight:bold;
	color: #993300;
	font-size: 1.1em;
}

.waredlogisticsbody
{
	font-size: 0.8em;
}

#allrightsreserved
{
	font-size: 0.8em;
	color: #E27203;
	padding: 3em 0 0 3.5em;
}

#maincontent
{
	
	font-size: 11px;
	width: 100%;
	text-align: center;
	display:block;
	
	
}

.yellowborder-top
{
	border-top: 3px solid #ffcd51;	
}

.yellowborder-bottom
{
	border-bottom: 3px solid #ffcd51;	
}

h1
{
	color: #b92025;
	font-weight:bold;
	font-size: 19px;
}

h2
{
	color: #b92025;
	font-weight:bold;
	font-size: 13px;
}

ul
{
	margin-left: 0;
	padding-left: 0;
}


img
{
	display:block;
}

a img
{
	border: none;
	text-decoration: none;
}



