html, body {
	background: url(../images/bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #4b4b4b;
}
a, a:hover { color: #5D9732; text-decoration:underline; }
img {border:0px;}
p { clear:both;
	margin:0px;
	padding:0px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
hr {background-color:#efefef;height:1px;}
.bold {
	font-weight: bold;
}
/* default layout */
#container{
	margin:0px auto 0px auto;
	width:970px;
}
#logo, #logo img, #header, #content, #left_content, #right_content, #footer, #footer_left, #footer_right, .box , .box_head, .box_head_simple, .box_head_left, .box_head_right, .box_head_right h1, .box2_head_right h1, .box_body, .box_under, .box_under_left, .box_under_right ,ul#solutions,ul#offshore , ul#solutions li,ul#offshore li, #about_icons, .about_icons_container, img.icon, .about_icons_desc, .about_icons_desc h4,#space,
img#live_demo { float:left;display:inline;margin:0px;padding:0px; }
#logo{
	width:970px;
	height:95px;
	}
#logo img{
	margin:10px 0px 0px 0px;
}

#header{
	margin-top:15px;
	width:970px;
	height:174px;
	background: url(../images/header.jpg) no-repeat top left;
	}
#content{
	width:970px;
}

#left_content{
	width:211px;
	margin-right:5px;
	float: left;
}
#center{
	width:550px;
	float: left;
}

#right_content {
	float: right;
	width: 200px;
}

/** box **/
.box{
	margin-top:15px;
	width:100%;
}
.box_head,.box_head_left,.box_head_right{
	height:25px;
	width:100%;
}
.box_head, .box_head_simple { background:url(../images/box_head.gif) repeat-x top; }
.box_head_left { background:url(../images/box_head_left.gif) no-repeat top left; }
.box_head_right { background:url(../images/box_head_right.gif) no-repeat top right; }
.box_head_right h1, .box_head h1, .box_head_simple h1{
	font-size:12px;
	margin:5px 0px 0px 10px;
	padding:0px;
	}
.box_body {
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	padding-bottom:5px;
	}
.box_head_simple {
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	height: 25px;
	width: 209px;
}
.box_body p{
	padding:14px 14px 0px 14px;
	text-align:justify;
}
.box_under,.box_under_left,.box_under_right {
	height:8px;
	width:100%;
	line-height:0px;
	font-size:0px;
}
.box_under{
	background:url(../images/box_under.gif) repeat-x top;
}
.box_under_left{
	background:url(../images/box_under_left.gif) no-repeat top left;
}
.box_under_right{
	background:url(../images/box_under_right.gif) no-repeat top right;
}
.box2_under{
	background:url(../images/box2_under.gif) repeat-x top;
	}
.box2_under_left{
	background:url(../images/box2_under_left.gif) no-repeat top left;
}
.box2_under_right{
	background:url(../images/box2_under_right.gif) no-repeat top right;
}
.main {
	padding: 10px 0 10px 10px;
	width:538px;
}
/** END box **/

/** footer **/
#footer,#footer_left,#footer_right{
	width:970px;
	height:52px;
	}
#footer{
	margin:15px 0px 0px 0px;
	background: url(../images/footer_bg.gif) repeat-x top;
}
#footer_left{background: url(../images/footer_left.gif) no-repeat top left;}
#footer_right{
	background: url(../images/footer_right.gif) no-repeat top right;
	color:#868798;
	text-align:center;
	padding-top:12px;
	height:40px;
	}
#footer_right a{
	color:#868798;
	text-decoration:none;
	}
#footer_right a:hover{
	color:#333333;
	text-decoration:none;
}
/** END footer **/
******************************

/* error messages */
div.error { margin-bottom: 10px; margin-right: 10px; }
div.error div.bubble {
	text-align: left;
	padding: 3px 7px;
	background-color: #FFC1A8;
	border-left: 1px solid #D9531E;
	border-right: 1px solid #D9531E;
	color: #D9531E;
	font-size: 12px;
	font-weight: bold;
}
div.error div.top { height: 7px; background: url(../images/error_top_left.gif) no-repeat top left; }
div.error div.top div.right {
	height: 7px;
	margin-left: 7px;
	background: #FFC1A8 url(../images/error_top_right.gif) no-repeat top right;
}
div.error div.top div.middle {
	height: 6px;
	border-top: 1px solid #D9531E;
	margin-right: 7px;
}
div.error div.bottom { height: 7px; background: url(../images/error_bottom_left.gif) no-repeat top left; }
div.error div.bottom div.right {
	height: 7px;
	margin-left: 7px;
	background: #FFC1A8 url(../images/error_bottom_right.gif) no-repeat top right;
}
div.error div.bottom div.middle {
	height: 6px;
	border-bottom: 1px solid #D9531E;
	margin-right: 7px;
}
/* success messages */
div.success { margin-bottom: 10px; margin-right: 10px;}
div.success div.bubble {
	text-align: left;
	padding: 3px 7px;
	background-color: #BDEF98;
	border-left: 1px solid #5D9732;
	border-right: 1px solid #5D9732;
	color: #5D9732;
	font-size: 12px;
	font-weight: bold;
}
div.success div.top { height: 7px; background: url(../images/success_top_left.gif) no-repeat top left; }
div.success div.top div.right {
	height: 7px;
	margin-left: 7px;
	background: #BDEF98 url(../images/success_top_right.gif) no-repeat top right;
}
div.success div.top div.middle {
	height: 6px;
	border-top: 1px solid #5D9732;
	margin-right: 7px;
}
div.success div.bottom { height: 7px; background: url(../images/success_bottom_left.gif) no-repeat top left; }
div.success div.bottom div.right {
	height: 7px;
	margin-left: 7px;
	background: #BDEF98 url(../images/success_bottom_right.gif) no-repeat top right;
}
div.success div.bottom div.middle {
	height: 6px;
	border-bottom: 1px solid #5D9732;
	margin-right: 7px;
}

