/* CSS Document */
html {
	height: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
}

#container {
	margin: 0px auto;
	background-color: #000000;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 700px;
}
#container table {
	height:100%; 
}

#menu-left {
	background-color: #111111;
	width: 200px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#menu-left h1 {
	font-size: 24px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 4px;
}
#menu-left ul {
	list-style-type: none;
	padding: 30px 10px 0px 10px;
	margin: 0px;
	list-style-position: outside;
}
#menu-left ul li a {
	color: #FFFFFF;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	display: block;
	height: 16px;
}
#menu-left ul li a:hover {
	background-color: #444444;
}
#menu-left ul li a.menu {	
	background-color: #333333;
}
#menu-left ul li a.sub-menu {	
	padding-left:20px;
	font-size: 10px;
	height: 12px;
}
#menu-left ul li a.sub-menu-on {	
	background-color: #333333;
	padding-left:20px;
	font-size: 10px;
	height: 12px;
}

#slideshow_intro {
	margin: 0px;
	padding: 44px 30px 0px 30px;
}

#content {
	margin: 0px 0px 20px 0px;
	padding: 44px 30px 0px 30px;
	color: #999999;
}
#content img.left {
	margin: 4px 20px 20px 0px;
	float: left;
}
#content img.right {
	margin: 0px 0px 20px 20px;
	float: right;
}
#content h1 {
	margin: 0px 0px 63px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
#content h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
#content p {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 19px;
}
#content p.gallery {
	font-size: 12px;
	margin: 0px 150px 20px 0px;
	padding: 0px;
	line-height: 19px;
}
#content img.intro {
	margin: 4px 0px 150px 0px;
}
#content p.footer {
	text-align: center;
}
#content span.bigger {
	font-size: 14px;
	font-weight:bold;
}
#content a {
	color: #DDD;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #DDD;
	font-weight: bold;
	text-decoration: none;
}
#content img {
	border: none;
} 



#img_gallery { 
	width:660px;
	padding: 0px 0px 150px 0px;
}
#img_gallery a { 
	outline: none; 
	border: none; 
}
#img_gallery a img {
	border: none;
}

/* --- IMAGE STAGE */
#fullimg {
	width:660px;
	height:500px;
	text-align: center;
}
#fullimg img{ 
	padding:0px;
	margin: 4px 0px 0px 0px;
}
#fullimg p{
	margin:6px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	text-align: center;
}
#fullimgorder {
	width:660px;
	height:320px;
	text-align: left;
}
#fullimgorder img{ 
	padding:0px;
	margin: 4px 20px 0px 0px;
	float:left;
}
#fullimgorder p{
	margin:4px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	text-align:left;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow: hidden;
	padding: 4px 2px 4px 2px;
	width: 614px;
	float:left;
	height:50px;
	background-color: #181818;
	position: relative;

}

#items{
	margin:0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .thumb{
	display:none;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{
	background: url('../images/left.gif');
	margin: 0px 0px 0px 5px;
}
#moveright{
	background: url('../images/right.gif');
}
#moveleft:hover, #moveright:hover{ 
	background-position:bottom; 
}
table.order{
	font-size:12px;
}
p.order{
	float:left;
	width:350px;
}
input{
	margin: 5px 0 0 0;
}
#content table.order p{
	margin:2px 0 0 0;
}
#viewCart{
	float:right;
	padding:40px 0 20px 0;
}