html, body {
	margin: 0px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-color: #000000;
}
a {color: #ffffff; text-decoration:underline; font-size: 11px; font-family: verdana;}
a:hover { color: #1976e0; text-decoration:underline; font-size: 11px; font-family: verdana; }
img {border:0px;}
p { clear:both;
	margin:0px;
	padding:0px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
.title{
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}
.label {
	margin-bottom: 5px;
}
hr {background-color:#efefef;height:1px;}
.bold {
	font-weight: bold;
}
.required{
	color: red;
	font-size: 11px;
}

/* default layout */
#container{
	margin:0px auto 0px auto;
	width:970px;

}
#container_bg {
	background:url(../images/top_bg.gif) repeat-x top;
	background-position:  0px 103px;
}
#home_container_bg {
	background:url(../images/home_top_bg.jpg) repeat-x top;
	height: 683px;
	padding: 10px;
}

#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:1000px;
	height:104px;
	clear: both;
	}
#logo img{
	margin:29px 12px 1px 12px;
}

#top_content{
	width:1000px;
}
#content{
	width:1000px;
	background:url(../images/content_bg.gif) repeat-x top;

}

#left_content{
	width:180px;
	margin-right:6px;
	float: left;
	padding-left: 15px;
}
#center{
	width:580px;
	float: left;

}

#right_content {
	float: right;
	width: 197px;
	padding-right: 15px;
}

 /** submit button **/
.border_but {
	color:#FFFFFF;
	cursor:pointer;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	/*display:inline-block;  */
	text-decoration:none;
	font-size:11px;
	padding-right:10px;
	height:20px;
	line-height:20px;
}


.border_but span {
	color:#FFFFFF;
	display:block;
	display:inline-block;
	line-height:20px;
	padding-left:10px;
	text-decoration:none;
	font-weight: bold;
}

.button_black {
	background:transparent url(../images/button.jpg) no-repeat scroll right top;

}

.button_black span {
	background:transparent url(../images/button.jpg) no-repeat scroll left top;
}

/** **/
.box{
	margin-top:15px;
	width:100%;

}
.box_head,.box_head_left,.box_head_right{
	height:25px;
	width:100%;

}
.box_head, .box_head_simple {background-color: #383838;}
.box_head_right h1, .box_head h1, .box_head_simple h1{
	color: white;
	font-size:12px;
	margin:5px 0px 0px 10px;
	padding:0px;
	}
.box_body {
	color: white;
	background-color: #444444;
	padding-bottom:10px;
	margin-bottom: 10px;
	}
.box_head_simple {
	height: 25px;
	width: 180px;
}
.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;
	width:560px;
	min-height: 200px;
}
/** END box **/

/** footer **/
#footer{
	width:970px;
	height:52px;
	margin:15px 0px 0px 0px;
	color: white;
}

#footer a{
	color:#ffffff;
	text-decoration:underline;
	}
#footer a:hover{
	color:#ffffff;
	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.png) no-repeat top left; }
div.error div.top div.right {
	height: 7px;
	margin-left: 7px;
	background:  url(../images/error_top_right.png) no-repeat top right;
}
div.error div.top div.middle {
	height: 6px;
	border-top: 1px solid #D9531E;
	margin-right: 7px;
	background-color: #FFC1A8;
	line-height: 0px;
	font-size: 0px;
}
div.error div.bottom { height: 7px; background: url(../images/error_bottom_left.png) no-repeat top left; }
div.error div.bottom div.right {
	height:auto!important;
	height: 7px;
	margin-left: 7px;
	background:  url(../images/error_bottom_right.png) no-repeat top right;
}
div.error div.bottom div.middle {
	height: 6px;
	border-bottom: 1px solid #D9531E;
	margin-right: 7px;
	background-color: #FFC1A8;
	line-height: 0px;
	font-size: 0px;
}
/* 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.png) no-repeat top left; }
div.success div.top div.right {
	height: 7px;
	margin-left: 7px;
	background:  url(../images/success_top_right.png) no-repeat top right;
}
div.success div.top div.middle {
	height: 6px;
	border-top: 1px solid #5D9732;
	margin-right: 7px;
	background-color: #BDEF98;
	line-height: 0px;
	font-size: 0px;
}
div.success div.bottom { height: 7px; background: url(../images/success_bottom_left.png) no-repeat top left; }
div.success div.bottom div.right {
	height: 7px;
	margin-left: 7px;
	background:  url(../images/success_bottom_right.png) no-repeat top right;
}
div.success div.bottom div.middle {
	height: 6px;
	border-bottom: 1px solid #5D9732;
	margin-right: 7px;
	background-color: #BDEF98;
	line-height: 0px;
	font-size: 0px;
}

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

/** pagination **/
table.pager td#pagination a, table.pager td#pagination a:hover{

	padding: 2px 6px;
	margin: 1px;
	background-color: #383838;
	}
table.pager td#pagination a:hover{
	background-color: #000000;
	}
table.pager td#pagination a.current, table.pager td#pagination a.current:hover{
	padding: 2px 6px;
	margin: 1px;
	color: #1976e0;
	background-color: #000000;
}

/** forms **/
.input-text {
	border: 1px solid #000000;
	background-color: #F7F7F7;
	color: #000000;
}
.round {
	border-top: 1px solid #929497;
	border-left: 1px solid #929497;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}

.input-submit {
	border: 1px  solid #000000;
	padding: 1px 3px;

	background-color: #000000;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
/** 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: #ffffff;
	text-decoration: none;
}
ul.category li a:hover, ul.category li a.selected {
	color: #1976e0;
	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: #3a3a3a;
	padding: 5px;
}

/** END gray box **/

.movie-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 3px 3px 10px;
	background-color: #3a3a3a;
	margin: 0px 0px 10px 0px;
	height: 22px;
}


/** 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: left;
}
.button {
	padding-top:20px;
	padding-left: 20px;
	color:#ffffff;
	height:38px;
	width:170px;
	background: transparent url(../images/blue_button.png) no-repeat scroll 0% 50%;
	cursor: pointer;
}
.button a, .button a:hover {
	  color:#ffffff;
}
.accToggler{
	margin:0px;
	padding:0px;
	cursor: pointer;
}

td.simple_package {
	width: 180px;
}
td.simple_package div {
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	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;

	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;
}