.details { font-size: 12px; color: #010100; line-height: 18px; text-align: left; }
.details a, .details a:hover { font-size: 12px;  font-weight: bold; color: #5D9732;}
.movie_image { border: 1px solid #B9B9B9; padding: 1px; margin-bottom: 6px;}

/** pagination **/
table.pager td#pagination a, table.pager td#pagination a:hover{
	display: block;
	padding: 2px 4px;
	margin: 1px;
	background-color: #EDEDED;
	}
table.pager td#pagination a:hover{
	background-color: #CBCBCB;
	}
table.pager td#pagination a.current, table.pager td#pagination a.current:hover{
	display: block;
	padding: 2px 4px;
	margin: 1px;
	color: #FFFFFF;
	background-color: #4CAC00;
}
/** forms **/
.input-text {
	border-top: 1px solid #929497;
	border-left: 1px solid #929497;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.round {
	border-top: 1px solid #929497;
	border-left: 1px solid #929497;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

.input-submit {
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	border-bottom: none;
	border-right: none;
	background-color: #A4A6A8;
	color: #414141;
}
/** END forms **/

/** sidebar **/
ul.category {
	margin: 0;
	padding: 0;
}
ul.category li {
	 padding-left:30px;
	margin: 2px 0;
	list-style:none;
}
ul.category li a {
	color: #000000;
	text-decoration: none;
}
ul.category li a:hover, ul.category li a.selected {
	color: #5D9732;
	text-decoration: underline;
}
ul.subcategory {
	list-style-image: url('../images/circle-point.gif');
	margin: 0 0 0 25px;
	padding: 5px 0;
}
ul.subcategory li {
	margin: 2px 0;
	padding: 0;
}
/** END sidebar **/

div.box_body div.main ul {
	margin: 0 0 0 45px;
}

/** start gray box **/
div.grey {
	background-color: #F3F3F3;
}
div.grey div.top { height: 7px; background: url(../images/grey-top-left.gif) no-repeat top left; }
div.grey div.top div {
	height: 7px;
	margin-left: 11px;
	background: #F3F3F3 url(../images/grey-top-right.gif) no-repeat top right;
}
div.grey div.bottom { height: 7px; background: url(../images/grey-bottom-left.gif) no-repeat bottom left; }
div.grey div.bottom div {
	height: 7px;
	margin-left: 11px;
	background: #F3F3F3 url(../images/grey-bottom-right.gif) no-repeat bottom right;
}

/** END gray box **/

.movie-title {
	color: #D9531E;
	font-size: 20px;
	font-weight: bold;
}


/** rows colors **/
.par td{
	background: #f0f0f0;
}

.par:hover td{
	background: #D1DBDF;
}

.impar:hover td{
	background: #D1DBDF;
}
/** end rows colors **/

input.newButton   {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #4B4B4B;
	background: #E5E5E5;
	padding: 1px;
	border: solid 1px #589B2A;
	cursor: pointer;
	float: center;
}
.accToggler{
	margin:0px;
	padding:0px;
	cursor: pointer;
}

td.simple_package {
	width: 150px;
	height: 41px;
	background: url(../images/buy_credit_for.gif) no-repeat;
}
td.simple_package div {
	width: 31px;
	height: 41px;
	line-height: 41px;
	margin-left: 112px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}
td.double_package {
	width: 200px;
	height: 72px;
	background: url(../images/buy_credit_for_double.gif) no-repeat;
}
td.double_package div.top, td.double_package div.bottom {
	width: 31px;
	margin-left: 112px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}
td.double_package div.top {
	height: 36px;
	line-height: 36px;
}
td.double_package div.bottom {
	height: 36px;
}
#flags img {
    padding-right: 3px;
}