@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #262626;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

#PhotoContainer {
	width:736px;
	height:315px;
	overflow:hidden;
}

a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	color: #000;
}
h3 {
	font-size: 14px;
	color: #000;
}

hr {
	margin: 5px 0px;
	height: 2px;
	border: none;
	border-top: 2px solid #FFF;
}
a img {
	border: none;
}

ol {
	line-height: 220%;
}

form {
	font-size: 12px;
}

/* IDs */

#bg {
	padding: 76px 0px 20px 0px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1024px;
	height: 672px;
}
#container {
	width: 952px;
	height: 650px;
	overflow: hidden;
	margin: 0px 0px 0px 36px;
	background-color: #FFF;
}
#logo {
	position: absolute;
	top: 20px;
	left: 105px;
	z-index:900;
}
#phone {
	position: absolute;
	top: 82px;
	left: 222px;
	z-index:800;
}
#menuTop {
	position:absolute;
	margin-left: 208px;
	width:947px;
	height:172px;
	background-repeat: no-repeat;
	background-position: left;
	overflow:hidden;
	z-index:100;
	padding-top:0px;
}
#menuTopwhentheyfix {
	position:absolute;
	margin-left: 208px;
	background-image: url(../images/menu_top_bg.gif);
	width:947px;
	height:172px;
	background-repeat: no-repeat;
	background-position: left;
	overflow:hidden;
	z-index:100;
	padding-top:0px;
}
#menuTop2 {
	padding-left: 179px;
	background-image: url(../images/menu_top_bg.gif);
	width:947px;
	height:172px;
	background-repeat: no-repeat;
	background-position: left;
	overflow:hidden;
}
#main {
	padding-bottom: 20px;
	
	padding-right: 5px;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left {	
	float: left;
	width: 201px;
	height: 447px;
	
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#left li {
	padding: 0px;
	margin: 0px;
}
#left a {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px 12px;
	margin: 0px;
}
#left a.current,
#left a:hover {
	background-image: url(../images/left_selected.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 2px 12px;
	margin: 0px;
}

#content {
	border: 5px solid #3e387a;
	background-color: #8091c6;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;

	overflow-x: hidden;
	overflow-y: auto;
	
	width: 730px;
	height: 315px;

	/* IE overflow fix, position must be relative or absolute*/
	
	margin: 0px;
	padding: 0px 5px 0px 0px;
	z-index:0;




}

#productframe4 {
	width: 735px;
	height: 325px;
	position:relative;
	overflow-x: hidden;
	overflow-y: hidden;

	margin: 0px;
	padding: 0px;
	clip: rect(0px 0px 735px 315px);
}
#contentnoscroll4 {
	height: 316px;
	width: 735px;
	position:absolute;
	z-index:100;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0px;
	padding: 0px;
}




#productframe {
	width: 705px;
	height:2000px;
	position:relative;
	padding-bottom:2000px;
}
#contentnoscroll2 {
	height: 315px;
	width: 735px;
	position:absolute;
	z-index:100;
	overflow-x: hidden;
	overflow-y: auto;
}


#contentnoscroll {
	border: 5px solid #3e387a;
	background-color: #8091c6;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 315px;
	width: 735px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content .padded {
	padding: 10px 30px;
}

#bottomBoxes {

	height:173px;
	margin: 0 0 0 201px;
	padding:0px;
	width:707px;

}

#leftdiv {
	float: left;
	width: 290px;
	height:2000px;
	padding: 30px;
}

#rightdiv {
	padding: 30px;
	
}

#rightdivOld {
	float: left;
	width: 320px;
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px;
	background-color: #8091c6;
}

/* Classes */

.center {
	text-align: center;
}

.small,
.small a {
	font-size: 13px;
	font-weight: normal;
}

.nobg {
	background-color: #8091c6;
}

.red {
	text-decoration: underline;
	color: #ae0700;
	font-style: italic;
}

.big {
	font-size: 30px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.smallwhite {font-size:10px}
.smallblack {font-size:10px; color: black;}

.news2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF;}
a.news2 {	font-size: 12px; font-weight: bold; color: #FFF; text-decoration: none;
}
a:visited.news2 {color: #FFF;}
a:hover.news2 {color: #FFF;text-decoration: underline;}
a:active.news2 {color: #FFF;}