/* @override http://www.shipy.com/ndxz-studio/site/bobby/style.css */

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


#infodiv {
postion: liquid;
    top: 0;
    bottom: 300px;
	left: 0;
	font-size: 10px;
	font-family: Georgia, sans-serif;
	background: #ffffff;
	color: #000000;
	padding: 0px 0px 0px 0px;
}
body {
	font-size: 11px;
	font-family: Georgia, sans-serif;
	background: #171717;
	color: #FCF221;
}

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

li.section-title { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold; 
	text-decoration: none; 
	color: #FCF221; 
}

a:link { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #0099cc; }
a:visited { text-decoration: none; color :#666; }
a:hover { text-decoration: none; color: #ffffff; background: #00A69C; }

a img { border: none;}
a:hover img {border: none; text-decoration: none;}

#menu a:link { text-decoration: none; color: #ffffff; }
#menu a:active { text-decoration: none; color: #0099cc; }
#menu a:visited { text-decoration: none; color :#666; }
#menu a:hover { text-decoration: none; color: #ffffff; background: #00A69C;} 



#shipy {
	padding-bottom: 0px;
	border-bottom: 0px dashed;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
		}
		
#headerstripe {
	background:url(../img/headerstripes.gif);
	background-repeat:repeat;
	width:700px;
	height:15px;
	margin-top:1px;
}

#menu {
    width:175px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	height: 100%;
	background-color: #171717;
	color: #FCF221;

}

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

#menu ul li.section-title { }

#content {
	position: liquid;
	width:715px;
    height: 100%;
    margin: 5px 0 0 175px;
    top: 0;

}

.container {
    padding: 10px 15px 25px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font: bold 50pt/56pt "Helvetica", Arial, sans-serif; color: white}
h1 a:link { color: white; text-decoration: none; }
h1 a:active { background-color: #cccccc; color: #000000; text-decoration: none; }
h1 a:visited { text-decoration: underline; }
h1 a:hover { text-decoration: none;  background-color: #00A69C; color: white; }
h1:hover { text-decoration: none;  background-color: none; color: #FCF221; }

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; }

#once { clear: left; }