/***** COPYRIGHT ****************************************/
/*                                                      */
/*     Sober.nu - CSS v.1.0                           */
/*     All Copyright reserved hyperskins.com            */ 
/*                                                      */
/********************************************************/

/***** CSS LIBRARY V.1.0 ********************************/ 
/*                                                      */
/*		//BASE 			  								*/
/*		1:1 BASIC MARGIN, TAGS ETC						*/
/*		1:2 PAGE STRUCTURE   							*/
/*      1:3 CLEAR FIXES                                 */
/*                                                      */
/********************************************************/

/********************************************************/
/*    SECTION 1:1                                       */
/********************************************************/
* {
	margin:0;
	padding:0;
}
html, body {
  height: 100%; /* Required */
}
html {
    overflow: -moz-scrollbars-vertical;
}

body {
    font: 76%/135% Arial;
    background:#D0C4A6;
	font-family: arial, verdana, helvetica;
}
A {
    text-decoration:none;
	color:#666;
}
A:HOVER {
	text-decoration:underline;
	color:#333;
}
H1 A {
	/*background:url(../img/sober_logo.jpg) no-repeat top left;*/
	display:block;
	/*margin:20px -60px 0 0;
	line-height:46px;
	width:297px;*/
	text-decoration:none;

	float:left;
}
#header{
	padding:10px;
}
#container{
	width:600px;
	margin:0px auto;
	margin-top:20px;
	background:#FFFFFF;
	/*height:100%;
*/	position:relative;
}
#content{
	width:580px;
	height:100%;
	border:0px solid;
	font-size:1em;
}
#content h1,h2,h3,h4{
	/*color:#46A6A9;*/
	color:#666666;
	margin:10px 0 0 0;
	font-size:1.4em;
}
#content h3{
		font-size:1.3em;
}
#content .leftCol{
	width:180px;
	margin:20px 0 0 0;
	float:left;
	border:0px solid;
	/*border-right:1px solid #ccc;	
	height:90%;*/
}
#content .rightCol{
	width:395px;
	padding:20px 0 0 0;
	float:right;
	color:#666;	
}
#content .rightCol P{
	margin:10px 0 0 0;	
}
 /*NAV MENU*/
#navigation {
	width:175px;
	margin:0;
}
#navigation A{
	color:#333;
}
#navigation UL.first {
	width:175px;
}
#navigation UL {
	width:175px;
	list-style:none;	
	padding:0px;	
}
#navigation UL.first LI {
	list-style:none;
	display:block;
	background:url(../img/arrows.jpg) no-repeat 0px 5px;
	clear:both;
	width:175px;
	padding:0 0 0 10px;
}
#navigation UL.first LI A.closed {
	display:block;
	/*background:url(../img/arrows.jpg) no-repeat left center;*/
	cursor:pointer;
}
#navigation UL.first LI A:HOVER.closed {
	text-decoration:none;
}
#navigation UL.first LI A.open {
	display:block;
	/*background:url(../img/arrows.jpg) no-repeat left center;*/
	cursor:pointer;
	color:#46A6A9;
}
#navigation UL.first LI A:HOVER.open {
	text-decoration:none;
}
#navigation UL.first LI A.blank {
	display:block;
	cursor:pointer;	
	
}

#navigation UL.second {
	width:165px;
	padding:5px 0 10px 10px;
	list-style:none;
	clear:both;
	border:0;
	display:none;	
}
#navigation UL.second LI {
	list-style:none;
	display:block;
	clear:both;
	width:155px;


}
#navigation UL.second LI A {
	display:block;
	color:#333;
}

UL{
	list-style:disc;
	padding:0px 0 0 20px;	
}
UL LI{

	color:#999999;
} 
UL LI A{
	padding:0px;
	color:#999999;
	
} 
 
 /*end nav menu*/

.right{
	float:right;
	margin:0 0 10px 10px;
}
.left{
	float:left;
	margin:0 10px 0px 10px;	
}

#contact_form{
	width:312px;
	margin:20px 0 0 0;
}
#contact_form INPUT{
	width:300px;
	border:1px solid #aaa;
	padding:5px;
	margin-bottom:10px;
}
#contact_form INPUT.button{
	width:auto;
	background-color:#fff;
	float:right;
	margin:10px 0 10px 10px;
	cursor:pointer;
}
#contact_form TEXTAREA{
	width:300px;
	border:1px solid #aaa;
	padding:5px;
	height:70px;

}


/*FOOTER*/

#footer {
	background:#fff;
	width:580px;
	padding:10px;	
	position:absolute;	
	height:40px;
	bottom:0px;
	left:0px;
}
*html #footer {
	background:#fff;
	width:580px;
	padding:10px;	
	position:absolute;	
	height:60px;
	bottom:0px;
	left:0px;

}
#footer #footertext, #ordinary_footer #footertext {
	margin:0 0 10px 0;
	padding: 0 1em;
	text-align:center;
	color:#999;
	background:#eee;
	line-height:40px;
	
}
#footer A, #ordinary_footer A {
	color:#999;
}
#footer .hyperskins, #ordinary_footer .hyperskins {
	float:right;
	border:0px;
	margin:10px 0 0 0;
}
*html #footer .hyperskins {
	float:right;
	border:0px;
	margin-bottom:-20px;
}
#footer P{
	font-size:0.8em;
	color:#999;
	float:right;

}


#ordinary_footer {
	background:#fff;
	width:580;
	padding:10px;	
	height:40px;	
}
#ordinary_footer P{
	font-size:0.8em;
	color:#999;
	text-align:right;
}
/********************************************************/
/*    SECTION 1:45                                      */
/********************************************************/
.hidden{
	display:none;
}
.clearfix:after { 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	
} 
.clearfix {
    display:inline-block;
} 
/* Hide from IE Mac \*/ 
.clearfix {
    display:block;
} 
/* End hide from IE Mac */