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

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

img { border: 0; }

p { font-size: 1em; }

.small { font-size: .9em; }

.siteWrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 0;
	background: #fff url("../images/template/main_bg.png") repeat-y;
}

.siteHeader div {
	float: right;
	width: 400px;
	margin: 10px 20px 10px 0;
}

* html .siteHeader div {
	margin-right: 10px;
}

.siteHeader div img {
	float:right;
	border: 1px solid #c0c0c0;
	margin-left: 10px;
}

h1 {
	float: left;
	width: 300px;
    padding: 60px 0 0 0;
	margin: 23px 0 15px 30px;
    overflow: hidden;
    background-image: url("../images/template/logo.png");
    background-repeat: no-repeat;
    height: 0 !important;
    height /**/:60px;
}

* html h1 { margin-left: 15px; }

.mainWrapper {
	padding: 0 20px;
}

.leftColumn {
	float: left;
	width: 160px;
}

.rightColumn {
	float: right;
	width: 160px;
}

.mainContent {
	float: left;
	width: 530px;
}

.columnsWrapper {
	clear: right;
	float: right;
	width: 715px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #932120;
	font-size: 1.6em;
}

h3 {
	margin: 0;
	padding: 1px 0 0 5px;
	color: #932120;
	font-size: 1em;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c0c0c0;
	background-color: #f0f0f0;
}

h4 {
	margin: 0;
	padding: 0;
	color: #932120;
	font-size: 1.1em;
}

input.button {
	background-color: #932120;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: .9em;
	padding: 2px 5px;
	cursor: pointer;
}

.leftColumn div,
.rightColumn div {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

.siteFooter {
	clear: both;
}

.navBar {
	clear: both;
	padding: 0 9px;
}

.navBar ul {
	padding: 0;
	margin: 0 0 15px 0;
	background-color: #f0f0f0;
	color: #932120;
	border-width: 1px 0;
	border-style: solid;
	border-color: #c0c0c0;
	float: left;
	height: 17px;
	width: 922px;
}

.navBar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.navBar ul li a {
	padding: 1px 9px 0 9px;
	background-color: #f0f0f0;
	color: #932120;
	text-decoration: none;
 	float: left;
	border-right: 1px solid #c0c0c0;
	height: 16px;
}

.navBar ul li a:hover {
	background-color: #e0e0e0;
}

.leftColumn ul,
.rightColumn ul {
	list-style-type: none;
	margin: 5px 9px;
	padding: 0;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #932120;
	text-decoration: none;
}

.siteFooter {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	color: #932120;
	margin: 10px 20px 0 20px;
}

.siteFooter .transpix {
	padding: 1px 5px;
	float: left;
	width: 40%;
	font-size: .9em;
}

.siteFooter .copyright {
	padding: 1px 5px;
	float: right;
	text-align: right;
	width: 40%;
	font-size: .9em;
}

.siteFooter .transpix a {
	text-decoration: none;
}

.designFooter {
	width: 940px;
	margin: 0 auto;
	height: 10px;
	background: #eee url("../images/template/footer_bg.png") no-repeat;
}

div.img-holder {
	margin-top: 3px;
	width: auto;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center 40%;
	border: 1px solid #c0c0c0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */