@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
}

table {
	width: 100%;
	border: 1px solid #f15d2a;
	border-collapse: collapse;
	margin-bottom: 20px;
}

th {
	border-color:#0099d8;
	border-style: solid;
	border-width: 1px;
	border-top: none;
}

td {
	border-color:#0099d8;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	padding: 0 10px;
}

th.left, td.left {
	border-left: none;
	text-align: center;
}
th.right, td.right {
	border-right: none;
}

/* Header */

#header_wrapper {
	width: 100%;
	height: 514px;
	background-image:url(../images/header_bg.gif);
	backround-repeat: repeat-x;
	border-top: 3px solid #f15d2a;
	border-bottom: 3px solid #0099d8;
}

#header {
	width: 994px;
	padding: 0 5px;
	margin: 0 auto;
	height: 512px;
}

#logo {
	position: relative;
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
#header_image {
	position: relative;
	display: block;
	float: right;
	margin-right: 0;
}

#header_logos {
	position: relative;
	display: block;
	float: right;
	margin-top: 5px;
	height:125px;
}
#header_strapline {
	position: relative;
	display: block;
	float: left;
	margin-top: 220px;
	margin-left: 20px;
}

/* Navigation */

#navigation_wrapper {
	width: 100%;
	height: 51px;
	background-image:url(../images/navigation_bg.gif);
	background-repeat: repeat-x;
}

#navigation {
	width: 989px;
	padding: 0 0 0 15px;
	margin: 0 auto;
	height: 51px;
}

#navigation ul {
	padding: 0;
	margin: 0 10px 0 0;
}

#navigation ul li{
	list-style-type: none;
	display: inline;
	padding-right: 50px;
}

/* Main Content */

#main_wrapper {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	display: block;
	float: center;
	height: 100%;
	padding-top: 10px;
}

#main {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	float: left;
	padding: 0;
}

#main_left {
	position: relative;
	display: block;
	float: left;
	width: 690px;
}

#main_right {
	position: relative;
	display: block;
	float: right;
	width: 280px;
}

.block {
	position: relative;
	display: block;
	float: left;
	width: 340px;
	height: 200px;
}

.block_button {
	position: relative;
	display: block;
	float: left;
	width: 168px;
	height:46px;
	margin-bottom: 5px;
}

#main_text {
	position: relative;
	display: block;
	float: left;
	width: 675px;
	margin-left: 15px;
}

#main_info {
	position: relative;
	display: block;
	float: left;
	margin: 0 20px 0 15px;
	width: 620px;
}

#main_logo {
	position: relative;
	display: block;
	float: right;
	margin-right: 138px;
}

#main_logo_contact {
	position: relative;
	display: block;
	float: left;
	margin-left: 15px;
}


	

/* Products */

.product_holder {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px;
	/* border-bottom: 1px solid #f15d2a; */
}

.product_holder_image {
	position: relative;
	display: block;
	float: left;
	border: 1px solid #0099d8;
}

.product_holder_image img {
	width: 200px;
	height: 200px;
	border: none;
}

.product_holder_details {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-left: 10px;
}

/* Footer */

#footer_wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 205px;
	background-image:url(../images/footer_bg.gif);
	backround-repeat: repeat-x;
	margin-top: 20px;
}

#footer {
	width: 984px;
	position: relative;
	display: block;
	padding: 20px 5px 0 15px;
	margin: 0 auto;
	height: 185px;
}

#footer_left {
	position: relative;
	display: block;
	float: left;
}

#footer_right {
	position: relative;
	display: block;
	float: right;
	margin-right: 10px;
}
