html, body {
	margin: 0px;
	background-image: url("../img/bg/bg.gif");
	background-repeat: repeat-y;
}

/* Navigation - Start */

ul.nav {
	width: 100%;
	height: auto;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

ul.nav a {
	width: 198px;
	display: block;
	text-decoration: none;
	color: #626262;
	padding: 0px 0px 0px 12px;
}

ul.nav a:hover {
	background-image: url("../img/nav/arrow_right.gif");
	background-repeat: no-repeat;
}

ul.nav a.current {
	background-image: url("../img/nav/arrow_right.gif");
	background-repeat: no-repeat;
}

ul.nav li {
	
	padding: 0px 0px 0px 10px;
}

ul.nav li.main {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

ul.nav li.sub {
	margin: 8px 0px 0px 0px;
}

/* Navigation - End */

/* Home - Start */


/* Home - End */

/* Content - Start */

.content_all {
	position: absolute;
	top: 130px;
	left: 250px;
	width: 490px;
	height: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #373737;
}

.img_standard {
	float: left;
	margin: 0px 10px 5px 0px;
}

.img_subtitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 210px;
	height: auto;
	color: #737373;
	overflow: hidden;
	font-size: 10px;
}

.footer_pos {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 0px 0px 0px;
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 0px;
	margin: 10px 0px 10px 0px;
	display: block;
	clear: left;
	text-align: center;
	color: #737373;
}

.footer_print {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 0px 0px 0px;
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	clear: left;
	text-align: center;
	color: #737373;
}

.footer_text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 10px 0px 0px 0px;
	border-style: solid;
	border-color: #7F7F7F;
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	clear: left;
	text-align: center;
	color: #737373;
}


/* Content - End */

/* Positioning - Start */

.pos_nav {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 220px;
	height: auto;
	padding: 30px 0px 0px 0px;
	display: block;
	overflow: hidden;
}

.pos_sky_tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 89px;
	background-image: url("../img/others/sky_tl.gif");
}

.pos_logo_t {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 490px;
	height: 50px;
	background-image: url("../img/others/logo_large.gif");
	background-repeat: no-repeat;
}

.pos_line_t {
	position: absolute;
	top: 89px;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	background-color: #7f7f7f;
}

.pos_product_img {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
	float: left;
	background-image: url("../img/bg/bg_img_product.gif");
	background-repeat: no-repeat;
}

.pos_product_text {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
	margin: 0px 0px 0px 220px;
}

/* Positioning - End */

/* Highlighting - Start */

a {
	color: #3399FF;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 16px;
	list-style: disc;
}

h1 {
	margin: 0px;
	font-size: 11px;
	color: #3399FF;
}

h2 {
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #3399FF;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #373737;
}

/* Highlighting - End */
