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

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color:#333;
	background: #fff;
	 -webkit-text-size-adjust:none;
}

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

a:link { text-decoration: none; color:#333;}
a:active { text-decoration:line-through; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration:line-through; }

li.active a { text-decoration:line-through; }

a img { border: none; }

#menu {
    width: 180px;
    overflow:hidden;
    top: 0;
    bottom: 0;
	left: 25px;
    position:relative;
	background-color: #fff;
}

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

#menu ul li.section-title {font-weight:bold; text-decoration:underline;}

#content {
	position:absolute;
    margin: 38px 0 0 200px;
    top: 0;
}

.container {
    padding: 5px 5px 100px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

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

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

.nav {}
.nav a {background:#000; padding:0px 3px 1px 3px; color:#fff;}

#once { clear: left; }

.title_class {position:absolute; top:0; left:0;}
#symbol_holder {position:absolute; top:24px; left:850px; width:102px; height:43px; float:left; display:block; z-index:1;}
#fb_holder {position:absolute; top:35px; left:780px; height:25px;}

#texthold {position:absolute; z-index:99;}

#pics {position:relative; min-height:700px;}

.send_btn {background:#000; padding:3px 6px 3px 5px; color:#fff; border:none; cursor:pointer; font-size:10px;}





















