/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; border:0px }

body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:    #F5F5F5;
}

.clear {
clear:both;
}



#wrapper {
	margin: 0 auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* header */

#header {
	width: 800px;
	padding: 0;
	height: 200px;
	margin: 0;
	background-image: url(../img/background/contentsback.gif);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
}


#header ul {
	float: right;
	width: 400px;
	text-align: right;
}
#header li {
	font-size:0.8em;
	display: inline;
	padding-left: 7px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699FF;
	color: #999999;
}
#header li:first-child {
	border: none;
}



/* LR */

#columsWrapper {
	background-color:#E7E7E7;
	background-image: url(../img/background/contentsbackdark.gif);
	background-repeat: repeat;
}


/* Left Colums */
#leftcolumn {
	padding: 0;
	margin: 0;
	width: 255px;
	float: left;

}

#leftNavi {
margin-top:230px;
margin-left:20px;
}

/*navi*/
ul.vert-one{
	padding:0px;
	list-style-type:none;
	display:block;
	line-height:165%;
	width:230px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	color: #3366FF;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#333333;
	padding:0 0 0 10px;
	width:220px;
	font-weight:normal;
}
ul.vert-one li a:hover{
	background-color: #CCCCCC;
	background-image: url(../img/navi/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #6699FF;
	background-image: url(../img/navi/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #FFFFFF;
}




/* Right Colums */

#rightcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 540px;
}


#mainDocs {
	margin:10px;
	background-image: url(../img/background/round_back.gif);
	background-repeat: repeat;
	width:520px;
	}



#mainDocs img {
	border: 1px solid #CCCCCC;
}



/* MainDoc RoundCornr */

.roundedcornr_box {
}
.roundedcornr_top div {
	background-image: url(../img/background/round_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top {
}
.roundedcornr_bottom div {
	background-image: url(../img/background/round_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom {
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 35px;
}


/* MainDoc catNavi */

.catNavi {
margin-bottom:30px;
}

.catNavi h1 {
	font-size:1.6em;
	line-height: 26px;
	background-color: #F5F5F5;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}

.catNavi ul {
	float: right;
	text-align: right;
}
.catNavi li {
	display: inline;
	padding-left: 10px;
	margin: 0 5px 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #CCCCCC;
}
.catNavi li:first-child {
	border: none;
}





/* MainDoc contents */
.main_content { margin: 0 35px; }

.main_content h1 {
}

.main_content h2 {
	margin-top:30px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	color: #3366FF;
}

.main_content h3 {
margin-top:20px;
margin-bottom:0px;
}

.main_content h4 {
	margin-top:20px;
	margin-bottom:0px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #6699FF;
	padding-left: 5px;
}


.main_content p {
	margin-top:10px;
margin-bottom:10px;
	font-size:0.9em;
	line-height: 2.0em;
}


.main_content ul {
	margin-top:10px;
margin-bottom:10px;

}

.main_content li {
	list-style-type: none;
		font-size:0.8em;
	line-height: 1.4em;
}

.main_content img {
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.lessonLink img {
margin-bottom:10px;
margin-top:10px;
}


#floatMenu {
	height: 400px;
	position: absolute;
	top: 0;
	width: 420px;
	left: auto;
	right: auto;
	float: left;
	margin: 0 auto;
}
