/*////////////////////////////////////////////////////////////////
///////////////////// CSS ///////////////////////////////////////
/////////////////////////////////////////////////////////////////
* Filename: style.css											*
* Version: 1.0.0 ( ) YYYY-MM-DD									*
* Website: http://.com/											*
* Author: J.P. McGarrity										*
* Description: Handles the site layout.							*
*															 	*
*				Contents										*
*				I. HTML Styles									*
*				II. Content Styles								*
*				III. Table Styles								*
*				IV. Links										*
*				V. Form Styles									*
*																*
/////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////
*				I. HTML Styles									*
///////////////////////////////////////////////////////////////*/

body
{
	background:#fff url('../gfx/body_background.jpg') repeat;
	margin:0px;
}

p
{
	font: normal .75em "Georgia";	
	color: #666;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.3em;
	padding:0px;
	margin:3px 0px 12px 0px;	
}

h1
{
	font: normal 1.4em "Georgia" ;	
	color:#000;
	padding:0px;
	margin:0px;	
}

h2
{
	font: normal 1.2em "Georgia" ;	
	color:#000;
	padding:0px;
	margin:0px;	
}

h4
{
	font: bold 14px "Helvetica" ;	
	color:#fff;
	width:203px;
	border-bottom:1px solid #303e4b;
	margin-left:11px;
	margin-bottom:0px;
	margin-top:20px;
}

h5
{
	font: normal 18px "Georgia" ;	
	color:#000;
	margin:0px;
	padding:0px;	
}

h6
{
	font: normal 1.2em "Georgia" ;	
	color:#fff;
	padding:0px;
	margin:0px;	
}


b
{
	
}

a
{
	color:#9a0235;
	text-decoration:underline;
}

a:hover
{
	color:#9a0235;
	text-decoration:underline;
}

input
{
	font:normal 11px "helvetica";
	padding:6px;
	background:#415466;
	color:#fff;
	border:1px solid #415466;
}

textarea
{
	font:normal 11px "helvetica";
	padding:6px;
	background:#415466;
	color:#fff;
	border:1px solid #415466;
}


label
{
	font: bold 12px "Helvetica" ;	
	color:#fff;
	width:203px;
	margin-bottom:3px;
	margin-top:8px;
	display: block;
}

ol
{
	font: normal .75em "Georgia";	
	color: #666;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.3em;
	padding:0px;
	margin:3px 0px 12px 20px;	
	width:900px;
}

ol li
{
	margin-bottom:15px;
}


/*///////////////////////////////////////////////////////////////
*				II. Content Styles								*
///////////////////////////////////////////////////////////////*/

#welcome_containter
{
//	margin-left:11px; /* ie only */
	padding-top:8px;
	float:left;
	width:270px;
}

#content_container
{
	margin:0 auto;
	width:943px;
	border-top:7px solid #202932;
}

#logo
{
	float:left;
	margin:7px 0px 7px 22px;
	width:242px;
	height:137px;
	overflow: hidden;	
	background:			url('../gfx/logo.gif') top left no-repeat;	
}

#map_container
{
	float:right;
	margin-right:50px;
	border:1px solid #303e4b;
	padding:5px;
	width:250px;height:250px;
}

#homepage_container
{
	float:right;
	width:653px;
}

#homepage_container ul
{
	list-style:none;
	display:inline;
}

#homepage_container li
{
	list-style:none;
	display:inline;
	padding:4px 6px 5px 6px;
	float:left;
	width:201px;
	height:160px;
}

#homepage_container li:hover
{
	background:#f4f5f5;
}

#homepage_container li.special:hover
{
	background:none;
}

#contact
{
	float:right;
	width:374px;
	border-top:4px solid #9a0235;
}

#contact_form_container
{
	padding:0px 11px 0px 11px;
	width:921px;
	height:330px;	
	background:#202932;
	color:#fff;
}

#contact_form_container a 
{
	text-decoration:none;	
	color:#72777d;
}

#contact_form_container a:hover
{
	color:#d4dee9;
}

#contact_form_container b
{
	color:#fff;
}

#success
{
	margin-top:50px;
}

#contact_form
{
	float:right;
	width:300px;
}

#right_col
{
	width:440px;
	float:right;
}

