/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}

html{
	background: url(images/background_slice.gif);
	background-repeat: repeat-x;
}

img{
	border: 0px;
}

h2 {
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
}

a { color: blue; }

#container{
	position: absolute; 
	width: 922px; 
	left: 50%; 
	margin-left: -461px;
	display: inline;
	overflow: hidden;
	float: left;
}
/*#########################################*/

/* Begin top */
#header {
	float: left;
	width: 920px;
	height: 152px;
	overflow: hidden;
	background-color: #ffffff;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
#header_2 {
	float: left;
	width: 920px;
	height: 110px;
	overflow: hidden;
	background-color: #ffffff;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
#nav_bar {
	float: left;
	width: 922px;
	height: 34px;
	overflow: hidden;
	background-color: #3d3d3d;
	text-align: center;
}
#nav_bar ul {
	float: left;
}
#nav_bar li {
	float: left;
	color: white;
	text-align: center;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	border-right: 1px dotted white;
}
#nav_bar a {
	float: left;
	padding-left: 36px;
	padding-right: 36px;
	color: white;
	text-decoration: none;
}
#nav_bar a:hover {
	background-color: #ff4d00;
	color: black;
}
.selected {
	background-color: #ff4d00;
	color: black !important;
}
#last_link { border-right: 0px !important; }

/*End Header*/

/*Begin Middle Top*/
#middle_top {
	float: left;
	width: 922px;
	height: 282px;
	overflow: hidden;
	background-color: #ffffff;
}
#middle_top_2 {
	float: left;
	width: 922px;
	height: 162px;
	overflow: hidden;
	background-color: #ffffff;
}
/*End Middle Top*/

/*Begin Middle_bottom */
#middle_bottom {
	float: left;
	width: 920px;
	overflow: hidden;
	background: url(images/body_slice.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
#middle_bottom_header {
	float: left;
	width: 890px;
	height: 35px;
	margin-left: 15px;
	margin-top: 20px;
	display: inline;
	border-bottom: 5px solid #f2f2f2;
	font-size: 30px;
	color: #3d3d3d;
}
#mid_bot_side_image {
	float: left;
	width: 237px;
	height: 540px;
	margin: 15px;
	display: inline;
}
	#mid_bot_hdr_left {
		float: left;
		width: 237px;
		margin-top: 4px;
		display: inline;
		border-bottom: 5px solid #3d3d3d;
		font-size: 14px;
		line-height: 10px;
		font-weight: bold;
	}
	#company_address {
		float: left;
		width: 100%;
		margin-left: 10px;
		display: inline;
		font-weight: normal;
		font-size: 14px;
	}
	#google_map {
		float: left;
		width: 100%;
	}
	.support_nav {
		float: left;
		width: 237px;
		height: 48px;
		background: #f2f2f2;
		margin-top: 1px;
	}
		.support_nav a {
			float: left;
			margin-left: 20px;
			display: inline;
			line-height: 48px;
			vertical-align: middle;
			color: black;
		}
		.support_nav a:visited {
			color: black;
		}
		.support_nav img {
			float: left;
			margin-left: 20px;
			margin-top: 20px;
			display: inline;
		}
	.products_nav {
		float: left;
		width: 237px;
	}
		.products_nav li {
			background: #f2f2f2;
			width: 100%;
			height: 82px;
			margin-top: 1px;
		}
		.products_nav img {
			float: left;
			margin-left: 15px;
			margin-top: 16px;
			display: inline;
		}
		.products_nav a {
			float: left;
			vertical-align: middle;
			color: black;
		}
		.products_nav a:visited {
			color: black;
		}
		.products_nav p {
			font-weight: normal;
			font-size: 11px;
			line-height: 16px;
		}
#mid_bot_content_1 {
	float: left;
	width: 592px;
}
	#content {
		float: left;
		overflow: hidden;
		width: 462px;
		margin-left: 30px;
		margin-top: 40px;
		margin-right: 100px;
		display: inline;
	}
	#content p {
		font-weight: normal;
		line-height: 14px;
	}

#mid_bot_content_2 {
	float: left;
	width: 32px;
	height: 478px;
}
#mid_bot_content_3 {
	float: left;
	width: 580px;
	margin-top: 15px;
	margin-right: 15px;
	display: inline;
	border-left: 1px dotted #3d3d3d;
	padding-left: 20px;
	font-weight: normal;
}
	#mid_bot_header {
		float: left;
		width: 580px;
		margin-right: 15px;
		display: inline;
		border-bottom: 5px solid #3d3d3d;
		font-size: 14px;
		line-height: 10px;
		font-weight: bold;
	}
	#contact_box {
		float: left;
		width: 100%;
		line-height: 15px;
		border-bottom: 1px dotted #3d3d3d;
		margin-bottom: 10px;
		display: inline;
	}
	#contact_box h2 {
		font-weight: bold;
		font-size: 24px;
	}
	#contact_box a {
		color: blue;
	}
#mid_bot_right_nav {
	float: left;
	overflow: hidden;
	width: 306px;
	height: 363px;
	background: black;
	margin-top: 31px;
	display: inline;
}
#right_nav_left {
	float: left;
	overflow: hidden;
	width: 11px;
	height: 363px;
	background: url(images/sec_left.gif);
}
#right_nav_middle {
	float: left;
	overflow: hidden;
	width: 285px;
	height: 363px;
	background: url(images/sec_slice.gif);
	background-repeat: repeat-x;
}
	#right_nav_top {
		float: left;
		overflow: hidden;
		width: 285px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		vertical-align: middle;
	}
	#right_nav_bottom {
		float: left;
		overflow: hidden;
		width: 285px;
		height: 326px;
		line-height: 37px;
		vertical-align: middle;
	}
		.right_nav_media {
			float: left;
			overflow: hidden;
			width: 270px;
			height: 97px;
			margin-top: 8px;
			display: inline;
		}
		.media_pic {
			float: left;
			width: 77px;
			height: 97px;
		}
		.media_text {
			float: left;
			overflow: hidden;
			width: 183px;
			height: 97px;
			font-weight: normal;
			margin-left: 10px;
			margin-top: 0px;
			line-height: 14px;
			display: inline;
		}
	
#right_nav_right {
	float: left;
	width: 10px;
	height: 363px;
	background: url(images/sec_right.jpg);
}

/*Begin Bottom*/
#bottom {
	background-color: #3d3d3d;
	float: left;
	overflow: hidden;
	width: 922px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#bottom a {
	color: #8d8d8d;
	text-decoration: none;
}
/*End Bottom*/
#calendar_size {
	float: left;
	width: 100%;
	height: 600px;
}
	