#bdy_WRAPPER p.gtext { font-size:16px; font-weight:300; }
#bdy_WRAPPER h1 { font-size:22px; color:#990000; margin-bottom:25px; }
#bdy_WRAPPER h2 { font-size:16px; color:#6da26f; border-bottom:1px dotted #6b886b; padding-bottom:5px; margin-top:35px; }
#bdy_WRAPPER h3.gh3 { font-size:16px; color:#4a5f4a; }

#bdy_WRAPPER ul.gtext { list-style-type:square; font-weight:300; }

#details_cont {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	}
	
div.kwicks_container {
	border:1px solid #cccccc;
	background:url(images/guide/link_bg.png) bottom left repeat-x;
}

/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	height:50px;
	z-index:2;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 160px;
	height: 60px;
	z-index:2;
	cursor:pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.kwicks li a {
	background-image:url(images/guide/sprites_menu.png);
	background-repeat:no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	letter-spacing: -0.07em;
	color: #AA0000;
	height: 40px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 5px;
	text-decoration: none;
}
.kwicks li h3 {
	position: absolute;
	width: 160px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #333333;
	letter-spacing: -0.02em;
	outline:none;
	z-index:0;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 0px;
}
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6, #kwick_7 {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 160px;
}
#kwick_1 {
	left: 0px;
	border: none;
}
#kwick_2 {
	left: 120px;
}
#kwick_3 {
	left: 240px;
}
#kwick_4 {
	left: 360px;
}
#kwick_5 {
	left: 480px;
}
#kwick_6 {
	right: 0px;
}
#kwick_1 a {
	background-position:23px 0px;
}
.kwicks a:hover, .kwicks #active {
	color: #3399FF;
}
.kwicks li a:hover h3, .kwicks li #active h3 {
	color: #999999;
}
#kwick_2 a {
	background-position:23px -50px;
}
#kwick_3 a {
	background-position:23px -192px;
}
#kwick_4 a {
	background-position:23px -100px;
}
#kwick_5 a {
	background-position:23px -150px;
}
#kwick_6 a {
	background-position:23px -250px;
}

#breadcrumb {
    background-image:url('images/guide/bc_bg.png');
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#333333;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:20px 0 20px 0;
    padding:0px;
	}

#breadcrumb li {
    list-style-type:none;
	display:inline;
    padding-left:10px;
	}

#breadcrumb a {
    height:30px;
    background-image:url('images/guide/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#2c91aa;
	font-size:14px;
	}

#breadcrumb a:hover	{
    color:#35acc5;
	}
