/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{	font-size:10pt;	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;	color:#000000;background-color: #ebebeb;}
p{  color:#42699b; font-size:11px; text-align:justify; line-height:15px;}
h2{ color:#42699b; font-size:14px; text-align:justify; line-height:15px; }
.clr{  clear:both;}


#wrapper {
	
	text-align:center;
	background-image:url(../images/bg_.jpg);
	background-repeat:repeat-x;
	height:auto;
	width:100%;
	float:left;
}


#header {
	width:900px;
	height:137px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	text-align:center;
	padding-top:45px;
}


#upper_header{
	background-image:url(../images/jimsco_logo.jpg);
	width:156px;
	height:59px;
	margin:0px auto;	
}


#upper_header_desc{
	width:900px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f4c6c;
}



#header_menu{
	width:900px;
	height:20px;
	text-align:center;
	margin-top:26px;
}

#header_menu ul{
	padding-left:200px;
	padding-right:200px;
	width:500px;
	height:20px;
	text-decoration:none;
}
#header_menu ul li{
	float:left;
	width:100px;
	height:auto;
}

/*

                    	<li><a href=""><div id="home">home</div></a></li>
                        <li><a href=""><div id="about_us">home</div></a></li>
                        <li><a href=""><div id="services">home</div></a></li>
                        <li><a href=""><div id="gallery">home</div></a></li>
                        <li><a href=""><div id="contact_us*/

.menu_img{
	background-image:url(../images/menu_text.gif);
}						
			
#home{
	background-position:-42px 0px;
	width:100px;
	height:20px;
}		

#header_menu ul li a:hover #home{
	background-position:-42px -20px;
}

#home_selected{
	background-position:-42px -20px;
	width:100px;
	height:20px;
}
	
#about_us{
	background-position:-146px 0px;
	width:100px;
	height:20px;

}	

#header_menu ul li a:hover #about_us{
	background-position:-146px -20px;
}
	
	
#about_us_selected{
	background-position:-146px -20px;
	width:100px;
	height:20px;
}	
					
#services{
	background-position:-264px 0px;
	width:100px;
	height:20px;

}

#header_menu ul li a:hover #services{
	background-position:-264px -20px;
}

#services_selected{
	background-position:-264px -20px;
	width:100px;
	height:20px;
}

#gallery{
	background-position:-374px 0px;
	width:100px;
	height:20px;

}

#header_menu ul li a:hover #gallery{
	background-position:-374px -20px;
}

#gallery_selected{
	background-position:-374px -20px;
	width:100px;
	height:20px;
}

#contact_us{
	background-position:-482px 0px;
	width:100px;
	height:20px;

}

#header_menu ul li a:hover #contact_us{
	background-position:-482px -20px;
}

#contact_us_selected{
	background-position:-482px -20px;
	width:100px;
	height:20px;
}




/*Container*/

#container{
	width:900px;
	height:auto;	
	margin: 0px auto;
}

#flash_box{
	height:402px;
	width:900px;
	margin: 0px auto;
}

#main_content{
	width:900px;
	height:auto;
	margin:0px auto;
	float:left;
}


#left_content{
	padding:8px;
	float:left;
	width:434px;
	height:auto;
	margin:0px auto;
}


#right_content{
	padding:8px;
	float:left;
	width:434px;
	height:auto;
	margin:0px auto;
}


/*footer*/

#footer{
	height:120px;
	width:100%;
	background-color:#3f4c6c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}



