/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Tahoma;
	font-size: 12px;
	background: #999C63;
	background-image: url(images/bg.gif);
	background-position: top center;
	text-align: justify;



}

p {
 padding: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 630px;
}

#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	
	width: 630px;
	display: inline;
}

#header {
	color: #333;
	width: 630px;
	float: left;
	height: 180px;
	background-image: url(images/Untitled-1_03.gif);
}

#footer {
	width: 630px;
	height: 75px;
	clear: both;
	color: #333;
	background: #6B6659;
	bottom: auto;
}

#navigation {
	float: left;
	width: 630px;
	height: 32px;
	color: #333;
	background: #8AA1B6;
	background-image: url(images/menu_bg.gif);
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* ads */
.ads {clear: both;}

.ads .content {
	float: left;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
.ads h1 {
	background: #3a5f5a;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.ads .body {
padding: 10px 10px;
width: 580px;
height: 110px;
background-image: url(images/onlineshop.png);
}

/* item */
.item {clear: both;}

.item .content {
	float: left;
	width:598px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
.item h1 {
	background: #fff;
	background-image: url(images/item_title_bg.gif);

	back
	color: #fff;
	font-family: Tahoma;
	font-smooth: auto;
	font-weight: semi-bold;
	font-size:18px;
	line-height: 30px;
	padding-left: 5px;
	background-repeat: no-repeat;
}


.item footer {
	position: absolute;
	bottom: 0;
	background: #3a5f5a;
	color: #FFF;
	font:"Trebuchet MS";
	font-smooth: auto;
	font-weight: normal;
	font-size:10px;
	line-height: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

.item .body {
padding: 5px 5px;
background-image: url(images/contendtbg.gif);
}

.floatright { float: right; padding-left: 10px;}
.floatleft { float: left; padding-right: 10px; }

#div1 { float:left; width:50%;} 
#div2 { margin-left:50%; width:50%;} 


#slider{}	

a {
	outline: none;
	color: 000;
	font-weight: bold;
 }
a img {
    border:none;
 }
 
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:630px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:630px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/back.png) no-repeat 0 0;	
	border: 0px;
	
}
#nextBtn a{ 
	background:url(images/next.png) no-repeat 0 0;	
	}	

.artists {
	color: #000;
	font-family: Tahoma;
	font-smooth: auto;
	font-weight: bold;
	font-size:18px;
	padding-left: 5px;
	letter-spacing: -1px;
}

.menu_text {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-smooth: auto;
	font-weight: bold;
	font-size:14px;
	padding-left: 5px;
	letter-spacing: -1px;
	padding-top: 7px;
	text-align: center;
}

a:link { 
	color: #000;
	text-decoration: none;
	}
a:visited { 
	color: #000;
	text-decoration: none;
	}
a:hover { 
	color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

