/*------------------------------------------------------------------------------------------------
VirtualPump main site styles

Author:		Jim Robinson
Email:		jrobinson@shipcopumps.com
------------------------------------------------------------------------------------------------*/

body,form,div,p,table,ul,ol,img {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
}

#noscript {
	text-align:center;
	color:#f00;
	padding:5px;
	background:#fff3f3;
	border:1px dotted #f00;
	border-top:0;
}

a,a:visited {
	text-decoration:none;
	color:#302f92;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

ul,ol {
	line-height:1.7em;
	margin:5px 0 0 20px;
}

p {
	text-indent:15px;
	margin-top:5px;
	text-align:justify;
	color:#666;
}

.hidden {
	display:none;
}

.visible {
	display:block;
}

.tabSelect a, .tabSelect a:visited, .tabSelect a:hover {
	background:#fff url("../images/gradient.gif") repeat-y center left;
	font-weight:normal;
	color:#000;
}

.tabUnselect a, .tabUnselect a:visited {
	background:#fff;
	color:#666;
	font-weight:normal;
}

.tabUnselect a:hover {
	color:#333;
	background:#f8f8f8;
}

.link {
	display:block;
	width:100%;
	padding:5px 0;
	text-align:left;
	font-size:12px;
	text-indent:10px;
}

.link:hover {
	background:#e8eef9;
}

#top {
	width:760px;
	margin:0 auto;
}

#container {
	position:relative;
	width:100%;
	margin:10px 0 0 0;
}

#masthead {
	position:relative;
	width:100%;
	height:100px;
	text-align:left;
}

#logo {
	float:left;
	margin:0 0 0 10px;
}

#logotext {
	font-size:24px;
	color:#302f92;
	text-shadow:#999 3px 3px 5px;
	padding:30px 0 0 0;
	text-indent:10px;
}

#flash {
	position:absolute;
	top:0;
	right:0;
	height:100px;
	z-index:1;
}

#simulations {
	position:relative;
	width:100%;
	border-top:1px dashed #aaa;
}

#category {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:260px;
	text-align:left;
	border-right:1px dashed #aaa;
}

#category ul {
	list-style-type:none;
	margin-bottom:0;
	margin-top:0;
}

#category ul li {
	margin:0 0 0 -20px;
	padding:0;
	text-align:left;
}

#t0_,#t1_,#t2_,#t3_,#t4_,#t5_,#t6_,#t7_ {
	margin:0 0 0 200px;
	display:none;
	height:260px;
	overflow:auto;
	text-align:left;
}

#t0_ {
	background:url("../images/bg_c.gif") no-repeat center right;
}
#t1_ {
	background:url("../images/bg_b.gif") no-repeat center right;
}
#t2_ {
	background:url("../images/bg_d.gif") no-repeat center right;
}
#t3_ {
	background:url("../images/bg_p.gif") no-repeat center right;
}
#t4_ {
	background:url("../images/bg_v.gif") no-repeat center right;
}

#t5_,#t6_,#t7_,#about {
	color:#666;
	font-weight:normal;
	padding:0 10px 0 10px;
}

#about {
	padding:10px;
	overflow:auto;
	height:150px;
	text-align:left;
	border-top:1px dashed #aaa;
}

#footer {
	width:100%;
	color:#999;
	font-size:10px;
	text-align:center;
	margin:20px 0 0 0;
}

.header {
	border-top:1px dashed #aaa;
	padding:5px;
	background:url("../images/bg.gif") repeat;
	text-align:left;
	font-weight:bold;
}

@media print {
	#top {
		width:100%;
	}
	#flash {
		display:none;
	}
}