body {
	background-image:url("../images/background.gif");
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	
}

img {
	border: 0px;
}

#divHeader {
	background-image:url("../images/logo.jpg");
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	width: 980px;
	height: 168px;
	position: relative;
}

#divLogo {
	position: absolute;
	left: 12px;
	top: 50px;
	width: 410px;
	height: 100px;
}

#divLogo img {
	width: 410px;
	height: 100px;
	border: 0px;
}

#divNavigation {
	width: 980px;
	height: 50px;
	margin: 0px auto 0px auto;
}

#divNavigation ul {
	width: 980px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#divNavigation ul li {
	display: inline;
	height: 50px;
	float: left;
}

#divNavigation ul li a {
	text-decoration: none;
}

#divPhotos {
	margin: 0px auto 0px auto;
	width: 980px;
	height: 210px;
	position: relative;
}

#divWrapper {
	margin: 0px auto 0px auto;
	width: 980px;
	position: relative;
}

#divTop {
	width: 980px;
	height: 138px;	
	float: left;	
}

#divContent {
	width: 980px;
	margin: 0px;
	background-image: url("../images/line.jpg");
	background-repeat:repeat-y;
	float: left;
}

#divBottom {
	width: 980px;
	height: 85px;	
	float: left;	
}

#divTextContent {
	margin-left: 25px;
}

#divAll {
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;	
}

#divWebDesign {
	margin-top: 10px;
	float: right;
}

#divWebDesign a {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#productDetails {
	display: none;
	width: 400px;
	height: 576px;
	margin: auto;
	position: absolute;
	z-index: 5;
	float: left;
	top: 0px;
	left: 300px;
	background-repeat: no-repeat;
}

#closeDetail {
	float: right;
	margin: 10px;
	color: #EEFFDD;
	font-weight: bold;
}
a {
	cursor: pointer;
	text-decoration: underline;
}


