/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, sans-serif;	
	background: #fff;
	color: #505050;
}

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

a:link { text-decoration: none; color: #888; }
a:active { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: underline; }

a img { border: none; }

#outermenu {
	width: 174px;
	overflow: auto;
	background: #fff url(side-top.jpg) top no-repeat;
	float: left;
	margin-left: 40px;
	padding-top: 100px;
	color: #505050;
	font-size: 11px;
	line-height: 13px;
	}

#menu {
	padding-top: 10px;
	}

#menu a, #menu a:visited {
	color: #999;
	}

#innermenu {
	padding: 0 5px;
	}
	

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

#menu ul li {
	padding: 0 0 2px 0;
	}

#menu ul li.section-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 4px;
	}

#content {
    height: 100%;
    margin-left: 245px;
    padding-top: 15px;
    width: 642px;
}

#content a {
	background: url(linkbullet.gif) right 2px no-repeat;
	padding: 0 10px 0 0;
	}

.container {
    padding: 5px 5px 25px 5px;
    overflow: hidden;
}

img {
	border: 1px solid #999;
	}

p {
    margin: 1em 0;
}

h3 {
	font-size: 14px;
	color: #505050;
	border-bottom: 1px solid #DDD;
	padding-bottom: 4px;
	margin-bottom: 1em;
	font-weight: normal;
	}

.alignright {text-align: right;}

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

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

.detail {
	margin-right: 13px;
	}

.nomargin {
	margin-right: 0 !important;
	padding-bottom: 0 !important;
	}


.section {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
	}

#once { clear: left; }

blockquote {
	margin: 1em;
	padding: 8px 0 0 18px;
	font-style: italic;
	background: url(blockquote.jpg) top left no-repeat;
	}