body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial, sans-serif;
	font-size: 0.8em;
	color: #fff;
	min-width: 950px;
	background-color: #fff;
}

a, a:visited {
	text-decoration: underline;
	color: #3399ff;	
	cursor: pointer;
}
a:hover {
	color: #99ccff;	
}

img {
	border: 0px ;
	margin: 0px;
	padding: 0px;
}


table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0;
	vertical-align: top;
}

h1 {
	font-size: 1.25em;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}
p {
	line-height: 1.5em;	
	padding: 0.3em 0;	
}


/* PAGES */

.main {
	width: 950px;
	background-color: #000;	
}

.headline {
	background: url("/tpl/img/top_line.gif") repeat-x bottom ;
	height: 200px;
}
	.headline_ico {
		height: 113px;
		background-color: #fff;		
	}
		.img_logo {
			margin: 60px 0 0 67px;
		}
		.img_home {
			margin: 95px 71px 0 0;
		}
		.img_email {
			margin: 95px 30px 0 0;
		}
		.force {
			position: relative;
			top: 20px;
			left: 20px;
		}

.bottomline {
	text-align: center;
	height: 35px;		
}
	.copy {
		padding: 10px;
		color: #4c4c4c;
	}
	.bottom_links {
		color: #4c4c4c !important;
	}


.centermenu {
	width: 235px;	
	float: left;
	min-height: 500px;
}
	.amenu, .amenu:visited {
		text-decoration: none !important;
		color: #fff !important;		
	}
	.amenu:hover {
		text-decoration: underline !important;
	}
	.lmenu {
		list-style: none;
		margin: 0 30px 0 30px;
		padding: 13px 0 0 0;		
	}
		.lmenu_arr {
			float: left; 
			margin-left: -15px;
		}
		.lmenu_h1 {
			padding-top: 20px;
			font-size: 1.3em;			
		}
		.lmenu_h2 {
			padding: 5px 0 0 15px;			
		}
		.lmenu_h3 {
			padding: 5px 0 0 30px;
		}

.aitem, .aitem:visited {
	text-decoration: none !important;
	color: #fff !important;		
}
.aitem:visited {	
	color: #aaa !important;		
}
.aitem:hover {
	text-decoration: underline !important;
}

.center_page {
	margin: 0 0 0 235px;		
}
.center_item {
	margin: 0 213px 0 235px;	
}

	.pic_max {
		border: 1px solid #666;
		margin-right: 5px;
	}
	.pic_min100 {
		border: 1px solid #666;		
	}
	
.center_navi {
	background-color: #262626;	
	padding: 30px 0 30px 235px;	
	margin: 30px 0 0 0;	
	color: #0066ff;
	font-size: 1.2em;
}
	.lister {
		padding: 20px 0 0 0;
	}
		.lister img {
			border: 1px solid #000;			
		}
		.lister a {
			margin-right: 30px;
		}

.cl {
	height: 30px;
	clear: both;
}

/* ORDER */

input, textarea {
	border: 1px solid #ccc;	
}
.sendform dt {	
	float: left;	
}
.sendform dd {
	margin: 0 0 20px 80px;
}
.order_button {
	background: url("/tpl/img/order.gif") no-repeat;
	width: 148px;
	height: 64px;
	border: none;
	cursor: pointer;
}

/* GALLERY */
.gallery_item {
	float: left;
	width: 200px;
	height: 250px;
	margin: 0 20px 20px 0;
	position: relative;	
}	
	.gallery_item_cont {
		position: absolute; 
		bottom: 0;		
	}
		.gallery_item_cont img {
			border: 1px solid #666;
		}

/* pager lister */
.pager_lister {
	margin: 20px 0;
	font-size: 1.4em;	
}
	.pager_lister a {
		padding: 0 5px;			
	}
	.pager_lister_ar_next {
		text-decoration: none !important;
	}
	.pager_lister_b {
		padding: 0 5px;	
		font-weight: bold;
	}
	
/* list */
.listing li {
	padding: 5px 0;
	list-style-type:disc;
}