/* Global Definitions :: Used in all pages (template) */
body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	/*font-family: tahoma;*/
}
#container1{
	margin: 0 auto;
	padding: 0 ;
	background: transparent url(../images/english/02.jpg) repeat-y;
	overflow: hidden;
	width: 789px;
}
#container2{
	margin: 0;
	padding: 0;
	background: transparent url(../images/english/01.jpg) no-repeat center top;
	overflow: hidden;
	width: 100%;
}
#container3{
	margin: 0;
	padding: 0;
	background: transparent url(../images/english/03.jpg) no-repeat center bottom;
	overflow:hidden;
	width: 100%;
}
#header{
	height: 150px; 
	width: 100%;
	clear: both;
}
#header_content{
	overflow: hidden;
	width: 310px;
	float: right;
	text-align: left;
	height: 40px;
	padding: 0;
	margin-top: 60px;
}
#header_content h1,#header_content h2,#header_content h3,#header_content h4,#header_content h5,#header_content h6{ 
	margin: 0 ;
	padding: 0 ;
}
#header img{
	float: right;
	margin: 10px 25px 0 0;
}
#body{
	width: 100%;
	clear: both;
}
#spacer{
	padding: 0;
	margin: 0;
	float: left;
	width: 10px;
	overflow: hidden;
	height: 1px;
}
#sidebar{
	padding: 23px 0 0 0;
	text-align: center;
	float: left;
	overflow: hidden;
	width: 155px;
}
#content{
	float: left; 
	overflow: hidden;
	width: 615px; 
	text-align: center;
	padding-bottom: 20px;
}
#footer{
	height: 75px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#footer div{
	direction: ltr ;
	font-size: 11pt;
	color: #550;
	text-align: center;
	width: 615px;
	float: right;
}
#mainmenu{
	text-align: center;
	margin: 0 auto;
	width: 775px;
	height: 27px;
	overflow: hidden;	
	background-color: #efefdf;	
	clear:both;
	border-right: 1px solid gray;
}
#mainmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
	width: 775px;
	float: left;
}
#mainmenu ul li{
	padding: 0;
	margin: 0;
	border-left: 1px solid gray;
	background-color: #efefdf;
	float: left; 
}
#mainmenu ul li:first-child{
	width: 112px;
}
#mainmenu ul li a{
	padding: 0;
	margin: 0;
	background: transparent url(../images/english/menu_icon.gif) no-repeat left center;	
	text-decoration: none;
	display: block;
	height: 25px;
	width: 109px;
	text-align: left;
	line-height: 25px;
	font-size: 11pt;
	color: #111;
}
#mainmenu ul li a:hover{
	background-color: #ffffef;
}
#mainmenu ul li a div{
	margin-left: 22px;
}

legend{
	color: #cc6600;
}

a, a:visited, a:active{
	color: #aa4400;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.english{
	direction:ltr;
}
.center{
	text-align: center;
}

/* Common classes & configs */

.shadow{
background-image: url(../images/textbox_shd.gif);
border: 1px solid #7d7d7d;
}

div.in_fieldset_container{
	text-align: center;
	margin: 10px auto;
}

/* Search Bar */
#search{
	margin:0 auto;
	float: left;
	padding: 0 0 0 10px;
	width: 130px;
	font-size: 10pt;
	text-align: center;
}
#search form{
	margin: 0;
	border: 0;
}
#search fieldset{
	width: 124px;
	padding:0;
	margin:0;
	border:2px groove #fff;
	overflow: hidden;
	font-size:3pt;
}
#search fieldset legend{
	font-size:10pt;
	color: #a03000;
}
#search table{
	margin: 0 auto ;
	padding: 0 ;
	width: 124px;
	overflow: hidden;
}
#search table table{
	width: 123px;
	overflow: hidden;
}
#search .search_titles{
	width: 30px;
	overflow: hidden;
}
#search .search_inputs{
	width: 90px;
	overflow: hidden;
}
#search input,div#search select{
	background-color:#eeeeef;
	border:1px solid gray;
	width:80px;
	font-size:11pt;
}
#search input{
	width:80px;
	text-align:center;
}
#search .submit{
	margin-top: 6px;
	width: 124px;
	font-size: 10pt;
	/*font-family: tahoma;*/
}


/* gallery.php Definitions */
.category{
	float: left;
	width: 113px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}
#categories,#sample_designs{
	margin: 0 auto ;
	padding: 0 ; 
	width: 520px;
	text-align: center;
	border: 1px ridge #993300;
}

#sample_designs img{
	border: none;
	display: inline;
}

.carpet_details{
	background: url(../images/separator.gif) no-repeat center top;
	width: 540px;
	padding: 0;
	float: left;
	margin: 0 0 20px 20px;
	text-align: center;
}
.carpet_details div{
	float: left;
	margin: 27px 0 0 15px;
	padding: 0;
	padding-left:15px;
	width: 480px;
	background: url(../images/separator.gif) no-repeat center bottom;
	padding-bottom: 25px;
}
.carpet_details div .image{
	float: right;
}

.carpet_details div table{
	border-collapse: separate; 
	direction: ltr;
	float: left;
}
.carpet_details .price{
	color: Magenta;
	font-weight: bold;
}
.carpet_details td{
	height: 25px;
	padding: 0 10px;
	border: 1px dotted #cc6600;
}

/* contact.php Definitions */

#contact_address,#contact_form{
	margin: 0 auto ;
	padding: 0 ; 
	width: 520px;
	text-align: center;
	border: 1px ridge #993300;
}
.in_fieldset_container table{
	margin: 0 auto;
	width: 450px;
}
.in_fieldset_container input{
	border: 1px solid #aaa ;
}

/*  order.php Definitions */
#order{
	width: 500px;
	text-align: left;
	line-height: 160%;
	margin: 0 auto;
}

#order ol{
	color: #a40;
	margin-top: 0;
	margin-bottom: 0 ;
}

/* naein.php Definitions */
#naein{
	text-align: justify;
	line-height: 160% ;
	margin: 0 auto ;
	width: 500px ;
	font-size: 11pt;
}
#naein img{
	float:right;
	padding: 10px;
}

/* intro.php Definitions */
#intro{
	text-align: justify;
	line-height: 140% ;
	margin: 0 auto ;
	width: 500px ;
}
#intro img{
	float: right;
	padding: 10px;
}

/* biography.php Definition */
#biography{
	text-align: justify;
	line-height: 140% ;
	margin: 0 auto ;
	width: 500px ;
}
#biography img{
	float: right;
	padding: 10px;
}