/* global styles */

#container
{
margin:0;
padding:0;
background:#405466;

}
#wrapper
{
/*background:#ffffff;*/
width:867px;
margin:0 auto 0 auto;
/*padding: 0 2px 0 2px;*/
display:inline-block;
font-family:Arial, Helvetica, sans-serif;
color:#4c4c4c;
font-size:11px;
line-height:14px;
border-right:#ffffff solid 2px;
border-bottom:#ffffff solid 2px;
border-left:#ffffff solid 2px;
}
#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */


a
{
color:#517e93;
}
.linktitle
{
color:#4c4c4c;
text-decoration:none;
}
#ordernow
{
	width:190px;
	height:26px;
	background:#b9cbd4;
	border:solid 1px #405466;
	color:#405466;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0 0 0;
	text-align:center;
	font-size:15px;
	display:block;
	cursor:pointer;
	text-decoration:none;
	line-height:16px;
}
#ordernow:hover
{
	background:#405466;
	color:#ffffff;
}
.floatLeft {
       float: left;
       margin: 0px 15px 15px 0px;
}
.floatRight {
       float: right;
       margin: 0px 0px 15px 15px;
}