.yellow_ital
{
	padding-left:10px;
	float:left;
	font:italic 12px "Georgia";
	color:#fefdda;	
}

.contact_link_container
{
	padding-left:10px;
//	padding-left:5px;	/* ie only */
	float:left;
	color:#fefdda;
	margin-top:-2px;
}



#banner
{
	clear:both;
	padding:11px 13px 0px 13px;
	background:#202932;
}

#banner_caption
{
	font:italic 11px "Georgia";
	color:#fefdda;	
	margin:0px 0px 0px 0px;
	padding-bottom:8px;
}

.focus_shorts_right
{
	float:right;
	width:385px;
	margin:20px 10px 10px 10px;	
	border-left:3px solid #eff0ef;
	padding:15px 0 20px 12px;
	font:italic 12px "Georgia";	
	color:#000;
}

.focus_shorts_right li
{
	margin-bottom:14px;
	margin-left:1em;	
	margin-top:.8em;		
}


.border_image_right
{
	float:right;
	border:1px solid #bcbcbc;
	padding:5px;
	margin:0 10px 10px 10px;
}


.border_image_left
{
	float:left;
	border:1px solid #bcbcbc;
	padding:5px;
	margin:0 10px 10px 10px;
}

.border_image_left img, .border_image_right img
{
	border:1px solid #bcbcbc;
}

.caption
{
	font:italic 12px "Georgia";
	color:#202932;	
	text-align:center;
}

#message_tag
{
	float:left;
	z-index:3;
	position:relative;
	color:#fff;
	right:220px;
	top:110px;
	width:448px;
	background:#202932;
	padding:14px 17px 10px 17px;
	font:normal 2em "helvetica";
	margin-top:-80px;
}

#section_tag
{
	font-size:18px;
	z-index:2;
	position:relative;
	color:#fff;
	float:right;
	background:#9a0235;
	margin-top:-18px;
	margin-right:10px;
	padding:14px 17px;
}

#section_content
{
	padding:22px 11px 0px 11px;
}

#home_content
{
	padding: 0px 0px 0px 11px;
	margin-top:0px;
	clear:both;
}


.return_to_top
{
	background:#9a0235;
	float:right;
	margin-bottom:8px;
	margin-right:-11px;
	padding:0px 6px;
}

/*///////////////////////////////////////////////////////////////
*				III. Navigation Styles							*
///////////////////////////////////////////////////////////////*/

#logo a {
	float: left;
	overflow: hidden;
	height: 137px !important;
	width:242px; 	
	background:			url('../gfx/logo.gif') top left no-repeat;
	}

#logo a:hover {
	background:			url('../gfx/logo.gif') top left no-repeat;
	background-position: 0 -137px;
	}

#logo a:active, #logo a.selected,{
	background:			url('../gfx/logo.gif') top left no-repeat;
	background-position: 0 -137px;
	}

a.bucket
	{
		background:#e5e6e7;
		padding:4px;
		text-decoration:none;
		font: bold 11px "helvetica";
	}

a.bucket:hover
	{
		background:#d5d7d8;
	}

#global_wrapper
	{
		float:left;
	}
	
#global_navigation
	{
		float:right;
		width:585px;
		margin-top:20px;
		list-style: none;
		display: inline;
		overflow: hidden;
	}

#global_navigation li {
	float:left;
	margin-right:16px;
	margin-top:3px;	
    list-style: none;	
	display: inline;
	}

#global_navigation a {
	float: left;
	overflow: hidden;
	height: 32px !important; 
	height /**/:32px; /* for IE5/Win only */
	}

#global_navigation a:hover {
	background-position: 0 -32px;
	}

#global_navigation a:active, #global_navigation a.selected,{
	background-position: 0 -32px;
	}
	
#packing_and_crating a 
	{
		width:				178px;
		background:			url('../gfx/global_packing.gif') top left no-repeat;
	}	
	
#packing_and_crating a.selected
	{
		width:				178px;
		background:			url('../gfx/global_packing.gif') top left no-repeat;
		background-position: 0 -32px;		
	}	

	
#installation_and_handing a 
	{
		width:				178px;
		background:			url('../gfx/global_installation.gif') top left no-repeat;
	}	
	
#installation_and_handing a.selected
	{
		width:				178px;
		background:			url('../gfx/global_installation.gif') top left no-repeat;
		background-position: 0 -32px;						
	}	
	
