/* CHD CSS Document */

/* ----- Generic sectors ----- */

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-x: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}
p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 300;
	color: #666666;
	line-height: 16pt;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.colorRed{
	color: #CC0000;
}
.colorGrey{
	color: #333333;
}
.sizeLarge{
	font-size: 14pt;
	font-weight: 300;
}


/* ----- Area ids ----- */
/* Main area */
div#mainArea {
	width: 900px;
	height: 280px;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}
/* Top bar component */
div#topBar {
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 100%;
	z-index: 2;
	float: left;
	display: inline;
}
/* Top bar - TKD title */
div#tkdTitle {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	height: 64px;
	width: 255px;
	float: left;
	background-image: url(../images/generic/tkd_title.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* Top bar - right colour and title */
div#rightTitle {
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 599px;
	float: right;
	background-image: url(../images/generic/right_title.png);
	background-repeat: no-repeat;
	background-position: right;
}
/* Logo component */
div#logoArea {
	float: left;
	margin: 30px 0px 0px 50px;
	padding: 0px;
	height: 150px;
	width: 150px;
	background-image: url(../images/generic/tkd_logo.png);
	background-repeat: no-repeat;
}
/* Menu area component and sub components */
div#menuArea {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 650px;
	z-index: 2;
}
#menuArea ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#menuArea ul li{
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	height: 25px;
	width: 650px;
	float: left;
}
#menuArea ul li a.spacing{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	line-height: 25px;
	height: 25px;
	float: left;
}
#menuArea ul li a.fixedWidth{
	width: 635px;
}

#menuArea ul li a.option1{
	background-image: url(../images/generic/menu_options/option100p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option2{
	background-image: url(../images/generic/menu_options/option90p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option3{
	background-image: url(../images/generic/menu_options/option80p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option4{
	background-image: url(../images/generic/menu_options/option70p.png);
	background-repeat: no-repeat;
	background-position: left;
	
}
#menuArea ul li a.option5{
	background-image: url(../images/generic/menu_options/option60p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option6{
	background-image: url(../images/generic/menu_options/option50p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option7{
	background-image: url(../images/generic/menu_options/option40p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.option8{
	background-image: url(../images/generic/menu_options/option30p.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li a.active{
	color: #FFFFFF;
}
#menuArea ul li a {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
}
#menuArea ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/generic/menu_options/option_over.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul li.active{
	background-image: url(../images/generic/menu_options/option_over.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menuArea ul.subMenu{
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	height: 25px;
	float: left;
}
#menuArea ul li.sub{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 25px;
	float: left;
}
#menuArea ul li a.subOption{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#menuArea ul li a.subOption:hover{
	color: #FFFFFF;
	background-image: none;
}
#menuArea ul li a.subActive{
	color: #FFFFFF;
}

/* Alignment classes.*/
.goLeft {
	float: left;
}
.goRight {
	float: right;
}

/* Top box component and sub components*/
div#contentBox {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #FFFFFF;
}

div#textBox {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	width: 525px;
	z-index: 2;
}
div#textBox.padLeft {
	padding: 0px 0px 0px 25px;
}
div#textBox.padRight {
	margin-right: 25px;
}
div#textBox.fullSize {
	width: 850px;
}

div#boxTop {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 540px;
	z-index: 2;
	background-image: url(../images/home/home_box_top.png);
	background-repeat: no-repeat;
	
}
div#boxFill {
	margin: 0px;
	padding: 10px 30px;
	width: 480px;
	z-index: 2;
	background-image: url(../images/home/home_box_fill.png);
	background-repeat: repeat-y;
}
div#boxBottom {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 540px;
	z-index: 2;
	background-image: url(../images/home/home_box_bottom.png);
	background-repeat: no-repeat;
}

/* Content title components */
div#leftTitleBox {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	width: 500px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/generic/content_title_bar_black.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	float: left;
}
div#rightTitleBox {
	margin: 25px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	width: 525px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/generic/content_title_bar_black_right.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	float: right;
}

div#freeLessonImage {
	width: 325px;
	height: 250px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/welcome/freelessonbutton1.png);
	background-repeat: no-repeat;
}
div#freeLessonImage.showLeft {
	float: left;
	background-position: right;
}
div#freeLessonImage.showRight {
	float: right;
	background-position: left;
}

/* Bottom area component */
div#bottomArea {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	z-index: 2;
	text-align: center;
}
div#bottomArea a{
	margin: 0px;
	padding: 0px;
	color: #CC0000;
	text-decoration: none;
}
div#bottomArea a:hover {
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}

div#bottomArea p{
	margin: 30px;
	padding: 0px;
	line-height: 30px;
	color: #333333;
	display: inline;
}
