/**
* CSS

* @author pabbasian
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: tahoma, sans-serif;
	color:#6B6B6B;
}

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

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

a img { border: none; }
a.link {text-decoration: underline; }
a.link:hover {color: #AAA; font-weight: normal; }

#menu {
	padding-top: 100px;
    width: 190px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	margin-left: 30px;
	font-family: arial, sans-serif;

}

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

#menu ul li.section-title {margin: 0px 0px 3px 0px; font-weight: bold; }
li	{margin-left: 15px; letter-spacing: 2px; line-height: 15px; 
	text-transform:lowercase;}

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

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

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

p {
    margin: 0 0 9px 0; font-size: 11px; text-align: justify;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 12px; margin-bottom: 5px; letter-spacing: 3px; text-transform: lowercase; }
h4.sub {margin-top: 20px; text-transform: lowercase; }
h4.error{color: #FF0000; text-transform: uppercase; }

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

#once { clear: left; }

input.text,input.button,textarea 
{padding: 4px 3px 2px 3px; border: 1px solid #BBB; color: #505050; font-size: 11px; }
input.text	{margin: 5px 0px 10px 30px; height: 15px; }
input.button {height: 23px; color: #757575; font-size: 11px; padding: 3px 3px 12px 3px;; margin: 2px 0px 0px 50px; border-color: #808080; }
textarea	{margin: 5px 0px 10px 30px; width: 610px; font-family: arial, sans-serif; letter-spacing: 1px; }
select		{width: 180px; font-size: 11px; margin-left: 3px; margin: 3px 0px 10px 30px; border: 1px solid #BBB;
			color: #FFFFFF; }
form		{font-size: 11px; margin-top: 16px; }