/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
	direction: ltr;
	color: #666;
}

#front_wrapper {
	position: relative;
	margin: 0 auto;
	background: #ffffff;
}

#main_wrapper {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 800px;
	height: 750px;
	background: #eaeaea;
}

#front_animation {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
	background: #ffffff;
}

a {
	text-decoration:none;
}

a:link {
	color: #069;
}

a:visited {
	color: #069;
}

a:hover {
	text-decoration: underline;
	color: #669;
}

a:active {
	color: #999;
}

a img {
	border: none;
}

h1 {
	clear:left;
	color:#069;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px
}

h2 {
	clear:left;
	color:#f93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px
}

h3 {
	clear:left;
	color:#666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px
}

h4 {
	clear:left;
	color:#999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px
}

	/* Navigation */

#sidebar {
	width: 231px;
	position:absolute;
	padding-left:0px;
	_padding-left:0px;
  /* bump the sidebar from the left below */
	left: 0px;
	_left: 0px;
	top:200px;
	display: block;
	background-color: #FFF;
	clear: both;
}
#sidebar dl {
	margin: 0 0 10px 0;
	padding: 0px 30px 1px 0px;
	font: 13px/18px Tahoma, Helvetica, Arial, sans-serif;
	color: #444;
}
#sidebar dl#subnav dt {
	background: #FFF;
	border-bottom:1px solid #666;
	padding: 10px 15px 1px 25px;
	color:#555;
}
#sidebar dl#subnav dt a {
	padding: 0 0 0 15px;
	line-height: 30px;
	display: block;
	color:#000;
}
#sidebar dl#subnav dd {
	background: #FFF url(../_images/arrow-white.gif) left no-repeat;
	border-bottom:1px solid #CCC;
	margin: 0;
	text-align: left;
}
#sidebar dl#subnav dd a {
	padding: 0 0 0 20px;
	line-height: 25px;
	display: block;
}
#sidebar dl#subnav dd a:hover {
	background-color: #f93;
}
#sidebar dl#subnav dd a.current {
	background-color: #ccc;
	color:#069;
}
#sidebar dl#subnav dd.current a {
	color:#069;
}

/*</group>*/

.clearer {
	clear:both;
}

#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 800px;
}

#bottom_bar {
	position:absolute;
	top: 890px;
	left: 0px;
	height: 75px;
	width: 800px;
	z-index: 1;
}

#product_pic {
	position:absolute;
	top: 50px;
	left: 0px;
	height: 150px;
	width: 800px;
}

#mini_wrapper1 {
	position: absolute;
	margin: 0 auto;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	width: 577px;
	height: 707px;
	background: #fff;
	top: 200px;
    left: 200px;
    border-left: solid;
	border-color: #ccc;
	border-width: 1px;

}

#mini_wrapper1_header {
	position: absolute;
	margin: 0 auto;
	top: 232px;
    left: 200px;
    background: #fff;
}

#mini_wrapper1_header_words {
	position: absolute;
	color:#999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	top: 233px;
    left: 550px;
}


#right_blue_bar {
	position: absolute;
	top: 200px;
    left: 797px;
}



#left_column_bottom {
	position: absolute;
	top: 356px;
    left: 0px;
    font-size: 10px;
}



#foot {
    position: relative;
	top: 865px;
    left: 0px;
    z-index: 1;
    color: #036;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
}

#foot a {
	color: #036;
}
