body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family:Trebuchet MS;
	font-size: 12px;
	text-align: center;
	background:#000 url(../images/body1.jpg) center top;
}


body.main {
	background: #000 url(../images/intro-bg.jpg) no-repeat center center;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body.main {
		min-height: 100%;
	}

/* === Main === */

#wrapper {
	position: relative;
	text-align: left;
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#tmp-spacer {
	width: 990px;
	height: 590px;
}

#container2 {
	position: absolute;
	background: transparent url(../images/all-in.jpg) no-repeat;
	text-align: left;
	width: 990px;
	height: 590px;
	top: 50%;
	margin-top: -295px;
}	

	span.hide {
		display: none;
	}

/*--------- page ----------------*/

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	#header {
		height: 120px;
		position: relative;
	}
		
		#login {
			position: absolute;
			top: 10px;
			left: 0px;
		}
			
			#login input.text {
				border: none;
				width: 143px;
				height: 23px;
				font-size: 14px;
			}
			
			#login input.loginbutton {
				font-size: 16px;
				color: #fff;
				background: #b30d0b;
				bordeR: none;
				width: 110px;
				padding: 1px 0px 2px 0px;
			}
			
		#subscribe {
			position: absolute;
			top: 10px;
			right: 0px;
		}
		
			#subscribe input.text {
				border: none;
				width: 143px;
				height: 21px;
				font-size: 14px;
				padding: 0px 0px 2px 0px;
			}
			
			#subscribe span {
				background: #000;
				font-size: 14px;
				color: #fff;
				display: inline-block;
				padding: 6px 0px 2px 0px;
				margin: 0px 0px 0px 0px;
			}
			
			#subscribe input.subscribebutton {
				width: 25px;
			
				border: none;
				background: url(../images/subscribe.gif) no-repeat;
				font-size: 10px;
				margin: 0px 0px 0px 0px;
				padding: 1px 0px 8px 0px;
			}
		
		h1.logo {
			position: absolute;
			top: 50px;
			left: 0px;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 162px;
				height: 45px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav {
			position: absolute;
			top: 50px;
			right: 0px;
		}
		
	#content-wrapper {
		background: url(../images/wrapper.gif) repeat-y;
	}
		
		#wrapper-top {
			background: url(../images/wrapper-top.gif) no-repeat;
		}
			
			#wrapper-bottom {
				background: url(../images/wrapper-bottom.gif) no-repeat left bottom;
			}
				
				h2.title {
					font-size: 20px;
					color: #ffffff;
					font-weight: normal;
					padding: 20px 0px 0px 37px;
				}
				
				#content {
					width: 780px;
					height: 400px;
					margin: 60px 0px 0px 85px;
					font-size: 14px;
				}
					
					*> #content {
						min-height: 400px;
						height: auto;
					}
					
					#content a {
						color: #b30d0b;
						text-decoration: none;
					}
					
				#footer {
					height: 120px;
					color: #fff;
					font-size: 14px;
				}
					
				#cp {
					padding: 85px 65px 0px 65px;
				}		
					#a-logo span {
						float: left;
						padding: 0px 5px 0px 0px;
					}
					
					#a-logo a {
						display: inline-block;
						width: 65px;
						height: 25px;
						background: url(../images/artogama.gif) no-repeat;
						float: left;
						margin: 0px 0px 0px 0px;
					}
						#a-logo a span {
							display: none;
						}
					
					#copyright {
						float: left;
						padding: 0px 0px;
						width: 550px;
						text-align: center;
					}
					
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px; 
}

#nav ul li {
	float: left;
		
}
#nav ul li a {
color: #fff;
}					
/* -------- sub-menu --------- */
 
#sub-nav {
	padding: 20px 0px 0px 7px;

}

	#sub-nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
		#sub-nav ul li {
			float: left;
		}
	
			#sub-nav ul li a {
				display: block;
				font-size: 20px;
				color: #fff;
				text-decoration: none;
				padding: 10px 30px 9px 30px;
				background: #000000;
			}
			
			#sub-nav ul a:hover {
				background: #580e0d;
				text-decoration: none;
			}
			
			#sub-nav ul a.selected {
				background: #580e0d;
				text-decoration: none;
			}
			
			#sub-nav ul a.selected:hover {
				background: #580e0d;
				text-decoration: none;
			}

#sub-nav2 {
	margin: 0px 7px 0px 7px;
	background: #580e0d;
}

	#sub-nav2 ul {
		list-style: none;
		padding: 0px 0px 0px 15px;
		margin: 0px;
	}
	
		#sub-nav2 ul li {
			float: left;
			padding: 11px 18px 12px 12px;
			background: url(../images/sub-bullet.gif) no-repeat right 17px;
		}
	
			#sub-nav2 ul li a {
				display: block;
				font-size: 16px;
				color: #fff;
				text-decoration: none;
				padding: 0px 4px 0px 4px;
				text-transform: uppercase;
			}
				
				#sub-nav2 ul li.last {
					background: none;
				}
				
			#sub-nav2 ul a:hover {
				background: #fff;
				color: #000;
				text-decoration: none;
			}
			
			#sub-nav2 ul a.selected {
				background: #fff;
				color: #000;
				text-decoration: none;
			}
			
			#sub-nav2 ul a.selected:hover {
				background: #fff;
				color: #000;
				text-decoration: none;
			}
		
		h3.title {
			font-size: 16px;
			color: #040404;
			padding: 0px 0px 0px 30px;
		}


.error {
	color: red;
}
/*---------------------------------product-----------------------------------*/

#paginator {
	font-size: 24px;
	font-weight: bold; 
}

	#paginator a {
		color: #fff;
		background: #b30d0b;
		display: inline-block;
		padding: 0px 4px;
	}

#products {
	padding: 10px 0px;
}

.images {
	width: 150px;
	height: 250px;
	display: block;
	background: transparent;
}

.product {
	float: left;
	text-align: center;
	margin-right: 55px;
	margin-bottom: 20px;
	display: inline;
	height: 270px;
	font-size: 16px;
}
	
	.product.last {
		margin-right: 0px;
	}
	
	#content .product a.link {
		width: 150px;
		height: 200px;
		display: block;
		text-decoration: none;
		background: none;
		color: #000;		
	}
	
	#content .product a {
		display: block;
		text-decoration: none;
		color: #000;
		background: none;
		margin-bottom: 5px;
		font-weight: bold;
		background: none;
	}
	
	.product .price {
		font-weight: normal;
	}
	
	.now {
		background: #580e0d;
		color: #fff;
	}
	
	.now2 {
		font-size: 16px;
		background: #580e0d;
		color: #fff;
		display: inline-block;
		margin-top: 5px;
		padding: 0px 4px;
	}
	
.selectFree {
  display: none; 
  font: 10px Verdana; 
  z-index: 2000; 
  background : #C1DAF0;  
  width: 200px
}

.selectFree IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
 height:3000px/*must have for any big value*/;
}

/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
		}
		
		.img-container table tr.title {
			
		}
		
			.img-container table tr.title td {
				text-align: center;
				font-weight: bold;
				color: #00aa38;
				padding-top: 4px;
			}			

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}	
