body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 76% Arial, Helvetica, sans-serif;
	background-color: #fff;
}

table tr td, table tr th { font-size: 100%; }

img {
	border: 0;
}

#mainpics {
	float: right;
	margin: 43px 0 0 20px;
}

#siteWrapper {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-image: url(../img/new_main_bg.jpg);
	background-position: 3px 0;
	background-repeat: repeat-y;
}

div.left_nav_item {
	background-image: url(../img/new_left_nav_norm.jpg);
	height: 28px;
	margin-left: 3px;
	padding-left: 31px;
	padding-top: 9px;
	width: 204px;
}

div.left_nav_item a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #262161;
}

div.left_nav_item a {
	margin: 0 0 0 0;
}

#siteFooter {
	text-align: center;
}

#siteFooter img {
	margin-left: 3px;
}

h1 {
    padding: 194px 0 0 0;
	margin: 0;
    overflow: hidden;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:194px;
}

h2, h3 {
	margin-top: 0;
	color: #262161;
}

hr {
	color: #262161;
	background-color: #262161;
	height: 1px;
	border: 0;
}

#orderConfirmationTable {
	width: 650px;
	font-size: 100%;
}

#rightColumn {
	float: right;
	width: 735px;
}

p, li, label, th, td {
	color: #4d4d4d;
	font-size: 1.1em;
}

#leftColumn {
	float: left;
	width: 249px;
}

#mainContent {
	float: left;
	width: 708px;
	background-color: #fff;
}

#mainContent .visualPadding {
	padding: 0 17px 17px 13px;
}

#frameRight {
	float: right;
	width: 27px;
}

#contactForm label,
#deliveryDetailsForm label {
	width: 100px;
	display: block;
	float: left;
}

#contactForm input,
#deliveryDetailsForm input {
	width: 200px;
}

#contactForm textarea,
#deliveryDetailsForm textarea {
	width: 200px;
	height: 150px;
}

#contactForm input.sendbut,
#deliveryDetailsForm input.sendbut {
	width: auto;
}

.footerLinks {
	font-size: 11px;
	margin: 5px 0 50px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
