/*  
Theme Name: Submit Pros WordPress Theme
Theme URI: 
Description: Submit Pros.
Version: 1.0
Author: 
Author URI: 


*/



/* Begin Typography & Colors */


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 18px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #145197;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #145197;
	font-weight:bold;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #0066cc;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:  Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

 h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
a, a:visited{
	text-decoration:none;
	color: #06c;
}
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 690px;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 0px;
	width: 690px;
	}

.post {
	margin: 0 0 40px;
	/*text-align: justify;*/

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	background-image:none !important;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

#sidebar ul ul li:before, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	
	line-height:20px;
	}
	
.entry ul li:before{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:20px;

	}
	

.entry ol {
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
	}

.entry ol li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	line-height:20px !important;
	}
	
.entry ul{
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style-type:none;
	}
	
.entry ul li{
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	background-position:left;
	padding:0px 0px 0px 13px !important;
	margin:0px 0px 0px 15px !important;
	line-height:20px !important;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px 0px 0px 15px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 25px 3px 0px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0;
	width:250px;
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:underline;
	}

#wp-calendar caption {
	text-align: center;
	
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#today{
	color:#009999;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.textwidget{
	padding:5px 20px;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */






/*===================================================== style html ======================================================================*/

html,body{height:100%}
body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3c3c3c;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	height:100%;
}

a, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}


/*==== container=======*/
* html #main_container-top{height:90%;}/* ie6 and under*/
#main_container-top{
	width:999px;
	min-height:90% !important;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;


}
#main_container-bottom{
	clear:both;
	background-image:url(images/bg_body-footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:10%;
	border:solid 0px #78787a;
	margin-top:15px;
	
	
}
* html #main_container-bottom{height:10%;}/* ie6 and under*/
	
/*end*/

/**/
#main_container{
	width:999px;

}
#sub_container{
	width:999px;
	
}


/**/
#header_container{
	width:999px;
}


/*=============================================================*/
#main_header01{
	width:999px;
	height:24px;
	
}
#nav-top{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}
#nav-top ul{
	margin:0px;
	padding:3px 0px 0px 0px;
}
#nav-top ul li{
	display:inline;
	color:#fff;
	border-left:1px solid #fff;
	padding:0px 8px 0px 8px;
}

#nav-top ul li a, #nav-top ul li a:visited {
	color:#fff;

}

#nav-top ul li a:hover{
	text-decoration:underline;
}
#nav-top li.noborder{
	border:0px;
}
					
/**/
#main_header02{
	width:999px;
	height:66px;
}
#main_header02 h1 { font-size:13px; float:right; padding:0;
margin:0;}
				
/**/	
#main_header03{
	width:999px;
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	float:left;
	
}

#nav{
	font-size:13px;
	font-weight:bold;
	
}
#nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	
	
}

#nav ul ul{
	display:inline;
}

#nav ul li{
	display:inline;
	color:#fff;
	background-image:url(images/line-vet-top.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 1px;
	float:left;
}

#nav ul li#noborder, #nav ul li.page-item-2{
	background-image:none;
}


#nav ul li a, #nav ul li a:visited {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	padding:7px 15px 7px 15px;
}

#nav ul li a:hover, #nav ul li.current_page_item a{
	text-decoration:none;
	background-image:url(images/bg_hover.gif);
	background-repeat:repeat-x;
	display:block;
	float:left;
}





				
/**/		
#main_header04{
	width:999px;
	margin:5px 0px 6px 0px;
	background-image:url(images/mainpix.jpg);
	height:192px;
	float:left;
	margin:10px 0px 0px 0px;
}		


/**/
#body_container{
	width:999px;
}
			
.box-mainbody-r{
	width:999px;
	background-image:url(images/box-mainbody-r.gif);
	background-repeat:repeat-y;
	margin-bottom:15px;
	float:left;
}
.box-mainbody-t{
	width:999px;
	background-repeat:no-repeat;
	background-image:url(images/box-mainbody-t.gif);
	background-position:top;
	float:left;
}
.box-mainbody-b{
	width:999px;
	background-repeat:no-repeat;
	background-image:url(images/box-mainbody-b.gif);
	background-position:bottom;
	float:left;
	padding:0px 0px 10px 0px;
}
.main_box-mainbody{
	width:999px;

}

/**/

#left_container{
	width:250px;
	padding:6px 8px 0px 0px;
	float:left;
}


