/*
	CSS for GaamNet
	A Table-less web desgin
	Author: AmirBehzad Eslami
	mailto: startbtn@yahoo.com

*/

body {
	margin: 0;
	padding: 0;
	background: #fff url("../img/main_bg.gif") center repeat-y;
	text-align: center;
}

body, td, a, p, input {
	font: 11px Tahoma, Nesf2, Nesf, sans-serif;
}

#behzad {
	width: 750px;
	background: #fff url("../img/left_bg.gif") left top repeat-y;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: #fff url("../img/header1.jpg") left top no-repeat;
	width: 100%;
	height: 180px;
	border-bottom: 1px solid #fff;
}

#header div {
	padding: 10px;
	color: #777;
	float: right;
}

#header div a span {
	display: none;
}

#header div a#home,
#header div a#home:link {
	width: 17px;
	height: 16px;
	display: block;
	background: transparent url("../img/icon_home.gif") 0px 0px no-repeat;
	float: left;
}


#header div a#home:hover,
#header div a#home:visited:hover {
	background: transparent url("../img/icon_home.gif") 0px -16px no-repeat;
}


#header div a#contact,
#header div a#contact:link {
	width: 17px;
	height: 16px;
	display: block;
	background: transparent url("../img/icon_contact.gif") 0px 0px no-repeat;
	float: left;
	margin-left: 6px;
}


#header div a#contact:hover,
#header div a#contact:visited:hover {
	background: transparent url("../img/icon_contact.gif") 0px -16px no-repeat;
}


#navbar {
	background: #1071BC url("../img/menu_bar.sgif") left top repeat-x;
	width: 100%;
	height: 22px;
	border-bottom: 2px solid #fff;
}

#navbar ul {
	padding: 0;
	margin: 0;
	float: right;
}

li {
	line-height: 1.6em;
	list-style-type: square
}

#navbar li {
	list-style-type: none;
	float: right;
	line-height: 1.0em;
}

#navbar a {
	display: block;
	height: 22px;
	width: 70px;
	padding: 3px;
	border-left: 1px solid #fff;
	font: 11px Tahoma;
	text-align: center;
	Color: #fff;
	text-decoration: none;
}

html>body #navbar a {
	height: 16px;
	width: 77px;
}

#navbar a:hover,
#navbar a:visited:hover {
	color: #76C2FD;
	background: #003C6A;
}

#flash {
	width: 100%;
	height: 100px;
	background: #fff url("../img/header_03.gif") left top no-repeat;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#right-content {
	width: 540px;
	float: right;
	background: #fff;
}
#right-content-2 {
	margin: 20px;

}

#left-content {
	width: 210px;
	float: left;
	background: #eee;
}
#left-content-2 {
	margin-top: 20px;
	text-align: center;
}

#copyright {
	width: 100%;
	height: 54px;
	background: #777 url("../img/bg_footer.gif") left top no-repeat;
	text-align: center;
	padding-top: 9px;
	color: #fff;
	display: block;
	border-top: 4px solid #444;
	line-height: 1.4em;
	clear: both;
	float: none;
}
html>body #copyright {
height: 45px;
}
#copyright a,
#copyright a:link,
#copyright a:visited {
	color :#fff;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
	text-decoration: none;
}
p, li.p {
	font: 11px/1.6em Tahoma, Nesf2, Nesf, sans-serif;
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	color: #444;
}

hr {
	height: 1px;
	border: 1px dashed #ccc;
	margin-top: 15px;
}

td.box {
	background: #888 url("../img/title_box_bg.gif") left top no-repeat;
	text-align: right;
	padding: 4px 8px;
	color: #fff;
}


input.button {
	color: #666666;
	background: #F5F5F5;
	border: 1px #C0C0C0 solid;
	width: 60px;
	height: 20px;
	cursor: pointer;
}

a img {
	border: none;
}

a.txt:link, a.txt:visited {
	text-decoration: none;
	color: #0161AB;
	padding-bottom: 1px;
}

a.txt:visited {

}

a.txt:hover, a.txt:visited:hover {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid;
}


li.caption {
	list-style-type: none;
	background: #fff url(../img/bullet.gif) right -2px no-repeat;

}
li.caption span {
	color: #0563ac;
	font: bold 13px Tahoma;
	padding-left: 3px;
	
}

input.text, textarea, select {
	padding-top: 2px;
	line-height: 1.0em;
	height: 21px;
	background: #F4FAFF;
	border: 1px solid #B3CDE5;
	font: 11px Tahoma;
	margin-top: 1px;
}

ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 1.8em;
}
td {
	vertical-align: top;
}