/**
* Global CSS Styles
* 
* @version 1.0
* @author Mike n' Trent 
*/

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%; /*ie hack*/
}

body {
	height: 100%; /*ie hack*/
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Verdana, Georgia, serif;
	background: #fff;
	color: #000000;
}


/**
* Left Side CSS Styles
* 
* @version 1.0
* @author Mike n' Trent 
*/

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
/*	background-color: #F5F2D7; */
	padding-top: 20px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	margin-top: 9px;
	line-height: 14px;
}

.section-title {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	/*text-decoration: none;*/
	
}

li.active a { 	/*fuckn' active link*/
	text-decoration: none; 
	color: #000000; 
	width: auto;
	background-color: #D7F5F1;
}

#menu a:link {
	text-decoration: none; 
	color: #000000; 
}

#menu a:active { 
	text-decoration: none; 
	color: #00ffff; 
	background-color: #D7F5F1; 
}

#menu a:visited { 
	text-decoration: none; 
	color: #000000; 
}

#menu a:hover { 
	text-decoration: none; 
	color: #000000; 
	background-color: #ffffff; 
}



/**
* Right Side CSS Styles
* 
* @version 1.0
* @author Mike n' Trent 
*/
#content {
    height: 100%;
    margin: 0 0 0 255px;
    top: 0;
	padding-top: 20px;
	padding-left: 0px;
}


h3 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000000;
}

#img-container	{ 
	
}

.nothumb {
	clear: right;
	display: block;
	float: left;
	margin-bottom: 20px;	
}

#column1 {
	float: left;
	width: 145px;
	margin-right:5px;
	padding-top: 10px;
	border-top: 12px solid #000000;
	line-height:14px;
	margin-bottom: 30px;
}

#column2 {
	float: left;
	width: 195px;
	margin-right:5px;
	padding-top:10px;
	border-top: 12px solid #000000;
	line-height:14px;
	margin-bottom: 30px;
}

#column3 {
	float: left;
	width: 145px;
	margin-right:5px;
	padding-top:10px;
	border-top: 12px solid #000000;
	line-height:14px;
	margin-bottom: 30px;
}

#column4 {
	float: left;
	width: 450px;
	margin-right:5px;
	padding-top:10px;
	border-top: 12px solid #000000;
	line-height:14px;
	margin-bottom: 30px;
}


#column1 a:link		{ color:#000000; text-decoration:underline; }
#column1 a:visited 	{ color:#000033; text-decoration:underline; }
#column1 a:hover 	{ color:#FF0033; text-decoration:underline; }
#column1 a:active	{ color:#000000; text-decoration:underline; }

#column2 a:link		{ color:#000000; text-decoration:underline; }
#column2 a:visited 	{ color:#000033; text-decoration:underline; }
#column2 a:hover 	{ color:#FF0033; text-decoration:underline; }
#column2 a:active	{ color:#000000; text-decoration:underline; }

#column3 a:link		{ color:#000000; text-decoration:underline; }
#column3 a:visited 	{ color:#000033; text-decoration:underline; }
#column3 a:hover 	{ color:#FF0033; text-decoration:underline; }
#column3 a:active	{ color:#000000; text-decoration:underline; }

#column4 a:link		{ color:#000000; text-decoration:underline; }
#column4 a:visited 	{ color:#000033; text-decoration:underline; }
#column4 a:hover 	{ color:#FF0033; text-decoration:underline; }
#column4 a:active	{ color:#000000; text-decoration:underline; }



/*


body.section-1 { }
body.section-2 { }
body.section-3 { }



a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ffcc33;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 10px 5px 25px 10px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

b {
	font-weight: bold;
	}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }


	
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


img {
	float: left;
	clear: right;
	padding-right: 500px;
	padding-top: 25px;
	}
	
*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; background-color: #ffffff; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; background-color: #ffffff; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ffcc33;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 10px 5px 25px 10px;
}

#content p { width: 400px; margin-bottom: 9px; }


b {
	font-weight: bold;
	}


h1 { font-size: 32px; }
h2 { font-size: 24px; }

h3 { 
	font-size: 10px; 
}

h4 { 
	font-size: 12px; 
}

#img-container	{ margin: 0; padding: 0; }


	
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


img {
	float: left;
	clear: right;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	}
*/

