



@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
#b{height:100px;
width:100px;
float:left;
margin-left:200px;
padding-right:0px;

}
#c{
margin-left:0px;
margin-right:300;

padsing-right:100px;
}
a.more-button {
	display:block;
	width:84px;
	height:37px;
	line-height:37px;
	background:url(../images/button-bg.png) no-repeat;
	color:#fff;
	text-decoration:none;
	padding-left:50px;
}
a.more-button:hover {
	display:block;
	width:134px;
	height:37px;
	line-height:37px;
	background:url(../images/button-bg.png) no-repeat;
	color:#b42626;
	text-decoration:none;
}

/*-------------------------------------------------
body sytles start
-------------------------------------------------*/

body {
	background-color:white;
	font-family: 'Trocchi', serif;
	font-size:12px;
	color:#9e6659;
	height:100%;
	line-height:20px;
}
.wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

/*-------------------------------------------------
Logo And Menu Styles Start
-------------------------------------------------*/

.logo {
	width:960px;
	height:100px;
	margin:0 auto;
	text-align:center;
	font-size:30px;
	color:#aa1416;
	clear:both;
	
	line-height:150px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.menu {
	width:960px;
	height:100px;
	background:url(../images/menu-bg.png) no-repeat;
	margin:0 auto;
	text-align:center;
	clear:both;
}
.menu ul {
	list-style:none;
	height:100px;
	text-align:center;
	margin:0 auto;
}
.menu li {
	display:inline;
}
.menu li a {
	color:#c6bca5;
	font-size:14px;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	line-height:130px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.menu li a:hover {
	color:#ffffff;
}
.menu li a.active {
	color:#ffffff;
}

/*-------------------------------------------------
Header Styles Start
-------------------------------------------------*/

.header {
	width:960px;
	height:auto;
	text-align:center;
	margin:0 auto;
	clear:both;
}
.header h1 {
	font-size:24px;
	font-weight:normal;
	color:#401f17;
	padding-top:30px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	padding-bottom:10px;
}
.header h2 {
	font-size:18px;
	font-weight:normal;
	color:#9e6659;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	padding-bottom:30px;
}
.header-button {
	width:200px;
	height:80px;
	background:url(../images/header-button-bg.png) no-repeat;
	text-align:center;
	margin:0 auto;
}
.header-button a {
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	line-height:100px;
}
.header-button a:hover {
	color:#c6bca5;
	text-decoration:none;
	font-size:16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------
Banner Styles Start
-------------------------------------------------*/

.banner-container {
	width:960px;
	height:auto;
	clear:both;
	margin:0 auto;
	margin-bottom:40px;
}
.banner-top {
	width:1000px;
	height:15px;
	background:url(../images/banner-top.png) no-repeat;
}
.banner-middle {
	height:200px;
	width:1000px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	background-color:white;
}
#a{height:200px;
width:930px;

}

.banner-bottom {
	width:1000px;
	height:15px;
	background:url(../images/banner-bottom.png);
}

/*-------------------------------------------------
3 Panels Styles Start
-------------------------------------------------*/

.panels-container {
	width:100%;
	background:url(../images/red-bg.png);
	
}
.panel-wrapper {
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:auto;
}
.panel {
	width:260px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
}
.panel h1 {
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding-top:20px;
	padding-bottom:10px;
}
.panel h2 {
	color:#1e0505;
	font-weight:normal;
	font-size:18px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}
.panel p {
	color:#c6bca5;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding-bottom:20px;
}
.panel ul {
	margin-top:30px;
}
.panel ul li {
	list-style:none;
	display:block;
}
.panel ul li a {
	color:#ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.panel ul li a:hover {
	color:#000000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.panel-top {
	width:260px;
	height:10px;
	background:url(../images/panel-top.png) no-repeat;
}
.panel-middle {
	width:200px;
	height:auto;
	border-left:1px solid #981414;
	border-right:1px solid #981414;
	padding:30px 29px 30px 29px;
}
.panel-bottom {
	width:260px;
	height:10px;
	background:url(../images/panel-bottom.png) no-repeat;
}

/*-------------------------------------------------
Two Columns Styles Start
-------------------------------------------------*/

.columns-container {
	width:100%;
	height:auto;
	background:#ffffff;
	clear:both;
	margin:0 auto;
	overflow:hidden;
}
.columns-wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
}

/*-------------------------------------------------
Left Column Styles Start
-------------------------------------------------*/

.left-column {
	width: 260px;
	float:left;
	margin-bottom:40px;
}
.left-column-panel {
	width:260px;
	margin-top:40px;
}
.left-column-panel h1 {
	font-weight:normal;
	color:#b42626;
	font-size:24px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	text-align:center;
	padding-bottom:10px;
}
.left-column-panel h2 {
	font-weight:normal;
	color:#1e0505;
	font-size:18px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	text-align:center;
	padding-bottom:30px;
}
.left-column-panel-top {
	width:260px;
	height:10px;
	background:url(../images/left-panel-top.png);
}
.left-column-panel-middle {
	width:200px;
	padding:20px 30px 20px 30px;
	background:url(../images/body-bg.png)
}
.left-column-panel-bottom {
	width:260px;
	height:10px;
	background:url(../images/left-panel-bottom.png);
}

/*-------------------------------------------------
Search Styles Start
-------------------------------------------------*/

.search {
	width:500px;
	height:200px;
	
}

/*-------------------------------------------------
Sub menu Styles Start
-------------------------------------------------*/

.sub-menu {
	width:200px;
}
.sub-menu ul li {
	list-style:none;
	display:block;
	width:200px;
	height:40px;
	background:url(../images/submenu-line.png) repeat-x top;
	line-height:40px;
}
.sub-menu ul li a {
	text-decoration:none;
	color:#9e6659;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
.sub-menu ul li a:hover {
	text-decoration:none;
	color:#b42626;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}

/*-------------------------------------------------
Right Columns Styles Start
-------------------------------------------------*/

.right-column {
	width:580px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:40px;
}
.right-column #shamali{height:100px;
width:150px;}
.right-column-heading {
	width:580px;
	border-bottom: 1px solid #ede4dd;
}
.right-column-heading h1 {
	font-weight:normal;
	font-size:24px;
	color:#b42626;
	padding-bottom:10px;
}
.right-column-heading h2 {
	font-weight:normal;
	font-size:18px;
	color:#9e6659;
	padding-bottom:30px;
}
.right-column-content {
	width:580px;
	border-bottom: 1px solid #ede4dd;
	padding-top:30px;
	padding-bottom:30px;
}
.right-column-content h1 {
	font-weight:normal;
	font-size:18px;
	color:#1e0505;
}
.right-column-content h2 {
	font-weight:normal;
	font-size:12px;
	color:#b42626;
	padding-bottom:20px;
}
.right-column-content p {
 font-family:"times new roman";
font-size:20px;
	padding-bottom:20px;
}
.noborder {
	border-bottom:none;
}

/*-------------------------------------------------
Footer Styles Start
-------------------------------------------------*/

.footer {
	width:100%;
	height:170px;
	margin:0 auto;
}
.copy-rights {
	width:900px;
	height:80px;
	line-height:80px;
	text-align:center;
	background:url(../images/footer-bg.png) no-repeat;
	color:#c6bca5;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	margin:0 auto;
	margin-top:45px;
}


html, .main {
	padding:0;
	margin:0;
}
.main {
	background:#fff url(images/header_bg.jpg) repeat-x center 87px;
}
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}

h1 {
	margin:0;
	padding:8px 0 40px 24px;
	float:left;
	color:#7fd0f6;
	font:normal 36px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}
h1 a, h1 a:hover {
	color:#7fd0f6;
	text-decoration:none;
}
h1 small {
	display:block;
	margin-top:-4px;
	padding:0 0 0 68px;
	color:#959595;
	font:normal 13px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
h2 {
	font:normal 24px/1.5em Arial, Helvetica, sans-serif;
	padding:8px 0;
	margin:0 0 8px;
	color:#323a3f;
}
p {
	margin:8px 0;
	padding:0 0 8px 0;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
}
p.spec {
}
a {
	color:#49b6e9;
	text-decoration:underline;
}
a.rm {
}
a.com {
	margin:0;
	padding:0;
	text-decoration:none;
}
a.com span {
	font-weight:bold;
}
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
	margin:0;
	padding:0;
}
.header {
}
.header_resize {
	margin:0 auto;
	padding:12px 0 112px;
	width:970px;
}
.menu_nav {
	margin:0;
	padding:16px 40px 0 0;
	float:right;
	height:29px;
}
.menu_nav ul {
	list-style:none;
	height:29px;
}
.menu_nav ul li {
	margin:0 12px 0 0;
	padding:0;
	float:left;
}
.menu_nav ul li a {
	display:block;
	margin:0;
	padding:3px 20px 4px;
	color:#959595;
	text-decoration:none;
	font-size:12px;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover {
	color:#fff;
	background:url(images/menu_a.gif) repeat-x center top;
}
.content_resize {
	margin:0 auto;
	padding:16px 0 24px;
	width:970px;
}
.content .mainbar {
	margin:0;
	padding:0;
	float:left;
	width:670px;
}
.content .mainbar img {
	border:1px solid #d8dbdc;
	padding:4px;
}
.content .mainbar img.fl {
	margin:4px 16px 4px 0;
	float:left;
}
.content .mainbar .article {
	margin:0 0 12px;
	padding:8px 24px 0;
}
.content .sidebar {
	padding:0;
	float:right;
	width:288px;
}
.content .sidebar .gadget {
	margin:0 0 12px;
	padding:8px 16px 8px 24px;
}
ul.sb_menu, ul.ex_menu {
	margin:0;
	padding:0;
	list-style:none;
	color:#959595;
}
ul.sb_menu li, ul.ex_menu li {
	margin:0;
}
ul.sb_menu li {
	padding:4px 0;
	width:220px;
}
ul.ex_menu li {
	padding:4px 0;
}
ul.sb_menu li a, ul.ex_menu li a {
	color:#959595;
	text-decoration:none;
	margin-left:-12px;
	padding-left:12px;
}
ul.sb_menu li a:hover, ul.ex_menu li a:hover {
	color:#49b6e9;
	font-weight:bold;
}
ul.sb_menu li a:hover {
	text-decoration:underline;
}
ul.ex_menu li a:hover {
	text-decoration:none;
}
.content .mainbar .comment {
	margin:0;
	padding:16px 0 0 0;
}
.content .mainbar .comment img.userpic {
	border:1px solid #dedede;
	margin:10px 16px 0 0;
	padding:0;
	float:left;
}
.fbg {
	background-color:#89c8e4;
}
.fbg_resize {
	margin:0 auto;
	width:922px;
	padding:24px;
	color:#fff;
}
.fbg .c2 a, .fbg .c3 a {
	margin:0;
	padding:2px 4px;
	color:#fff;
	text-decoration:underline;
}
.fbg h2 {
	color:#fff;
}
.fbg img {
	margin:0 4px 0 0;
	padding:3px;
	background-color:#fff;
	border:1px solid #99bece;
}
.fbg .col {
	margin:0;
	float:left;
}
.fbg .c1 {
	padding:0 16px 0 0;
	width:266px;
}
.fbg .c2 {
	padding:0 16px;
	width:300px;
}
.fbg .c3 {
	padding:0 0 0 16px;
	width:260px;
}
.footer {
}
.footer_resize {
	margin:0 auto;
	padding:26px;
	width:922px;
}
.footer p {
	margin:0;
	padding:4px 0;
	line-height:normal;
}
.footer a {
	color:#959595;
	padding:inherit;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
.footer .lf {
	float:left;
}
.footer .rf {
	float:right;
}
ol {
	list-style:none;
}
ol li {
	display:block;
	clear:both;
}
ol li label {
	display:block;
	margin:0;
	padding:16px 0 0 0;
}
ol li input.text {
	width:480px;
	border:1px solid #c0c0c0;
	margin:2px 0;
	padding:5px 2px;
	height:16px;
	background-color:#fff;
}
ol li textarea {
	width:480px;
	border:1px solid #c0c0c0;
	margin:2px 0;
	padding:2px;
	background-color:#fff;
}
ol li .send {
	margin:16px 0 0 0;
}
.searchform {
	float:right;
}
#formsearch {
	margin:0;
	height:36px;
	padding:10px 28px 40px 0;
}
#formsearch span {
	display:block;
	margin:6px 0;
	padding:0;
	float:left;
	background:#fff url(images/search.gif) no-repeat top left;
}
#formsearch input.editbox_search {
	margin:0;
	padding:11px 6px 10px;
	float:left;
	width:181px;
	border:none;
	background:none;
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	color:#a8acb2;
}
#formsearch input.button_search {
	margin:6px 0 0 0;
	padding:0;
	border:none;
	float:left;
}

