/*
Design by Peter Mikhael
http://www.petermikhael.com
Released for free under a Creative Commons Attribution
Version 0.1
*/

@import url("reset.css");
@import url("../src/slimbox.css");


/***************Basic Elements***************/  

html {
    font-size: 100%;
}

body {
	line-height: 1.6;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #E3E3E3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight:bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}

p  {
	line-height: 1.6em;
	margin-bottom: 10px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
li {
	color: #666666;

}


#--------------------------------- {}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.fat{font-weight:bold;}
.fat_underline a {
	font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
}

.gray {color: #666; font-size:1em; font-style:normal;}
.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 0 20px 0; }

.red {
	color:#F20D21;
	font-weight: bold;
}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{ font-size:1.1em; font-style:italic; color:#227ab0;}
.stroke { border:1px solid #fff;}

.more {
	padding-left: 16px;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/read_more.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.comments {
	padding-left: 18px;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.line_through {
	text-decoration: line-through;
}
.bg {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ededed;
}



#--------------------------------- {
}

.left{ float:left;}
.left_margin_right{
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.left_margin_right_top{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.right{ float:right;}
.right_margin_right{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.clear_both {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#--------------------------------- {
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#--------------------------------- {}
/***************Basic Layout***************/  
#container {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#container_news_open {
	clear: both;
	width: 600px;
	overflow: auto;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	overflow: auto;
	height: 100px;
	margin-bottom: 10px;
	width: 300px;
	float: left;
}
#header h1 {
	line-height: 100px;
	text-indent: -9999px;
}

#header   #logo {
	text-indent: -9999px;
	border: 0;
	margin: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/tarek_nour_advertising-trans.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 300px;

}

#header #logo a {
	display: inline;
	text-decoration: none;
	border: 0;
	width: 300px;
}
#bt_tnc  {
	width: 150px;
	float: right;
	margin-top: 40px;
}


#wrapper {
	overflow: auto;
}

#sidebar1 {
	width: 300px;
	float: left;
	display:inline;
	position: relative;

}
#sidebar1 #latest {
	float: left;
}
#sidebar1 #latest .latest_wrap {
	background-color: #d7d7d7;
	text-align: center;
	width: 260px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}




#menu {
	overflow: auto;
	position: relative;
	clear: both;
	width: 300px;
	font-weight: bold;
	background-color: #F10C20;
	margin-bottom: 10px;
}

#menu ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	overflow: auto;
}
#menu li {
	display: block;
	width: 150px;
	float: left;
	text-align: left;
	height: 25px;
	background-image: url(../images/pop_menu-trans.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#menu li a {
	color: #FFFFFF;
	display: block;
}
#maincontent {
	width: 660px;
	float: left;
	display:inline;
	position: relative;
	background-color: #FFFFFF;

}
#content_1   {
	background-image: url(../images/conten_bg_1.png);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
	overflow: auto;
	float: left;
	width: 610px;
	padding-bottom: 10px;
	background-color: #F0F0F0;
}
#content_1           ul    {
	display: block;
	float: left;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#content_1     li   {
	background-image: url(../images/pop_content-trans.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
}
#content_1 .c1_1 {
	float: left;
	width: 610px;
	overflow: auto;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#content_1 .c1_1 p{
	text-align: justify;
}


.readmore      {
	float: right;
	background-image: url(../images/read_more-trans.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	line-height: 20px;
}
.readmore_left {
	float: left;
	background-image: url(../images/read_more-trans.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	line-height: 20px;
}
.readmore_left a, .readmore_left a:link, .readmore_left a:hover, .readmore_left a:visited  {
	text-decoration: none;
	color: #FFFFFF;
}
.readmore a, .readmore a:link, .readmore a:hover, .readmore a:visited {
	text-decoration: none;
	color: #FFFFFF;
}






#content_2  {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 30px;
	overflow: auto;
	float: left;
	padding-bottom: 20px;
	width: 610px;
}
#content_2 ul {
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#content_2 li {
	background-image: url(../images/bullet-trans.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	list-style-type: none;
	display: block;
}
#content_2 .c_1 {
	float: left;
	width: 305px;
}
.internal_pages_pad {
	float: right;
	width: 400px;
	margin-top: 30px;
}
.internal_pages_pad_2 {
	float: right;
	width: 400px;
	margin-top: 10px;
}
.internal_pages_pad_clients {
	float: right;
	width: 500px;
	margin-top: 10px;
}
#content_1  .c1_1_videos  img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #C0C0C0;
}
.internal_pages_pad_news {
	float: right;
	width: 400px;
	margin-top: 10px;
}
.internal_pages_pad_news_open {
	float: right;
	width: 400px;
	margin-top: 0px;
}














#footer {
	text-align: center;
	background-image: url(../images/footer-trans.png);
	background-repeat: no-repeat;
	width: 660px;
	float: right;
	margin-top: 2px;
}
#--------------------------------- {
}

#form_container {
	overflow: auto;
	width: 400px;
}
#form_container  p {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
}
#form_container li {
	display: block;
	width: 350px;
	overflow: auto;
	margin-top: 5px;
}


#form_container select, #form_container textarea, #form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #667f92;
	width: 190px;
	background-color: #FFFFFF;
	float: left;
}
#form_container .submit {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/input_bg.jpg);

}
#form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
#form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}

#--------------------------------- {
}


.basic {
	cursor:pointer;
	display:block;
	margin-top: 0;
	margin-bottom: 5px;
}

	.menuFlash{
	color:#d80c1d;
	float:left;
	clear:both;
	text-decoration:none;
	font-family:verdana;
	font-size:16px;
	outline:none;
	line-height:16px;
	}
	
	.menuFlash a{
	font-size:18px;
}

.paging td td{
	margin: 5px;
	border: 1px solid #CCCCCC;
	width: 20px;
	text-align: center;
}
.paging td td a{
	background-color: #CCCCCC;
	display: block;
}
.paging td td a:hover{
	background-color: #E0E0E0;
	display: block;
}