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

body {
	font-family: sans-serif, Verdana, "Lucida Grande", Arial;
	font-size: 12px;
	background: #fefffe;
}

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

a:link { text-decoration: none; color: #989aa5; }
a:active { text-decoration: none; }
a:visited { text-transform: none; text-decoration: none; color: #989aa5; }
a:hover { background-color: #c61d1f; text-decoration: none; font-weight: none; color: white; }

a img { border-right-style: none; border-left-style: none; border-bottom-style: none; border-top-style: none; border-width: 0px; font-style: normal; font-weight: normal; text-transform: none; text-decoration: none;}

#menu {
	text-decoration: font-weight: bold ; font-color: #369be9;
    width: 260px;
    font-size: 11px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

/*#menu a:link { text-decoration: none; color: #f02458; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #f02458; }
#menu a:hover { background-color: #f05909; text-decoration: none; font-weight: none; color: white; }*/

#menu ul {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 5px;
	list-style: none;
}

#menu ul li.section-title { padding-left: 0px; margin-left: 0px; margin-bottom: 5px; text-transform: uppercase; margin-top: 15px; text-decoration: none; color: #cd1228; font-weight: bolder; font-size: 12px}

#content {
    margin-left: 260px;
    height: 100%;
	margin-top: 0;
    top: 0;
}

.highlight {
	color: #c61d1f;
}

.container {
    padding-left: 40px;
    padding-bottom: 25px;
    padding-right: 0px;
    padding-top: 30px;
    color: #7b7b7b;
}

#content p { padding-left: 0px; padding-bottom: 25px; padding-right: 0px; padding-top: 5px; width: 605px; }
#content .container p { width: 605px; background: #fff; }

#content .header {    
	padding-top: 54px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c61d1f;
	font-size: 15px;
	margin-bottom: 15px;
}

p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

#img-container a.thickbox:link { border-bottom: 3px transparent solid; }
#img-container a.thickbox:hover { border-bottom-color: #f05909; border-bottom: 3px solid; }

#img-container	{ margin-top: 10px; }
#img-container p	{ padding-bottom: 12px; padding-right: 5; width: 400px; }

#once { clear: left; }