/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
}
#container{
	width:978px;
	margin:0px auto;
}

#container #topbar{
	height:93px;
	display:block;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
}
.clear{clear:both}

#container #nav{
	height:43px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	width:978px;
} 
#container #nav a{
	height:28px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	overflow:hidden;
}



.frameTop{
	background-image:url(../images/bg-content-top.png);
	background-repeat:no-repeat;
	height:9px;
	width:978px;
}
.frameBottom{
	background-image:url(../images/bg-content-bottom.png);
	background-repeat:no-repeat;
	height:9px;
	width:978px;
	margin-bottom:10px;
}

.frameCenter{
	background-image:url(../images/bg-content-centre.png);
	background-repeat:repeat-y;
	width:960px;
	padding-left:9px;
	padding-right:9px;

}

#homeBox{
	display:block;
	overflow:hidden;
	height:272px;
	width:980px;
	background-image:url(../images/bg-home-boxes.png);
	background-repeat:no-repeat;
}


.contentHome{
	background-image:url(../images/bg-content.png);
	background-repeat:repeat-x;
	display:block;
	overflow:hidden;
	padding:50px;
	color:#FFF;
	background-color:#202122;
}

#contact{
	background-image:url(../images/bg-wallpaper.jpg);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	padding:15px;
}

.productBox{
	width:300px;
	height:254px;
	display:block;
	overflow:hidden;
	float:left;
	margin-left:9px;
	margin-top:9px;
	margin-bottom:9px;
	margin-right:11px;
}


#footer{
	margin-top:10px;
	background-image:url(../images/bg-footer.png);
	background-repeat:repeat-x;
	background-position:top;
	height:139px;
	color:#FFF;
}
#footer #inside{
	margin:0px auto;
	width:978px;
	padding-top:20px;
	font-size:14px;
}
#footer #inside #left{
	float:left;
	width:500px;
}
#footer #inside #right{
	float:right;
	width:389px;
}

.thumb{
	background-image:url(../images/bg-thumb.png);
	background-repeat:no-repeat;
	height:133px;
	width:133px;
	float:right;
	display:block;
	border:0px;
}
.thumb img{
	padding:19px;
	border:0px;
}
.link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

h1{
	font-weight:normal;
	font-size:24px;
}

h2{
	font-weight:normal;
	font-size:18px;
}

.gold{
	color:#dca809;
}
.pink{color:#fe8daa;
font-size:18px;}

.big{
	font-size:18px}
