/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color:#21455b;
 background-color:#21455b;
 
}

div.scroll 
{
position:relative;
height: 390px;
width: 730px;
overflow: auto;
padding-right:8px;
z-index:0;
/*border: 1px solid #666;*/

}

#wrapperTop { 
 margin: 0 auto;
 width: 1002px;
	background-image:url(/images/backTop2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:30px;

}

#wrapperBottom { 
 margin: 0 auto;
 width: 1002px;
 margin-top:-16px;
	background-image:url(/images/backBottom.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:30px;

}


#wrapper { 
 margin: 0 auto;
 width: 1000px;

	background-image:url(/images/backgroundImage.jpg);
	background-repeat: repeat;

}
#header {

 color: #333;
 width: 1000px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-image:url(/images/headerImage.jpg);
 background-repeat:no-repeat;
 background-position:top center;
 height:281px;
}

#leftcolumn { 
 color: #333;
 

 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 450px;
 width: 200px;

 float: left;

}
#rightcolumn { 
 float: right;
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 10px;
 padding-left:0px;
 padding-top:20px;
 padding-right:14px;
 height: 350px;
 width: 766px;
 display: inline;
 color:#21455B;
}

.column_wrapper
{
    _margin-top:-63px;
}

#footer { 
 width:546px;
 clear: both;
 color: #a19783;
 font-size:11px;
 padding: 10px;
 padding-top:20px;
 height:20px;
 margin-top:-20px;
 padding-left:256px;
 overflow:visible;
}

.sideSearch
{
position:absolute; 
top:275px;
*top:256px; 
left:26px;

}


#flashArea
{
position:relative;
top:-64px;
left:0px;
width:1000px;
height:196px;
z-index:30;

}


.menu {
position:relative;
padding-top:15px;
left:-10px;
top:-12px;
height:470px;
vertical-align:top;
 background-image:url(/images/menuBackground.jpg);
 background-repeat:repeat-y;

}


.searchHeading
{
font-size:11px;
color:#4a6d7b;
width:136px;
text-align:center;
}


.searchHeading2
{
font-size:11px;
color:#4a6d7b;
width:140px;
text-align:center;
}

.topLeftContact
{
position:relative;
top:5px;
left:15px;
width:160px;
height:75px;
color:#a19783;
font-size:12px;
line-height:1.4;
text-align:center;
}

.topRightContact
{
position:relative;
top:-72px;
left:785px;
width:190px;
height:72px;
color:#a19783;
font-size:12px;
line-height:1.4;
text-align:right;
}

.mainText
{
color:#21455b;
font-size:13px;
line-height:1.5;
}

.PagingLinkPanel
{
	margin-top: 2px;
}

.PagingLink
{
	text-align: center;
	background-color: #d4e5eb;
	padding: 0px 6px 2px 6px;
	margin: 2px 1px 4px 1px;
	border: solid 1px  #567d8c;
}

.PagingLinkCurrent
{
	text-align: center;
	background-color: #9abdcb;
	padding: 0px 6px 2px 6px;
	margin: 2px 1px 4px 1px;
	border: solid 1px  #567d8c;
}

.PagingLinkPanel a:link
{
	color: #21455b;
	text-decoration: none;
}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* style the list items */
.menu li {
background-image:url(/images/buttonBack.jpg);
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#d4d8bd url(sub.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 1px;
}

.
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; width:149px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#efa; background:#aa7;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


.imgSitemap 
{
	margin: 0 0 0 -7px;
}
/***********************
 *                     *
 *    SITEMAP STYLES   *
 *                     *
 ***********************/
 


div#sitemap 
{
	width: auto;
	
	margin:20px auto;
	padding-left:50px;
}
div#sitemap div.sitemapcategory 
{
	padding-left:10px;
	margin-bottom:10px;
	margin-left:5px;
	border-left:1px dotted #777;
}


/* Default products links */
div#sitemap div.sitemapcategory a
{
	font-size:9px;
	color:#457CBF;
}
div#sitemap a:hover 
{
	text-decoration:underline;
}

/* Category names links */
div#sitemap span.category a
{
	font-size:12px;
	color:#111F30;
}

/* Sub category names links */
div#sitemap span.subCategory a
{
	font-size:11px;
	color:#233E60;
}

/* Subsub categories and deeper links */
div#sitemap span.subSubCategory a
{
	font-size:10px;
	color:#345D8F;
}


.hidden
{
	display:none;
}


.italic
{
	font-style: italic;
}