/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


body {
	background: #ffffff url(../images/bg.jpg) repeat-x top;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #463328;
}


.tail-bottom {background:url(../images/tail-bottom2.jpg) left bottom repeat-x}

body a {
	
}
body a:hover {
	color: #0088eb;  
}


h2 {
	font-size: 30px;
	line-height: 36px;
	color: #0088eb;
	text-align: center;  
}
h3 {
	color: #0088eb;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}
h4 {
	color: #0088eb;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 920px;
	height: 120px;
	
	margin: 0 30px 29px 30px;
}

.fright {
	float:right;
	padding:0px 10px 0 0;
	margin: 30px 10px 0px 0px;
	text-align: center;	
	
	}

.counter {

	display: inline;
	padding:0px 0px 0 0;
	margin: 10px 0px 0px 280px;
	
		
	}	
	


.flashBanner{
	
	position: absolute;
	
	top: 10px;
	left: 300px;
	margin: 0px 0px 0px 30px;
	
	
	}




/* Beginning CSS Drop Down Menu */



#menuh-container
	{
	
	position: absolute;
	top: 149px;
	left: 130;
	width: 960px;
	height: 40px;
	}

#menuh
	{
	
   font: bold 14px/normal Arial, Helvetica, sans-serif;
	
	width:100%;
	float:left;
	margin:0;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 10px 0px 10px 0px ;
	}
	
/*#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	/*{
	color: white;
    background: url(../images/nav-bg.gif) repeat-x;
	text-decoration:none;
	}*/
	
/*#menuh a:hover	*/					/* menu on mouse-over  */
/*	{
	color: white;
    background: url(../images/nav-bg-btn_hover.gif);
	text-decoration:none;
	}	
	*/



#home-tab a, #services-tab a, #gallery-tab a, #contact-tab a  {
	background: url(../images/nav-bg.gif) repeat-x;
	width: 240px;
	color: #ffffff;
	text-decoration:none;
	border-top: solid 1px #00e8fd;
	border-right: solid 1px #00caf9;
	border-bottom: solid 1px #0060b7;
	border-left: solid 1px #0060b7;

}

#products-tab a  {
	background: #3ebdfa;
	width: 240px;
	color: #ffffff;
	text-decoration:none;
	border-top: solid 1px #00e8fd;
	border-right: solid 1px #00caf9;
	border-bottom: solid 1px #0060b7;
	border-left: solid 1px #0060b7;
    opacity: 0.97;
}







#home-tab a:hover, #services-tab a:hover, #products-tab a:hover, #gallery-tab a:hover, #contact-tab a:hover {
	color: #ffffff;
    text-decoration: none;
    background: url(../images/nav-bg-btn_hover.gif);
    border-top: solid 1px #00e8fd;
	border-bottom: solid 1px #0060b7;


}




#active-tab a{
	position: absolute;
	top: 0px;
	left: 130;
	width: 240px;
	margin-top: 0px;
	background: url(../images/nav-bg-btn.gif);
   	text-decoration:none;

	
	color: #ffffff;
	border-top: solid 1px #0060b7;
	border-bottom: solid 1px #0060b7;
    

}





#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background: url(../images/nav-bg.gif) repeat-x;
	background-image: url(../images/navdown_white.gif); 
	background-position: 93% 50%;
	background-repeat: no-repeat;
	}
	



#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	
	background-image: url(../images/nav_white.gif);
	background-position: 93% 50%;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	background: url(../images/nav-bg.gif) repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:240px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul 
	{
	position:absolute;
		

	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin:0 0 0 0;
	}

#menuh ul ul ul
	{
		

	top:0;
	left:100%;
	}




div#menuh li:hover  /*color condition of the dropdown button*/
	{
	background: url(../images/nav-bg-btn_hover.gif);
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	
	display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	
	display:block;}

/* End CSS Drop Down Menu */






#content {
	width: 960px;
	background: #ffffff;
	padding: 60px 0;
}


#tagline {
	width: 920px;
	height: 55px;
	margin: 20px;
	border-top: solid 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
}
#tagline p {
	float: left;
	margin-left: 0px;
	font-style: italic;
	line-height: 38px;
	padding: 10px 0 0 0;
}
#tagline img {
	float: right;
	margin: 5px 8px;
}
#content-left {
	width: 650px;
	float: left;
	margin: 0px 0px 0 20px;
}

#content-left p {
	margin: 20px 0;

}

#content-right {
	width: 249px;
	float: right;
	margin: 0;
	border-left: solid 1px #b7b7b7;
    height: 650px;   /*this is the one to change for making the line on the righ column bigger*/
}

#content-right-banners img{
	width: 220px;
	border: solid 1px #666;
	margin: 10px 0 0 10px;
 
	
	}








#content-right p {
	margin: 0 0 0 0px;
}


#content-right h2 {
	font-size: 24px;
	line-height: 36px;
	color: #0088eb;
	text-align: center;	

}

#content-right h3 {
	color: #0088eb;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 0 0 50px;
}


#content-right h4 {
	color: #0088eb;
	font-size: 12px;
	line-height: 0px;
	font-weight: bold;
	padding: 0 0 0 60px;
}

#content-right h4 a { 
	color: #0088eb;  
	text-decoration: none}


#content-right h4 a:hover {
	color:#00acfd; 
	text-decoration: underline; }

#simplegallery1{ //CSS for sample Gallery

position: relative;
visibility: hidden;
border: solid 1px #666;
margin: 10px 0 0 10px;


}
/*#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}*/



#main {
	width: 650px;
	float: left;
	margin: 0px 40px 0 20px;
}
#main p {
	margin: 30px 0;
  
}

#mainlogo {
	margin: 40px 0 0 120px ;
	padding: 0 0 0 0;    
    
}

#sidebar {
	width: 300px;
	float: right;
	margin: 0 20px 0 0;
}
#wide-column { 
	padding: 0 20px;
}
#wide-column p {
	margin: 20px 0;
}
#wide-column img {
	background: #e3d8c5;
	padding: 5px;
}

#footer {
	text-align:center;
	padding: 20px;
    font-size: 12px;
}

#footer a {
	color: #463328;
}

.fright2 {
	float:right;
	margin:auto 0;
	font-size: 12px;
	}

/* Slider */
#slider-container { 
	width: 920px;  
	background: #ebebeb;
	margin: 0 20px;
	padding: 5px 0;
}
#slider {
	margin: 0 5px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
		}
#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width: 910px;
	height: 350px;
	overflow: hidden; 
}
span#prevBtn { 
	display: none; 
}
span#nextBtn { 
	display: none; 
}
/* End Slider */

/* Random Classes */

.port-img {
	background: #ebebeb;
	padding: 5px;
	margin-top: 20px;
}
.port-button {
	margin: 20px 5px;	
}

.port-item-left {
	width: 440px;
	float: left;
	margin: 20px 40px 20px 0;
}
.port-item-right {
	width: 440px;
	float: left;
	margin: 20px 0 20px 0;
}
.clear {
	clear: both;
}
.top-margin {
	margin-top: 20px;
}



