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

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

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


a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: white;
	border-right: 0px dotted #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 20px;
	height: 700px;
	background: url(side.jpg) no-repeat;
}

#menu ul{
	display: block;
	list-style: none;
	line-height: 20px;
	margin-bottom: 10px;
}


#menu li{
	
	margin-bottom: 5px;
	background-color: transparent;
}

#menu a:link { text-decoration: none; font-size: 10px; background-color: none; color:gray; text-transform: uppercase; letter-spacing: 2px; margin-left: 10px; }
#menu a:visited { text-decoration: none; font-size: 10px; background-color: none; color:gray; text-transform: uppercase; letter-spacing: 2px; }
#menu a:active { text-decoration: none; font-size: 10px; background-color: none; color:gray; text-transform: uppercase; letter-spacing: 2px; }
#menu a:hover { text-decoration: none; color: red; text-transform: uppercase; letter-spacing: 2px; }


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

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

.container p a{
    padding: 3px;
    color: black;
    background-color: yellow;
    margin-top: 20px;
    position: relative;
    background-color: white;
    display: block;
 
}

#content p { width: 400px; 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	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container a	{ color: black; width: auto; display: inline; }
#img-container a:hover	{ color: yellow; width: auto; display: inline; text-decoration: none;}



#once { clear: left; }


///contact

#page-wrap {
	width: 680px;
	background: white;
	padding: 20px 50px 20px 30px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 0px solid #000;
	background-color:#f6ff00 ;
	color: #000;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #000;
	color: #fff;
}



label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	padding-bottom: 10px;

	font-size: 12px;
}



/* pic nav */

#num { color:red; letter-spacing: 3px;}

#container #prev a:link { color: blue; text-decoration:none;  }
#container #prev a:hover { color: blue; text-decoration:none;  }
#container #prev a:active { color: blue; text-decoration:none;  }
#container #prev a:visited { color: blue; text-decoration:none;  }


#container #next a:link { color:blue; text-decoration:none;  }
#container #next a:hover { color:blue; text-decoration:none;  }
#container #next a:active { color:blue; text-decoration:none;  }
#container #next a:visited { color:blue; text-decoration:none;  }
