﻿@charset "utf-8";
/*
www.AhwazServer.Net
*/

/***********************************
Main 
***********************************/
* {
	margin:0;
	padding:0;
}
img {
	border:0 none;
	vertical-align:middle;
}
ul, li, ol {
	list-style-type:none;
}
label {
	cursor:pointer;
}
body {
	text-align:center;
	font:normal 11px tahoma, arial, veradana, sans-serif, helvetica;
	background:#181818 url('../images/back.png') repeat scroll left top;
	color:#fff;
}
select, textarea, input, button {
	font:normal 12px tahoma, arial, veradana, sans-serif, helvetica;
}
select, textarea, input {
	border:1px solid #7F9DB9; background-color:#fff;
} 
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color: #fff;
}
a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}
hr {
	background-color:#eee;
	height:1px;
}

/***********************************
Warpper
***********************************/
#wrp {
	width:994px;
	margin:0 auto;
	direction:ltr;
	font-size:11px;
	text-align:left;
}

/***********************************
Banner
***********************************/
#banner h1 {
	overflow:hidden;
	text-indent:-9000px;
	display:none;
	padding:0;
	margin:0;
}
#banner {
	float:left;
	width:994px;
	height:237px;
	background:url('../images/banner.png') no-repeat left top;
}

/***********************************
Main
***********************************/
#main {
	width:100%;
}


/***********************************
Default style
***********************************/
.default p {
	color:#3F5962;
	line-height:18px;
	text-indent:7px;
	text-align:justify;
	padding:7px 0;
}
.default ol, .default ul {
	padding:0;
	margin:5px 30px 5px 15px;
}
.default ul li {
	list-style:disc;
	margin:5px 0;
}
.default ol li {
	list-style:decimal;
	margin:5px 0;
}
.default table {
	margin:5px 0;
	border:1px solid #98B4DB;
}
.default td {
	border:1px solid #98B4DB;
	padding:1px 3px;
}
.default hr {
	margin:2px 0;
	direction:ltr;
}
.default img {
	border:1px solid #4D95D8;
	background-color:#F3F7FF;
	padding:5px;
	margin:7px;
}

/***********************************
Footer
***********************************/
#footer {
	color:#949494;
	line-height:18px;
	text-align:center;
	margin:10px 0;
	text-decoration:none;
}
#footer a {
	color:#C2C2C2;
	cursor:help;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
fieldset {
	border:2px solid #2C2C2C;
	background:url('../images/light.png') transparent no-repeat scroll 0 0;
	padding:10px;
	margin-bottom:25px;
}
fieldset legend {
	font-size:14px;
	border-bottom:2px solid #E90000;
	font-weight:bold;
	padding-bottom:2px;
}

#contact ul {
	padding:5px;
}
#contact ul li {
	line-height:20px;
}
#contact ul li strong {
	display: inline-block;
	width:70px;
}

#products ol {
	margin:0 auto;
}
#products ol li.item {
	display:inline;
	float:left;
	width:400px;
	height:170px;
	margin:20px 30px 10px;
	background:url('../images/back_item.png') transparent repeat-x scroll 0 0;
	line-height:19px;
	padding:10px;
/*	border:1px solid #ccc;*/
}
#products ol li.item img {
	float:left;
	border:1px solid #E30000;
	padding:5px;
	background-color:#000;
	margin-right: 10px;
}
#products ol li.item strong {
	font-size:13px;
}
