/* 
Enter WP Design & Creation Comments Here

*/

/*////////// GENERAL //////////*/
body {
	margin: 0px;
  padding: 0px;
}

#container {
	margin: 0 auto;
  width: 910px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height:16px;
  color: black; 
}
	  
#container2 {

}

/*////////// TYPEOGRAPHY //////////*/
		
h1 {
	color:#3A653A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:900; 
	text-align: left;
}
		
h1.main {
	color:#878787;
	font-family:Verdana,sans-serif;
	font-size:10px;
	text-align: left;
}
		
h3 {
	color:#3A653A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	margin-bottom: 3px; 
}
	

p {
	color:#333333;
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	text-align:justify;
}

p.main {
	/* margin-top:  0px; */
}

ul.main {
	/* margin-top:  0px; */
}
		
a:link {
	color:#7E9B1D;
	text-decoration: none;
}
a:visited {
	color:#7E9B1D;
	text-decoration: none;
}
a:hover {
	color:#7E9B1D;
	text-decoration: underline;
}
a:active {
	color:#7E9B1D;
	text-decoration: underline;
}

a.lawlinks {
	text-decoration: underline;
}
	 	 

/*////////// HEADERS //////////*/
#header {
   width: 952px;
   height: 265px;
   margin: 0px;
   padding: 0px;
}
	
#header p, #header h1, #header h2/**/ { 
   /*display: none;*/
}

#logo {
	float: left;
	height: 70px;
}

#header_img{
}

#header_img_menu {
	float: right;
	padding: 70px 55px 0px 0px;
}

#header_img_menu a, #header_img_menu a:visited  {
	color: black;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
    font-size: 12px;
}

#header_img_menu a:hover {
	color: gray;
}

#header_img_map {
	clear: both;
        height: 149px;
        margin-bottom: 0px !important;
        margin-bottom: -10px;
}



#header_img_change_lang {
	height: 35px;
	background: url(images/header_change_lang.gif) no-repeat left bottom;
}

#page_id {
	background-color: #FFCE4D;
	border: thin solid #000000;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#header_img_change_lang form{
	padding: 10px !important;
        margin: 0px !important;
}

.textwidget{
       padding: 0px;
       margin:  0px;
}       

/*////////// CONTENT //////////*/
.post {
	float: right;
	width: 650px;
}

.post_main {
	float: left;
	width: 450px;
}

.post_title {
	float: right;
	width: 280px;
	height: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 30px;
 	line-height: 0.4;
 	border-bottom: 1px dotted green;
 	color: black;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	text-align: left;
}

.entry {
	clear: both;
}

.entry ul {
	font-family: Tahoma,sans-serif;
	list-style-image: url(images/bullet1.gif);
}

.entry ol {
	font-family: Tahoma,sans-serif;
	list-style-image: url(images/bullet2.gif);
}

.entry ol#samples {
	list-style-image: none;
}

.entry ol#samples li {
	color: #7E9B1D;
}

.entry li {
	color:black;
	font-family:Tahoma,sans-serif;
	font-size: 12px;
}
	

.print_version {
	text-align: right;
}		
  
.text3 {
	color:#333333;
	font-family:Tahoma,sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	padding:7px;
	text-align:justify;
}  
a.more {
	/*cursor: default;*/
	color: black;
	text-decoration: none; 
}

a.heading {
	color: #878787;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: 900; 
	text-align: right;
}
/*////////// SIDEBARS //////////*/
#sidebarLT {
	float: left;
	width: 190px;
  margin-right: 30px;
}

#sidebarRT {
	float: right;
  text-align: right;
	width: 200px;
  margin-left: 40px;
  margin-top: 12px;
  *margin-top: 23px;
 	_margin-top: 28px;
}


#menu ul {
	width:  190px;
	margin: 15px 0px 0px 5px;
 	padding: 0;
 	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}


#menu ul li {
	text-align: left;
	vertical-align:text-bottom;
	height:  24px;
	line-height: 34px;
 	*height: 20px; 
 	*line-height: 24px;
 	_height: 18px; 
 	_line-height: 18px;
 	border-bottom: 1px dotted green;
	list-style: none;
	display: block;
} 


#menu ul li a {
	padding-left: 2px;
    _position: relative;
	_top: 12px;
}

#menu a, #menu a:visited  {
	color: black;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold
}

li#online_order a,li#online_order a:visited,li#online_order a:hover {
		color: red;	
}

li#recommendations a ,li#recommendations a:visited,li#recommendations a:hover {
		color: white;
		background-color: #19883B;
		width: 190px;
		height:  18px;
		line-height: 20px;
 		*height: 18px; 
 		*line-height: 20px;
 		_height: 16px; 
 		_line-height: 12px;
		display: block;
		position: relative;
    	top: 7px !important;
		top: 10px;	
}


div.square {
	height: 10px;
	width: 10px;
	font-size: 1px;
	position: relative;
	left: 180px;
	top: -24px;
	*top: -20px;
	_top: -4px;
}

div.square2 {
	height: 10px;
	width: 10px;
	font-size: 1px;
	text-indent: -2000em;
	float: right;
	right: 2px;
	bottom: 4px;
	position: relative;
}

