@charset "windows-1255";
/* RESET */
*{
	outline: none;
}
body {  
	margin:0; 
	padding:0; 
	direction: rtl;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

caption,th { 
	text-align:right; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/



body {
	font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
  	font-size: 12px;
 
	
}

table {
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #546c00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #0a547d;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
}

a:link {
	color: #green;
	text-decoration: none;
}

a:visited {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#container_big {
	width: 804px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 804px;
	text-align: left;
	padding: 0px;
}


#header {
	float: left;
	position: relative;
	width: 804px;
	height: 294px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	margin-right: 15px;
	margin-left: 0px;

}

#menu ul {
	margin: 0px;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	margin: 0 8px;
	padding: 1px 3px 0 3px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #7e9219;

}

#menu .active a {
	color: #7e9219;
}


#menu img {
	border: 0px;
}



#menu2 {
	width: 740px;
	height: 20px;
	padding: 2px 0 0 0;
	margin: 0 auto;
	font-size: 12px;
	margin-right: 5px;
}

#menu2 ul {
	margin: 0px;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: right;
	height: 15px;
	margin: 0 1px;
	padding: 2px 2px 0 2px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 a:hover {
	text-decoration: none;
	background: pink;

}

#menu2 .active a {
	background: brown;
}


#menu2 img {
	border: 0px;
}





#search {
	float: left;
	position: absolute;
	top: 88px;
	left: 110px;
	border: 0px;
	background: url(images/search.gif) no-repeat;
	width: 206px;
	height: 41px;
	font-size: 18px;
	line-height: 20px;
	padding-left: 5px;
	padding-top: 8px;
}

#domains {
	width: 345px;
	height: 45px;
	float: left;
	position: absolute;
	top: 92px;
	left: 320px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}


#go {
	float: right;
	position: absolute;
	top: 88px;
	right: 14px;
	border: 0px;
	background: url(images/go.gif) no-repeat;
	width: 101px;
	height: 41px;
}

#steps {
	float: left;
	position: relative;
	width: 804px;
	height: 210px;
	left: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	color: #000;
	top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.box {
	float: right;
	position: relative;
	width: 266px;
	left: 0px;
	margin-top: 3px;
	background: url(images/vertical.gif) repeat-y left top;
	margin-bottom: 9px;
	margin-right: 0px;
	direction: rtl;
}



.box2 {
	float: right;
	position: relative;
	width: 520px;
	left: 0px;
	margin-top: 3px;
	/.background: url(images/vertical.gif) repeat-y right top;/
	margin-bottom: 9px;
	margin-right: 15px;
	direction: rtl;
}




#content {
	direction: rtl;
	float: right;
	position: relative;
	width: 700px;
	text-align: right;
	padding: 0px;
	overflow: hidden;
	/* background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;  */
}

#left {
	width: 188px;;
	float: left;
	position: relative;
	left: 6px;
	background: #CCCC66;
	top: 4px;
	color: #080808;
}

#main {
	float: right;
	position: relative;
	width: 590px;
	right: 6px;
	direction: rtl;
}

#footer {
	float: left;
	position: relative;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 804px;
	background-image: url(images/footer.gif);
	
	vertical-align: middle;
	text-align: center; 
	color: #eaeaea;
	padding-top: 5px;
	height: 35px;
}

#footer img {
	margin: 2px;
	border: solid 3px #F2D2A8;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


.btn {
	border: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	position: absolute;
}


#ttitle {
	background-color: #900000;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



#header h1 {
	font-size:30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 50px;
	color:#2266c3
}
#header h1 span {
	
	color:#6ca400}
	
#slogan  {
color:#bababa;
padding-left: 20px;
}
	
a.readmore { 
background:url(images/readon.gif) no-repeat; 
height:33px; 
width:120px; 
display:block;
font-size: 15px;
padding-top: 5px; 
padding-right: 30px; 
text-align: right; 
color:#ffffff;

}

#paypal  {
margin: 0px ;
	float: center;
	position: relative;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	direction: rtl;

}

