body {
	background: #333333 url(images/bg.gif);
	color:#666666;	
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
a {
	outline: none;	
}
#wrapper {
	background-color:#999999;
	width: 1000px;
	margin: 0 auto;	
}
#header {
	width: 1000px;
	height: 200px;
	background: url(images/headerBg.jpg) 0 0 no-repeat;
}
#logo {
	width: 198px;
	height: 145px;
	margin: 0 auto;
	padding-top: 20px; 
}
#menu {
	width: 968px;
	height: 52px;
	margin: 0 auto;
	background-color:#999999;
}
#menu ul {
	margin-left: -40px;
	margin-top: -16px;
}
#navigation{
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation a * {
	display: none;
}
#home {
	background: url(images/navBar.gif) 0 -52px no-repeat;
	height: 52px;
	width: 194px;
	position: relative;
	display: block;
}
#home span.hover {
	background: url(images/navBar.gif) 0 0 no-repeat;
	height: 52px;
	width: 194px;
	position: relative;
	display: block;
}
#page1 {
	background: url(images/navBar.gif) -195px -52px no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#page1 span.hover {
	background: url(images/navBar.gif) -195px 0 no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#page2 {
	background: url(images/navBar.gif) -385px -52px no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#page2 span.hover {
	background: url(images/navBar.gif) -385px 0 no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#contact {
	background: url(images/navBar.gif) -575px -52px no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#contact span.hover {
	background: url(images/navBar.gif) -575px 0 no-repeat;
	height: 52px;
	width: 190px;
	position: relative;
	display: block;
}
#about {
	background: url(images/navBar.gif) -765px -52px no-repeat;
	height: 52px;
	width: 204px;
	position: relative;
	display: block;
}
#about span.hover {
	background: url(images/navBar.gif) -765px 0 no-repeat;
	height: 52px;
	width: 204px;
	position: relative;
	display: block;
}
#mainImg {
	width: 968px;
	height: 368px;
	background:url(images/banner.jpg) no-repeat;
	margin: 10px auto;
}
#mainText {
	margin-left: 570px;
	padding-top: 68px;
	width: 365px;
}
#mainText h1 {
	color: #ffcc33;
	font-size: 18px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
#mainText p {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;	
}
#content {
	width: 550px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
	font-size: 26px;
	padding: 8px 15px;
}

h1 em {
	font-size: 60%;
}
h2 {
	font-size: 26px;
	padding-top: 20px;
	text-align: center;
	color: #666666;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
}
h3 {
	font-size: 14px;
	text-align: center;
	color: #666666;
	margin: 4px;
}
hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 5px 15px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a img {
	border: none;
}
#footer {
	background:url(images/footerBg.jpg) no-repeat;
	width: 968px;
	margin: 20px auto;
}
#whoWeAre {
	width: 580px;	
	float: left;
}
#whoWeAre p {
	padding: 4px 28px;
}	
#whatWeDo {
	width: 388px;
	float: left;
}
a {
	color:#333;
	text-decoration:none;
	display:block;
}

a:hover {
	color:#888;
	text-decoration:none;
}
	
#moving_tab {
	/* hide overlength child elements*/
	overflow:hidden;
		
	/* all the child elements are refering to this width */
	width:370px;

	/* fix ie 6 overflow bug */
	position:relative;
	border: 1px solid #d9d9d9;
	margin-bottom: 16px;
}
#moving_tab .tabs {
	/* enable absolute position for .lava */
	position:relative;	
	height:30px;
	
	/* styling */
	cursor:default;
	background-color: #aaa;
}

#moving_tab .tabs span {
	padding-top: 6px;
	font-weight: bold;
}	
#moving_tab .tabs .item {
	/* enable z-index */
	position:relative;
	z-index:10;
		
	/* display in one row */
	float:left;
	display:block;

	/* width = half size of #moving_tab */
	width:123px;
		
	/* height = height of .tabs */
	text-align:center;
	font-size:14px;
}

#moving_tab .tabs .lava {
	/* Set it to absolute */
	position:absolute;
	top:0; left:0;
			
	/* display the lava in bottom most layer */
	z-index:0;		
				
	/* width = half size of #moving_tab */
	width:123px;

	/* height = height of .tabs */
	height:30px;
			
	/* styling */
	background:#bbbbbb;
	color: #FF9900;

}
		
#moving_tab .content {
	/* enable absolute position for .panel */	
	position:relative;
	overflow:hidden;
			
	/* styling */
	background:#bbbbbb;
	/*border-top:1px solid #d9fafa;*/
}
		
#moving_tab .panel {
	/* width is width of #moving_tab times 2 */
	position:relative;
	width:1110px;
	font-size: 14px;
}

#moving_tab .panel img{
	float: left;
	border: none;
	padding-right: 10px;
	padding-top: 4px;
}
		
#moving_tab .panel ul {
	/* display in one row */
	float:left;
			
	/* width is the same with #moving_tab */
	width:370px;
	
	/* remove all styles */
	padding:0;
	margin:0;
	list-style:none;
			

}
	/* styling */
#moving_tab .panel ul li {
	padding:5px 0 5px 10px;	
}
#copy {
	text-align: center;
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
	color: #aaa;
	padding: 20px;
	clear: both;
}
#delivery {
	position: relative;
	display: block;
	color: #FFFFFF;
}