a.thickbox img {
	border: 1px solid gray;
}

#gray {
	background-color: #717171;
}

#red {
	background-color: #BD0100;
}

#blue {
	background-color: #475675;
}

#yellow {
	background-color: #B5BE00;
}

#green {
	background-color: #19883B;
}

#pink {
	background-color: #AB5EA4;
}

#reccomedations_color {
	background-color: #19883B;
}

#menu a:hover {
	color: gray;
}

#others {
	text-align: center;
}



#pricelist
{
	margin-bottom: 20px;
}
#pricelist th {
	color:#19883B;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #ffbc05;
	padding: 7px 10px 7px 0;
}
#pricelist td
{
	border-bottom: 1px dashed #ffdb7a;
	padding: 7px 10px 7px 0;
}

#pricelist2
{
	margin-bottom: 20px;
}
#pricelist2 th {
	color:#19883B;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #ffbc05;
	padding: 7px 10px 7px 0;
}
#pricelist2 td
{
	border-bottom: 1px dashed #ffdb7a;
	padding: 7px 10px 7px 0;
	font-size: 11px;
}
	
#quote p{
	font-size: 11px;
}	
/*////////// FORMS //////////*/


/*////////// FOOTER //////////*/
div#footer{
	clear: both;
	width: 952px;
}

div#footer_menu {
	height: 32px;
	text-align: center;
}


div#footer_img {
	text-align: right;
	background: #fff url('images/footer.gif') repeat-x;
}

div#adress {
	padding: 5px 5px 5px 0px;
}

div#counters {
	padding: 5px 0px 0px 0px;
	float: right;
}
		
/*////////// IMAGES //////////*/		


/*////// FUN CLASSES ///////////*/
div.text_translation_id, div.translation_editing_id, div.pricelist_id, div.lawstranslations_id, div.abouttranslation_id, div.extra_id, div.morenews_id{
	display: none;
}

div.law_images {
  text-align: center;
}

div.law_images img {
  border: 1px solid gray;
}
table.main_tables{
  border: 1px solid gray;
}

table.main_tables td {
  border: 1px solid gray;
}

/*////// FOR LAWS PAGE ///////////*/


div.clear {
  clear: both;
}


div.laws-header {
  float: left;
}

div.laws-header-img {
  float: left;
}

div.laws-header-title {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:35px;
	font-weight:900;
  text-transform: uppercase;
}

div.cyprus-title {
    color: #2EA086;
}

div.bvi-title {
    color: #122F6B;
}

div.britain-title {
    color: #D11F35;
}

div.panama-title {
    color: #0088D6;
}

div.nevis-title {
    color: #00823C;
}


div.laws-header-desc p {
  margin-left: 30px;
}


div.laws-screenshots {
  margin-left: 100px;
}

div.laws-lawtitle{
  padding: 10px;
  margin-bottom: 15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
  font-weight:900;
  width: 385px;
  text-align:center;
}
div.bg_cypris {
  color:#2EA086;
  /* border-top: 1px solid #F19B36;
  border-bottom: 1px solid #F19B36;
  background: url(images/bg-cypris.jpg) repeat-y; */
}

div.bg_bvi {
  color:#122F6B;
  /* border-top: 1px solid #122F6B;
  border-bottom: 1px solid #122F6B;
  background: url(images/bg-bvi.jpg) repeat-y; */
}

img.bvi-law {
border:0px;
  /* border: 1px solid #122F6B; */
}

div.bg_britain {
  color:#D11F35;
  /* border-top: 1px solid #D11F35;
  border-bottom: 1px solid #D11F35;
  background: url(images/bg-britain.jpg) repeat-y; */
}

img.britain-law {
	border:0px;
  /* border: 1px solid #D11F35; */
}

div.bg_panama {
  color:#0088D6;
  /* border-top: 1px solid #0088D6;
  border-bottom: 1px solid #0088D6;
  background: url(images/bg-panama.jpg) repeat-y; */
}

img.panama-law {
	border:0px;
 /*  border: 1px solid #0088D6; */
}

div.bg_nevis {
  color:#00823C;
  /* border-top: 1px solid #00823C;
  border-bottom: 1px solid #00823C;
  background: url(images/bg-nevis.jpg) repeat-y; */
}

img.nevis-law {
	border:0px;
  /* border: 1px solid #00823C; */
}

div.laws-screenshots-ru  {
  float: left;
  margin-right: 10px;
  text-align: center;
}

div.laws-screenshots-en {
  float: left;
  margin-left: 10px;
  text-align: center;
}

div.laws-screenshots-ru  p {
  text-align: center;
  width: 192px;
   *margin: 0px;
   *padding: 0px;
}

div.laws-screenshots-en p {
  text-align: center;
  width: 192px;
   *margin: 0px;
   *padding: 0px;
}

img.cyprus-law {
	border:0px;
  /* border: 1px solid #F19B36; */
}

div.navigation {
	width: 650px;
	float: right;
	}
	
div.alignleft {float: left;}

div.alignright {float: right}

