@charset "utf-8";
/* CSS Document */

#header {
	width: 1000px;
	height: 184px;
	background: url(images/layout_01.jpg);
	margin: auto;
}

a:visited  {text-decoration: underline; color: #633;	cursor: pointer;
	cursor: hand;
}
a:active   {text-decoration: underline; color: #633; 	cursor: pointer;
	cursor: hand;
}
a:link     {text-decoration: underline; color: #633;	cursor: pointer;
	cursor: hand;
}
a:hover  {text-decoration: none; color: #000000 	cursor: pointer;
	cursor: hand;
}


#about {
	width: 1000px;
	height: 184px;
	background: url(images/headersub_01.png);
	margin: auto;
}

#menu {
	width: 720px;
	height: 37px;
	position: relative;
	top: 140px;
	left: 20px;
}

#content {
	width: 1000px;
	height: 520px;
	background: url(images/layout_02.jpg);
	margin: auto;
}

#products {
	width: 1000px;
	height: 492px;
	background: url(images/layout_04_02.jpg);
	margin: auto;
}

body {
	background-color: #CFCFCF;
}

img {
	border: 0px;
}



#textContent {
	width: 550px;
	position: relative;
	left: 40px;
	top: 20px;
}
	
	p {margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;}
	
	h1 {font-size: 16px;
	color: #633;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	margin-bottom: 5px;
	}
	
	#footer {
		width: 1000px;
		height: 41px;
		margin: auto;	
		background: url(images/layout_03.jpg);
	}
	
	#contentOne {
		width: 1000px;
		margin: auto;
		height: 14px;
		background: url(images/contentShades_02.gif);
	}
	
	#contentTwo {
		width: 1000px;
		margin: auto;
		background: url(images/contentShades_03.gif);
		overflow: hidden;
	}
	
	#contentThree {
		width: 1000px;
		margin: auto;
		height: 8px;
		background: url(images/contentShades_05.gif);
	}
	
	#subContentInside {
		width: 920px;
		margin-left: 40px;
		padding-top: 10px;
		margin-bottom: 20px;
		z-index: 2;
	}

#side {
	width: 416px;
	height: 279px;
	float: right;
	position: relative;
	background: url(images/about.png);
}

#productOne {
	width: 700px;
	float: left;
	position: relative;
	top: 20px;
	left: 30px;

}

#productTwo {
	width: 900px;
	float: left;
	position: relative;
	top: 70px;
	left: 30px;

}
