/* @override 
	http://localhost:8888/Alasmari.com-V5/assets/english/css/main.css
*/

/* @group Tags */

ul, ol
{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-image: url(../images/alasmari-main-bullet.jpg);
	list-style-position: outside;
	padding-left: 40px;
}

/* @end */

/* @group Main Layout */

* { padding: 0; margin: 0; }

html{
	height: 100%;
	min-height: 100%;
	direction: ltr;
}

body {
 	background: #415800 url(../images/alasmari-main-top-bg.jpg) repeat-x 0 33px;
 	margin: 0px;
 	padding: 0px;
	color: #1e2905;
	text-align: center;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}

#topbanner {
	width: 100%;
	background-color: #425900;
	border-bottom-style: double;
	color: #eef0c8;
	border-bottom-color: #567100;
	height: 30px;
}

#topbanner span a
{
	color: #e1ffe0;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#container{
	background: url(../images/alasmari-main-top.jpg) no-repeat 50% 0;
}

#wrapper { 
 	margin: 0 auto;
 	width: 769px;
 	height: 100%;
 	min-height: 100%;
 	background: url(../images/alasmari-main-content-bg.jpg) repeat-y;
	text-align: left;
}
#header {
 	height: 330px;
 	width: 769px;
	background: url(../images/alasmari-main-top.jpg) center top;
margin-right: 0;

}

#content{
	height/* */:/**/1%;
  	overflow:auto;
	padding-left: 17px;
	padding-right: 17px;
	margin-top: -160px;
}

#footer { 
 	height: 117px;
	background: #33450b url(../images/alasmari-main-content-footer.jpg) no-repeat;
	font-size: 1.3em;
	color: #9c9e79;
	text-align: center;
}

#leftcolumn {
	width: 184px;
	float: left;
}
#rightcolumn { 
  	float: right;
  	min-height: 100%;
  	width: 550px;
}

/* @end */

/* @group Layout Padding */

#footerpadding {
	text-align: left;
	margin: 0 20px 0 210px;
	padding-top: 50px;
		text-align: center;

}

#rightpadding {
	padding-right: 10px;
	padding-left: 20px;
}

#leftpadding {
	padding-right: 4px;
	padding-left: 0px;
}



/* @end */

/* @group Stylings */

#rightcolumn h1 {
	
	color: #75a7d4;
	background: url(../images/alasmari-main-h1.jpg) no-repeat 0 16px;
	padding-right: 30px;
	margin-top: 10px;
	padding-bottom: 48px;
	font-size: 1.8em;
}

#rightcolumn h2 {
	color: #1258ba;
	padding: 18px 33px 40px 13px;
	background: url(../images/alasmari-main-h2.jpg) no-repeat;
	margin-bottom: -20px;
	font-size: 1.1em;
	margin-top: 12px;
}


#leftcolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#leftcolumn ul li {
	padding-top: 11px;
	padding-bottom: 7px;
	font-size: 1em;
	background: url(../images/alasmari-main-menu-item.jpg) no-repeat;
	padding-left: 31px;
	margin-bottom: 0;
	margin-top: 0;
}

/* @end */

/* @group Language */

#language
{
	height: 49px;
	width: 151px;
	margin: 10px 19px 15px 10px;
	background: url(../images/alasmari-main-button-language.jpg) no-repeat 9px;
}
#language img
{
	width: 128px;
	height: 41px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 9px;
	margin-top: 4px;
}
#language span
{
	display: none;
}

/* @end */

/* @group Special Styles */

#video-player
{
	display: inline;
	float: left;
	margin-right: 20px;
}

#homeboxes .box {
	display: inline;
	margin-right: 10px;
}

#homeboxes .box h2 {
	background-image: url(../images/alasmari-main-smallh2.jpg);
	color: #d7f0b7;
	padding-top: 12px;
	padding-left: 19px;
	padding-bottom: 16px;
}

.box
{
	float:left;
	width: 250px;
}

.box p
{
	padding: 0px 10px 0px 20px;
}

.para {
	width: 100%;
	clear: both;
}

.p-left-col {
	float: left;
	width: 180px;
	color: #749c5e;
	text-align: left;
}

.p-right-col {
	float: left;
	width: 290px;
	padding-left: 10px;
	border-left: 1px solid #82b018;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #a1d187;
}


/* @end */