/**/
.box_nav_r{
	background-image:url(images/box-left-r.gif);
	background-repeat:repeat-y;
	width:249px;
	margin-bottom:15px;
}
.box_nav_t{
	background-image:url(images/box-left-t.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:249px;
}
.box_nav_b{
	background-image:url(images/box-left-b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:249px;
	padding:0px 0px 10px 0px;
}
.main_nav{
	min-height:100px;
}

* html .main_nav{
	height:100px;
}

#sidebar ul li h2{
	color:#0b3765;
	font-family:Arial, Verdana;
	font-size:20px;
	font-weight:bold;
	padding:13px 0px 15px 55px;
	margin:0px 0px 0px 0px;
	line-height:normal;
	width:190px;
	
}




/* --------search-------- */	

#main-src {
	
	height:34px;
	
	}
.widget_search .search{
	padding-top:15px;
	

}	

.widget_search .search .title_src{
	color:#0b3765;
	font-family:Arial, Verdana;
	font-size:20px;
	font-weight:bold;
	padding:13px 0px 15px 55px;
	margin:0px 0px 0px 0px;

	
}
.narrowcolumn .title_src {
	display:none;
}
.main_search {
	float:right;
	padding:3px 10px 0px 0px ;
	}
.main_search form {
	margin:0px;
	padding:0px;
}

/*style html*/
/**/
#left-nav{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF;
	margin-bottom:15px;
}
#left-nav ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1px;
	
	
}
#left-nav ul li{

	color:#0a4689;
	text-align:left;
	list-style-type:none;
	
	
}

#left-nav ul li.green{
	background-image:url(images/bg_menu-green.gif);
	background-repeat:no-repeat;
	width:249px;
	
	
	
}

#left-nav ul li.chocolate{
	background-image:url(images/bg_menu-choclate.gif);
	background-repeat:no-repeat;
	width:249px;
	

}

#left-nav ul li.blue{
	background-image:url(images/bg_menu-blue.gif);
	background-repeat:no-repeat;
	width:249px;
	
	
}

#left-nav ul li.red{
	background-image:url(images/bg_menu-red.gif);
	background-repeat:no-repeat;
	width:249px;
	
	
}


#left-nav ul li.noborder{
	background-image:none;
}


#left-nav ul li a, #left-nav ul li a:visited {
	color:#0a4689;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	width:234px;
	display:block;
	padding:5px 0px 6px 15px;
	
}

#left-nav ul li a:hover{
	text-decoration:none;
	background-image:url(images/bg_menu-hover.gif);
	background-repeat:no-repeat;
	color:#bf501f;
	width:234px;
	display:block;
	margin:0px 0px 0px 9px;
	padding:5px 0px 6px 6px;
}


/**/
.box-why-r{
	background-image:url(images/box-why-r.gif);
	background-repeat:repeat-y;
	width:249px;
	margin-bottom:15px;
}
.box-why-t{
	background-image:url(images/box-why-top.gif);
	width:249px;
	background-repeat:no-repeat;
	background-position:top;
	padding:20px 0px;
}
.box-why-b{
	background-image:url(images/box-why-b.gif);
	width:249px;
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 0px 0px 0px;
}
.main_box-why{
	width:249px;
}
.main_box-why ul{
	margin:0px 0px;
	padding:5px 0px 30px 10px;
}

