@charset "utf-8";
/* Includes */
@import url('assets/css/fonts.css');
@import url('assets/css/menus.css');
@import url('assets/css/banners.css');
@import url('assets/css/type.css');
@import url('assets/css/forms.css');


/* Defaults */
* {
	margin: 0;
	padding: 0;
}
	
body {
	background: url('assets/images/body_tile.jpg') repeat-x center 0;
	font-size: 16px; /* base used to scale font sizes */
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
	background: url('assets/images/wrapper_tile.jpg') repeat-x center 1023px;
}

#inner-wrapper {
	margin: 0 auto 15px;
	min-width: 1070px;
	max-width: 1200px;
	min-height: 1033px;
	overflow: visible;
	position: relative;	
}

.home #inner-wrapper {
	margin: 0 auto 0;	
}

#inner-wrapper > * {
	margin: 0 auto;	
}

#header {
	width: 1050px;
	position: relative;
}

.logo {
	background: url('assets/images/logo.png') no-repeat 0 0;
	display: inline-block;
	height: 96px;
	margin-top:  9px;
	width: 350px;
	text-indent: -9999px;
}

#contact {
	background: url('assets/images/contact_ico_number.png') no-repeat left 0;
	height: 34px;
	width: 279px;
	color: #f68428;
	font-weight: bold;
	line-height: 34px;
	text-indent: -9999px;
	position: absolute;
	top: 48px;
	right: 0;
}

#main {
	width: 1050px;
	overflow: visible;
	padding-bottom: 15px;
	position: relative;
	top: 26px;
}

#left-col {
	float: left;
	margin-left: 5px;
	width: 689px;
}

#right-col {
	float: right;
	margin-right: 5px;
	width: 335px;
}

.box {
	background: url("assets/images/box_bg.png") no-repeat scroll 0 0 transparent;
	height: 223px;
	margin-left: -7px;
	padding: 30px 10px 22px 15px;
	width: 329px;
}

.box-sm {
	background: url("assets/images/box_sm.png") no-repeat scroll 0 0 transparent;
	height: 223px;
	margin-left: -7px;
	padding: 30px 10px 22px 15px;
	width: 329px;
}

.copyright {
	margin-top: 0;
}

#footer {
	background: url('assets/images/footer_tile.jpg') center 0;
	height: 100%;
	min-width: 1070px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	width: 100%;	
}li {
	font-size: 13px;
	color: #333;
	line-height: 19px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/images/menu-separator.png);
}
.bullets {
	list-style-position: inside;
	list-style-type: disc;
}
