/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : download4u style 
Author : Ali Tabasi 
URL : www.Patogh4u.net 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/*MAIN DOCUMENT STYLES*/

*{
	padding:0;
	margin:0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #484941; 
	background-color: #CCCCCC;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x
}



/*CONTAINER STYLES*/

#container {
	width: 810px; 
	margin: auto
}

/*HEADERS*/

#header {
	height: 191px;
	width: 802px;
	margin-bottom: 8px; 
	background-image:url('../images/haeder.png'); 
	background-repeat:no-repeat;
}


/*LOGO STYLES*/

#logo {
	background-position: center;
	height: 125px;
	width: 798px; 
	background-image: url('../images/logo.png'); 
	background-repeat: no-repeat; 
	padding-top:80px;
}

#logo h1 { 
	text-indent:-10000px;
}

#logo p {
	text-indent:-10000px;
}


/*MAIN CONTENT STYLES*/

.content {
	height: 405px;
	width: 805px;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	margin-bottom: px;
	clear: both; 
	padding-top:5px; 
	padding-bottom:5px;
}

/*BOX STYLES*/

.box { 
	width: 256px; 
	height: 306px; 
	background-image: url('../images/box.jpg'); 
    background-repeat: no-repeat; 
    padding:10px; margin-bottom:0
}

h3 {
	font-family: Tahoma; 
	font-size: 15px; 
	margin-top: 5px; 
    margin-bottom: 5px; 
    text-align:right;
    margin-right:15px; color:#3399FF
}

.patogh4u    { 
	float: right; 
	width: 260px; 
	height: 400px; 
	text-align:center; 
	margin-right:5px;  
}

.patogh4u p {
	font-size:11px; 
    color:#000000; 
    text-align:justify; 
    direction:rtl; 
    width:235px;
}

.ashpaz4u    { 
	float: right; 
	width: 260px; 
	height: 400px;
	text-align:center; 
	margin-right:5px;  
}

.ashpaz4u p {
	font-size:11px; 
    color:#000000; 
    text-align:justify; 
    direction:rtl;
    width:235px;
}

.download4u    { 
	float: right; 
	width: 260px; 
	height: 400px;
	text-align:center;   
	margin-right:5px;
}

.download4u p {
	font-size:11px; 
    color:#000000; 
    text-align:justify; 
    direction:rtl;
    width:235px;
}

/*BUTTON STYLES*/

.buton-1 {
	width: 100px;
	height: 34px;
    margin-top:-15px;
    background-image: url('../images/buton_bg.jpg'); 
    background-repeat: repeat-x
}

.buton { 	 
	position:relative; top:10px;
}

.buton-1 a, a:link, a:visited {
	font-size: 12px; 
	text-decoration: none; 
	text-align: center; 
	color:#000000; 
	font-weight:bold  
}

.buton-1 a:hover {
	color: #FF9933; 
	font-weight: bold;
}


/*FOOTER STYLES*/

#footer {
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat; 
	height: 91px;
	clear: both;
	width:802px;
}

#footer p {
	font-size:11px; 
	color:#808080; 
	text-decoration:none; 
	text-align:center; 
	margin-top:0px; 
	position:relative; 
	top:35%;
}

#footer p a, a:link, a:hover, a:visited {
	color: #808080;
}