body {
   background:#003263 url(/layouts/custom/1248/hoseandfittings/bluebkgrad.jpg) repeat-x;
   margin:0;
   padding:0;
}

p {
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#5e5e5e;
}

.content {
        font:11px/15px Arial, Helvetica, sans-serif;
        color:#5e5e5e;
}

h2 
{
	font: bold 22px "Times New Roman", Times, serif;
	color:#0f5da4;
	padding:0;
	margin:0 0 10px 0;
}

/*------------------ Structure  -----------------------*/

#topMast {
	width:965px;
	margin:0 auto;
	padding:0;
	background: #003263 url(/layouts/custom/1248/hoseandfittings/topmast.jpg) left center no-repeat;
	min-height: 140px;
     height:auto !important;
     height:140px;
}

#mainContent {
	background:#dbdbdb;
	width:951px;
	margin:0 auto;
	padding:0 0 10px 10px;
	border-left:2px solid #00305e;
	border-right:2px solid #00305e;
	border-bottom: 2px solid #00305e;
}

#leftColumn {
	width:175px;
	background:#f1f1f1;
	border:1px solid #999999;
	margin:0 10px 0 0;
	float:left;
	
	min-height:600px;
    height:auto !important;
    height:600px;
}

#rightColumn {
	width:752px;
	border:1px solid #999999;
	background:#ffffff url(/layouts/custom/1248/hoseandfittings/front_bk.gif) no-repeat top;
	float:left;
	
	min-height:600px;
    height:auto !important;
    height:600px;	
}

#insideColumn {
	float:left;
	margin:0 0 0 10px;
	padding:10px;
	width: 715px;
}

.blueBox {
	background:#0f5da4;
	
	min-height:46px;
    height:auto !important;
    height:46px;
}

#sideColumn {
	float:right;
	width:215px;
	background:#deddd0;
	border:1px solid #999966;
	margin:0 10px 0 0;
	padding:10px;
	
	min-height:300px;
    height:auto !important;
    height:300px;	
}

#centerContent {
	text-align:center;
}

#searchDiv {
	 width:540px;
	 margin:0 auto 15px;
}

.searchData, .searchPrompt {
	width:300px; 
	border:1px solid #0f5da4; 
	float:left; 
	padding:3px;
}

.searchData {
	color: #000000;
}

.searchPrompt {
	color: #8888bb;
}


.clearDiv {
	clear:both;
}

/*------------------ Floated Lists  -----------------------*/

#photos {
	margin:0 0 35px 4px;
}

#photos ul {
	list-style:none;
	margin:0;
	padding:0;
}

#photos li {
	float:left;
	margin:4px;
	list-style:none;
}


#login {
    width:200px;
    float:right;
    margin:0;
    padding:30px 0 0 0;
    font:12px Arial, Helvetica, sans-serif;
    }

#login input {
	font-family:Verdana,serif;
	font-size:8pt;
}



/*--------------------------  Menu ------------------------------------*/
#nav, #nav ul { /* all lists */
		padding:0;
		margin:0;
		float: left;	
		list-style:none;
	}
	
	#nav li { /* all list items */
		position: relative;
		float: left;
		margin-bottom: -1px;	

	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		left: -999em;
		margin-left: 175px;
		margin-top: -33px;
		list-style-type:none;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;		
	}
	
	#nav li a {
		width: 140px;
		display: block;
		color: #47606f;
		font:bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
	    background: #ffffff url(/layouts/custom/1248/hoseandfittings/arrow.png) left center no-repeat;
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		padding: 8px 5px 8px 30px;
	}
	
	#nav li a:hover {
		color:#47606f;
		background:#d0e2f4 url(/layouts/custom/1248/hoseandfittings/arrow.png) left center no-repeat;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		border-left:1px solid #bfbfbf;
		border-right:1px solid #bfbfbf;		
	}
	
	#nav li ul a { /* Style for the sub-menu. Removing my bullet */
		background:#ffffff;
		width:195px;
		padding: 8px 5px 8px 10px;
	}
	
	#nav li ul a:hover { /* Style for the sub-menu. Removing my bullet */
		color:#47606f;
		background:#d0e2f4;
	}	

#rightMenu 
{ 
	   width:175px;
	   margin:0 0 0 20px;
	   float:right;
}

#rightMenu ul
{
    list-style-type: none;
    font:14px Arial, Helvetica, sans-serif;
    margin-left: 0;
    padding-left: 0;
}


#rightMenu li
{
	margin: 0;
	padding: 0;
	border-bottom:1px solid #ffffff;
}

#rightMenu a
{
	display:block;
	padding:5px;
	background:#125a92;
	margin: 0;
}

#rightMenu a:link, #rightMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#rightMenu a:hover
{
    background:#b0ceef;
    color:#125a92;
}


#bottomNav
{
    margin-top: 4px;
    text-align: center;
}

#bottomNav a
{
    padding: 0 5px;
    font: 10px Arial, Helvetica, sans-serif;
}


#bottomNav a:link, #bottomNav a:visited
{
    text-decoration: none;
    color: #002255;
}

#bottomNav a:hover, #bottomNav a:active
{
    text-decoration: underline;
    color: #002288;
}

#searchForm
{
	padding: 0;
	margin: 0;
}
 
#loginPrompt
{
	color: #ffffff;
	margin-bottom: 3px;
	display: inline-block;
}

#clickHome
{
	position: absolute; 
	width: 340px; 
	height: 85px; 
	left: 80px; 
	top: 25px;
}

/*------------------ Extra Stuff  -----------------------*/

#SiteMap
{
    font-weight: bold;
    list-style-type: none;
}

#SiteMap a:link, #SiteMap a:visited
{
    text-decoration: none;
}

#SiteMap a:hover, #SiteMap a:active
{
    text-decoration: underline;
}

#SiteMap ul
{
    font-weight: normal;
    list-style-image: url(/layouts/custom/1248/hoseandfittings/arrowbullet.png);
    list-style-type: none;
}


#SiteMap2
{
    font-weight: bold;
    list-style-type: none;
}

#SiteMap2 a:link, #SiteMap2 a:visited
{
    text-decoration: none;
}

#SiteMap2 a:hover, #SiteMap2 a:active
{
    text-decoration: underline;
}

#SiteMap2 ul
{
    font-weight: normal;
    list-style-image: url(/layouts/custom/1248/hoseandfittings/arrowbullet.png);
    list-style-type: none;
}

