﻿/* CSS Document */
body
{
	margin:0px; padding:0px; background-color:#FFFFFF; color:#353535; font:12px Verdana;
	scrollbar-face-color: #EAEAEA;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #EAEAEA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #8D8D8D;
}

table { border-collapse:collapse; border-spacing:0px }
img, fieldset { border:0 none }
hr,legend { display:none }
div,ol,ul,li,dl,dt,dd,h1,h2,h3,p { margin:0px; padding:0px; list-style:none }
ul,ol,li { list-style-image:none; list-style-position:outside; list-style-type:none }

textarea
{
	font:12px/18px Verdana, sans-serif;
	color: #666666; 
	padding:5px;
	border:#CCCCCC 1px solid;
	overflow-x:hidden;
	overflow-y:auto;
}

/*-----menu-----*/

a.menu1 { height:47px; display:block; background:url(images/1.gif) no-repeat 0 -46px }
a.menu1:hover { height:47px; display:block; background:url(images/1.gif) no-repeat 0 0 }

a.menu2 { height:47px; display:block; background:url(images/2.gif) no-repeat 0 -46px }
a.menu2:hover { height:47px; display:block; background:url(images/2.gif) no-repeat 0 0 }

a.menu3 { height:47px; display:block; background:url(images/3.gif) no-repeat 0 -46px }
a.menu3:hover { height:47px; display:block; background:url(images/3.gif) no-repeat 0 0 }

a.menu4 { height:47px; display:block; background:url(images/4.gif) no-repeat 0 -46px }
a.menu4:hover { height:47px; display:block; background:url(images/4.gif) no-repeat 0 0 }

a.menu5 { height:47px; display:block; background:url(images/5.gif) no-repeat 0 -46px }
a.menu5:hover { height:47px; display:block; background:url(images/5.gif) no-repeat 0 0  }

a.menu6 { height:47px; display:block; background:url(images/6.gif) no-repeat 0 -46px }
a.menu6:hover { height:47px; display:block; background:url(images/6.gif) no-repeat 0 0  }

a.about { height:47px; display:block; background:url(images/about.gif) no-repeat 0 0 }
.about-sub { padding:10px 5px; text-align:left }
a.work { height:47px; display:block; background:url(images/work.gif) no-repeat 0 0 }
a.services { height:47px; display:block; background:url(images/services.gif) no-repeat 0 0 }
a.contact { height:47px; display:block; background:url(images/contact.gif) no-repeat 0 0 }
a.joinus { height:47px; display:block; background:url(images/joinus.gif) no-repeat 0 0 }

/*-----hyperlink-----*/
a
{
	font-size:12px; color:#918C8C; text-decoration:none
}

a:hover
{
	font-size:12px; color:#000000; text-decoration:none
}

.splitline
{
	margin:10px 0; width:960px; height:1px; overflow:hidden; font-size:1px; background:url(images/dotted.gif) 0 0 repeat-x
}
