*{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
a{
    text-decoration: none;
}
p{
    margin: 2px 0;
}
body{
    font-family: "Times New Roman", Times, serif;
    font-size:14px;
    color: #18100D;
    background-color: #fcf2d6;
}
.clear{
    clear: both;
}

#wrapper{
    width: 964px;
    padding: 10px 18px;
    margin: 0 auto;
}
#logo{
    width: 250px;
    text-align: left;
    float: left;
}
#header_menu{
	padding: 5px 10px;
	font-size: 12px;
	float: right;
	background-color: #A52335;
	margin-top: 55px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #A52335;
	border-radius:5px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-webkit-border-radius:8px;
}
#header_menu ul{
    list-style-type: none;
}
#header_menu ul li{
    float: left;
}
#header_menu ul li.sep{
    padding: 0 6px;
    color: #f18f90;
    float: left;
}
#header_menu ul li a{
    color: #ffffff;
    text-transform: uppercase;
   
    font-size:18px;
}
#header_menu ul li.main_menu{
	position: relative;
}

.submenu{
	display: none;
	position: absolute;
	width: 240px;
	background-color: #A52335;
}
#header_menu .submenu li{
	float: none;
	padding: 3px 10px;
	margin: 2px 5px;
}
#header_menu .submenu li a{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#header_menu .submenu li a.on{
	text-decoration: underline;
}
#header_menu .submenu li:hover{
	background-color: #F39D90;
}
#header_menu .submenu li.not_last{
	border-bottom: 1px solid #fefefe;
}


#banner_top{
    width: 964px;
}
.price_box{
    width: 222px;
    height: 483px;
    padding: 0 8px;
    float: left;
    margin-left: 2px;
    position: relative;
}
#alfa{
    background: url('../media/layout/pachete/a.gif') center no-repeat;
}
#beta{
    background: url('../media/layout/pachete/b.gif') center no-repeat;
}
#delta{
    background: url('../media/layout/pachete/c.gif') center no-repeat;
}
#sigma{
    background: url('../media/layout/pachete/d.gif') center no-repeat;
}
.price_text{
    margin-top: 230px;
    padding-left: 55px;
    font-size: 50px;
    color: #ffffff;
}
.options{
    padding: 20px 20px 20px 40px;
	padding-top:4px;
}
.options ul{
    color: #2a2829;
    font-size: 23px;
}
.options ul li{
    color: #e21f27;
}
.options ul li span{
    color: #2a2829;
}
.options ul li.active, .options ul li.active span{
    color: #ffffff;
}
.details{
    display: block;
    width: 120px;
    height: 40px;
    bottom: 13px;
    left: 75px;
    position: absolute;
    background: url('../media/layout/pachete/detalii.gif') left top no-repeat;
}
.comanda_red{
    display: block;
    width: 120px;
    height: 40px;
    bottom: 20px;
    left: 63px;
    position: absolute; 
}
.article .comanda_red img{
    border: 0 none;
}
.box{
    width: 207px;
    height: 207px;
    padding: 10px;
    background: url('../media/layout/box_bg.gif') left top no-repeat;
    float: left;
    margin-left: 8px;
    position: relative;
}
.box_image{
    text-align: center;
    margin-bottom: 10px;
}
.article .box_image img{
	border: 0;
}
h1, h2, h3, h4{
    color: #2a2829;
    padding-bottom: 10px;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 20px;
}
.box_text{
    font-weight: bold;
    padding-left: 20px;
    font-size: 11px;
    color: #85827d;
    line-height: 12px;
}
.detalii{
    display: block;
    position: absolute;
    width: 42px;
    height: 16px;
    background: url('../media/layout/pachete/detalii.gif') left top no-repeat;
    bottom: 11px;
    right: 15px;	
}
.detalii_small{
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    background: url('../media/layout/detalii.gif') left top no-repeat;
    bottom: 11px;
    right: 15px;	
}
#box_2, #box_3, #box_4{
    margin-left: 13px;
}
.all_packages_contain{
    padding-left: 25px;
    padding-bottom: 10px;
}
#text_image_1{
    width: 469px;
    height: 178px;
    float: left;
    margin-left: 6px;
}
#text_image_2{
    width: 469px;
    height: 178px;
    float: left;
    margin-left: 15px;
}
.line{
    width: 964px;
    border-bottom: 2px solid #f39d90;
    margin-bottom: 10px;
}
#bottom_menu{
    text-align: left;
}
#bottom_menu ul{
    list-style-type: none;
}
#bottom_menu ul li{
    display: inline;
}
#bottom_menu ul li.sep{
    color: #6f706b;
    padding: 0 10px;
}
#bottom_menu ul li a{
    color: #6f706b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.article{
	padding: 5px 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.article_left{
    width: 250px;
    float: left;
}
.article_content{
    width: 650px;
    float: left;
    padding-left: 10px;
}
.article_content ul{
    padding-left: 40px;
    list-style-type: circle;
}
.article_content ol{
    padding-left: 80px;
    padding-top: 5px;
}
.article_content ul li, .article_content ol li{
    color: #18100D;
}
.article_right{
    float: right;
    width: 400px;
}
.contactForm{
    width: 360px;
}
#invite_form{
    width: 400px;
}
.field{
    border: 1px solid #F39D90;
    padding: 3px 5px;
    width: 250px;
}
textarea.field{
    height: 150px;
}
.submit{
    background-color: #ffffff;
    color: #e21f23;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid #F39D90;
    cursor: pointer;
}
.mini_images{
    padding: 10px;
}
.mini_images img{
    border: 5px solid #F39D90;
    margin-right: 10px;
    margin-bottom: 10px;
}
.article img{
    border: 5px solid #F39D90;
}

.message_sent{
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
}

.tabel_comparativ img{
    border: 0 none;
}
.tabel_comparativ{
    background-color: #ffffff;
}
.tabel_comparativ td{
    padding: 5px;
    margin: 1px;
    font-size: 11px;
}
.tabel_comparativ td.t_header{
    background-color: #F39D90;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.tabel_comparativ td.col_1{
    background-color: #F39D90;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
}
.tabel_comparativ td.col_2{
    background-color: #a3d8f7;
    text-align: center;
}
.tabel_comparativ td.col_3{
    background-color: #ff9c6a;
    text-align: center;
}
.tabel_comparativ td.col_4{
    background-color: #b9db6b;
    text-align: center;
}
.tabel_comparativ td.col_5{
    background-color: #34cc99;
    text-align: center;
}
.smb{
    position: relative;
}
#s_m_b img{
    border: 0 none;
}
#win_20 img{
    border: 0 none;
}
#show_money_back{
    display: none;
    position: absolute;
    font-size: 10px;
    background: #A3D8F7;
    border: 2px solid #3a9cbc;
    width: 250px;
    padding: 5px;
    top: 0px;
    left: 130px;
}
#download_zone{
    background-color: #e21f23;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
}

.this_gallery{
	float: left;
	margin: 4px;
}
.this_gallery a img{
	border: 3px solid #F39D90;
}
.marq {
	border: 2px solid #E63032;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
#spend {
	background-color: #E63032;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #E63032;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

marquee img{
	border: 1px solid #fffff;
	border-radius: 8px;
	-webkit-border-radius: 5px;
	-moz--border-radius: 5px;
	-ms--border-radius: 5px;
	-o-border-radius: 5px;
	margin: 3px;
}
.porto {
	background-color: #FFF;
	height: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
}