#insurance a 
	{
		width:				178px;
		background:			url('../gfx/global_insurance.gif') top left no-repeat;
	}
	
#insurance a.selected
	{
		width:				178px;
		background:			url('../gfx/global_insurance.gif') top left no-repeat;
		background-position: 0 -32px;				
	}	

#art_transport a 
	{
		width:				178px;
		background:			url('../gfx/global_art.gif') top left no-repeat;
	}
	
#art_transport a.selected
	{
		width:				178px;		
		background:			url('../gfx/global_art.gif') top left no-repeat;
		background-position: 0 -32px;		
	}	
	
#storage a 
	{
		width:				178px;
		background:			url('../gfx/global_storage.gif') top left no-repeat;
	}	

#storage a.selected
	{
		width:				178px;
		background:			url('../gfx/global_storage.gif') top left no-repeat;
		background-position: 0 -32px;					
	}	
	
#about a 
	{
		width:				178px;
		background:			url('../gfx/global_about.gif') top left no-repeat;
	}	
	
#about a.selected
	{
		width:				178px;
		background:			url('../gfx/global_about.gif') top left no-repeat;
		background-position: 0 -32px;							
	}	

.none
	{
		display:none;
	}
	
#contact_tab
{
	float:right;
	width:182px;
	display:block;
	background:#9a0235;
	padding-right:5px;
}

#contact_tab2
{
	float:right;
	width:182px;
	display:block;
	background:#9a0235;
	padding:0 5px;
	text-align:center;
}


/*///////////////////////////////////////////////////////////////
*				III. Footer Styles								*
///////////////////////////////////////////////////////////////*/

#sub_navigation_container
{
	clear:both;
	text-align:left;
	margin-bottom:10px;
	width:930px;
}

#sub_navigation_container ul
{
	list-style:none;
	text-align:left;
	margin:0;	
	padding:0;
}

#sub_navigation_container li
{
	display:inline;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

a.subnav
{
	font-size:1.1em;
	text-decoration:none;	
	padding:4px;
	margin-right:10px;	
}

a.subnav:hover
{
	background:#f5f5f4;
	border-bottom:1px solid #9fa3a7;
	padding:4px;
}

a.subnav-selected
{
	font-size:1.1em;
	background:#f5f5f4;
	border-bottom:1px solid #9fa3a7;
	padding:4px;
	text-decoration:none;
	margin-right:10px;	
}

a.white_link
{
	font:bold .8em "helvetica";
	text-decoration:none;	
	color:#fff;
}

a.white_link:hover
{
/*	background:#f5f5f4;
*/}



/*///////////////////////////////////////////////////////////////
*				III. Footer Styles								*
///////////////////////////////////////////////////////////////*/

#footer_container
{
	float:left;
	width:943px;	
	background:url('../gfx/footer_background.gif') #202932 repeat-x;
	color:#72777d;
	clear:both;
	font:normal .7em "Helvetica" ;
	margin:0px;
	padding:0px 0px 20px;
	text-align:left;	
}

#footer_container p
{
	font:normal 11px "Helvetica" ;	
	line-height:15px;
	margin-left:11px;
	width:185px;
}

#footer_container ul
{
	float:left;
	width:945px;
	margin:0px;
	padding:0px;
}

#footer_container li
{
	float:left;
	list-style:none;
	width:235px;
/*	border:1px solid red;*/
}

#footer_container a 
{
	text-decoration:none;	
	color:#72777d;
}

#footer_container a:hover
{
	color:#d4dee9;
}



#site_navigation ul
{
	float:left;
	width:200px;
	list-style:none;
	margin:0px 4px 0px 8px;
	padding:0px;
}

#site_navigation li
{
	float:left;
	list-style:none;
	display:inline;	
	width:200px;
	padding:3px;
	border-bottom:1px solid #303e4b;
}

#helpful_links ul
{
	float:left;
	width:200px;
	list-style:none;
	margin:0px 4px 0px 8px;
	padding:0px;
}

#helpful_links li
{
	float:left;
	list-style:none;
	display:inline;	
	width:200px;
	padding:3px;
	border-bottom:1px solid #303e4b;
}

#copyright
{
	text-align:right;
	float:right;
	font:normal .7em "Helvetica";
	margin-top:5px;
}