.main_box-why ul li{
	background-image:url(images/icon_ok.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	list-style-type:none;
	padding:0px 0px 4px 24px;
	font-weight:bold;
}


/**/
.box-testi-r{
	background-image:url(images/box-testi-r.gif);
	background-repeat:repeat-y;
	width:249px;
	margin-bottom:15px;
}
.box-testi-t{
	background-image:url(images/box-testi-t.gif);
	width:249px;
	background-repeat:no-repeat;
	background-position:top;
	padding:20px 0px;
}
.box-testi-b{
	background-image:url(images/box-testi-b.gif);
	width:249px;
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 0px 0px 0px;
}
.main_box-testi{
	width:249px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#484848;
}

.main_box-testi p{
	margin:0px 10px 0px 7px;
	padding:10px 0px 10px 22px;
	background-image:url(images/icon_kutip-t.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
}

.main_box-testi p span.quote{
	background-image:url(images/icon_kutip-b.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	padding:0px 20px 10px 0px;
	border:1px solid #e6e1f8;
}



/**/
#right_container{
	width:730px;
	padding:0px 5px 0px 5px;
	float:left;

}

/**/
.main_content{
	width:707px;
	padding-left:8px;
}

.main_content h2, .main_content h3 {
	background-image:url(images/bg_title.gif);
	background-repeat:no-repeat;
	padding:3px 0px 0px 35px;
	height:28px;
	
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}


/**/
.container_paket{
	width:717px;
	padding:0px 0px 15px 10px;
	float:left;

}

/**/
.main_paket1{
	width:233px;
	float:left;
}
.box-paket1-r{
	background-image:url(images/box-cont-red-r.gif);
	background-repeat:repeat-y;
	width:233px;
	float:left;
}
.box-paket1-t{
	background-image:url(images/box-cont-red-t.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:233px;
	float:left;
}
.box-paket1-b{
	background-image:url(images/box-cont-red-b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:233px;
	float:left;
	
}
.box-paket1{
	width:233px;
	
}

.box-paket1 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:6px 0px 15px 0px;
	color:#FFFFFF;
}
.box-paket1 ul{
	margin:0px 0px;
	padding:5px 0px 10px 10px;
}

.box-paket1 ul li{
	background-image:url(images/icon-01.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	padding:0px 0px 0px 15px;
	line-height:20px;
	font-weight:bold;
}

ul.button-red{
	padding:40px 0px 0px 0px!important;
	
}

ul.button-red li{
	background-image:none;
	padding:0px 0px 0px 10px!important;
}

/**/
.main_paket2{
	width:233px;
	float:left;
	padding:0 3px;
	
}
.box-paket2-r{
	background-image:url(images/box-cont-blue-r.gif);
	background-repeat:repeat-y;
	width:233px;
	float:left;
}
.box-paket2-t{
	background-image:url(images/box-cont-blue-t.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:233px;
	float:left;
}
.box-paket2-b{
	background-image:url(images/box-cont-blue-b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:233px;
	float:left;
	
}
.box-paket2{
	width:233px;
	
}

.box-paket2 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:6px 0px 15px 0px;
	color:#FFFFFF;
}
.box-paket2 ul{
	margin:0px 0px;
	padding:5px 0px 10px 10px;
}

.box-paket2 ul li{
	background-image:url(images/icon-01.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	padding:0px 0px 0px 15px;
	line-height:20px;
	font-weight:bold;
}

ul.button-blue{
	padding:40px 0px 0px 0px!important;
	
}

ul.button-blue li{
	background-image:none;
	padding:0px 0px 0px 10px!important;
}

/**/
.main_paket3{
	width:233px;
	float:left;
}
.box-paket3-r{
	background-image:url(images/box-cont-green-r.gif);
	background-repeat:repeat-y;
	width:233px;
	float:left;
}
.box-paket3-t{
	background-image:url(images/box-cont-green-t.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:233px;
	float:left;
}
.box-paket3-b{
	background-image:url(images/box-cont-green-b.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:233px;
	float:left;
	
}
.box-paket3{
	width:233px;
	
}

.box-paket3 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:6px 0px 15px 0px;
	color:#FFFFFF;
}
.box-paket3 ul{
	margin:0px 0px;
	padding:5px 0px 10px 10px;
}

.box-paket3 ul li{
	background-image:url(images/icon-01.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	padding:0px 0px 0px 15px;
	line-height:20px;
	font-weight:bold;
}

ul.button-green{
	padding:40px 0px 0px 0px!important;
	
}

ul.button-green li{
	background-image:none;
	padding:0px 0px 0px 10px!important;
}



/**/
.container_paket2{
	width:717px;
	padding:0px 0px 0px 7px;
	
	
}


.main_paket-new{
	background-image:url(images/bg_new1.gif);
	background-repeat:no-repeat;
	width:710px;
	height:54px;
	padding:0px 0px 0px 0px;
	float:left;
}
											
.left-paket-new{
	float:left;
	width:532px;
	color:#1b55a1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:14px 0px 0px 70px;
	font-weight:bold;
}
span.txt-bold{
	color:#3c3c3c;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.right-paket-new{
	float:left;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;
	padding:10px 0px 0px 0px;
}

.right-paket-new a, .right-paket-new a:visited{
	color:#fff;
	text-decoration:underline;
}


/**/
.main_paket-new2{
	background-image:url(images/bg_new2.gif);
	background-repeat:no-repeat;
	width:710px;
	height:54px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	float:left;
}
											
.left-paket-new2{
	float:left;
	width:532px;
	color:#55b655;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:14px 0px 0px 70px;
	font-weight:bold;
}

.right-paket-new2{
	float:left;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;
	padding:10px 0px 0px 0px;
}

.right-paket-new2 a, .right-paket-new2 a:visited{
	color:#fff;
	text-decoration:underline;
}




/**/
#footer_container{
	width:999px;
	margin:0 auto;
	height:204px;
	
}

#nav-footer{
	padding:120px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#nav-footer ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	
}
#nav-footer ul li{
	display:inline;
	color:#fff;
	border-left:1px solid #fff;
	padding:0px 20px 0px 20px;
	
}

#nav-footer ul li.noborder{
	border:0px;
}


#nav-footer ul li a, #nav-footer ul li a:visited {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#nav-footer ul li a:hover{
	text-decoration:underline;
}

.copyright{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
}

table.showservice {
background-color:#DFDFDF;
border-collapse:collapse;
color:#000000;
padding:2px;
}