body { 
    margin: 20px auto;
	    width: 1000px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}


#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 1000px;
    margin-left: 20px;
	
    position: relative;
	
}

.scroll {
    height: 525px;
    width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 525px;
    width: 2000px;
}

.scrollContainer div.panel2 {
   padding: 20px;
    height: 525px;
    width: 2450px;
	background:url(../images/background3.jpg) left top no-repeat;
	 
}

.scrollContainer div.panel3 {
   padding: 20px;
    height: 525px;
    width: 2450px;
	
	}

ul.navigation {
    list-style: none;
    margin: 0;
    padding:20px 0 20px 0;
	position:absolute;
	top:0;
	left:0;
	z-index:900;
	width:232px;
	height:170px;
	background:#CC0000;
	line-height:normal
}

ul.navigation li {
    
    margin-left: 20px;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:1.2em; 
	text-transform:uppercase
}

ul.navigation a {
   
    color: #FFF;
    text-decoration: none;
	
}

ul.navigation a:hover {
    color: #000;
}

ul.navigation a.selected {
   color: #000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#contact_link {width:300px; position:absolute; top:322px; left:595px;display:block; text-indent:5000px}

#mainmov {position:absolute;left:232px;top:0px;width:676px;height:366px;}
#text {position:absolute;top:366px;left:0;}
#shop {background:url(../images/background4.jpg) left top no-repeat;}
#contact {background:url(../images/contact_background.jpg) left top no-repeat;}
#gallery {background:url(../images/gallery_background.jpg) left top no-repeat;}
#shop h2 {display:none}
#shop p {display:none}
#footer {float:left;clear:both; width:1000px;margin:5px 0px}
#footer p {font-size:10px; color:#666; float:left; margin-left:20px}
#credit {float:right;font-size:10px;color:#666; list-style-type:none;  margin-right:5px}
#credit li a {color:#666; text-decoration:none}
#credit li a:hover {color:#CCC}

#paypal_form {display:block; position:absolute; top:270px; left:750px;}

