/* CSS Document */

body {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	background: url(images/header_bg.jpg) repeat-x #f6adc6;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
p {
	margin:0;
}

h4 {
	font-weight: bolder;
	font-size: 14px;
	color: #000;
	margin-top: 0;
}


#wrapper {
	width: 960px;
	margin: auto auto;
}

#header {
	height: 163px;
	width: 960px;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 405px;
	height: 163px;
	float: left;
}

#nav {
height: 48px;
list-style:none;
margin:0 auto;
padding:0;
margin-bottom: 0px;
margin-top: 115px;
float:right
}

#nav li {
float:left;
}
#nav li a {
display:block;
text-indent:-1000em;
overflow:hidden;
}

#nav a.home { 
background-image: url(images/home.jpg);
height: 48px;
width: 109px;
}

#nav a.home:hover { 
background-image: url(images/home_on.jpg);
}

#nav a.aboutus { 
background-image: url(images/aboutus.jpg);
height: 48px;
width: 109px;
}

#nav a.aboutus:hover { 
background-image: url(images/aboutus_on.jpg);
}

#nav a.portfolio { 
background-image: url(images/portfolio.jpg);
height: 48px;
width: 109px;
}

#nav a.portfolio:hover { 
background-image: url(images/portfolio_on.jpg);
}

#nav a.shop { 
background-image: url(images/shop.jpg);
height: 48px;
width: 109px;
}

#nav a.shop:hover { 
background-image: url(images/shop_on.jpg);
}

#nav a.contactus { 
background-image: url(images/contactus.jpg);
height: 48px;
width: 109px;
}

#nav a.contactus:hover { 
background-image: url(images/contactus_on.jpg);
}

#contentbg {
	background: #14110f;
	width: 960px;
}

#maincontent {
	width: 960px;
	background: url(images/content_bg.jpg) top left repeat-y;
}

.maincontent_cat {
	background: url(images/content_top.jpg) top left no-repeat;
	height: 36px;
	width: 960px;
	padding: 0;
	margin: 0;
}

.maincontent_cat_title {
	padding: 40px 20px 0 45px;
	font-weight: bold;
	color: #5f5f5f;
}

.maincontent_text {
	padding: 0px 45px 0 45px;
	padding-top: 14px;
	padding-bottom: 0px;
	color: #000000;
}

.maincontent_title {
	padding-top: 0;
	padding-bottom: 0;
	color: #000000;
	font-weight:bold;
	font-size:12px;
}

.maincontent_foot {
	background: url(images/content_btm.jpg) top left no-repeat;
	height: 46px;
	width: 960px;
	padding: 0;
	margin: 0;
}

	/* hide from ie on mac \*/
	
#flashcontent {
	height: 100%;
}
	/* end hide */

#footer_bg {
	width: 100%;
	background-image: url(images/footer_bg.jpg);
	height: 105px;
	margin: 0;
}

#copyright {
	text-align: center;
	padding-top: 10px;
}