/* Base element */

	html, body {

/*		height:auto;*/
	}

/*Images*/	

	img {
		margin:0;
		padding:0;
		border: none;
	}

/*End Images*/

/* Typo */		

	p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.6em;
	
	}

	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
       	
	}
	
	h2 {
		font-size: 1.5em;
       	line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;

	}
	
	h3 {
		font-size: 1.2em;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;

	}

/* End Typography */		

/* Links */

	a,	a:link,	a:active {
		color:#74ab00;
		text-decoration: none;
	}

	a:hover {
       color:#74ab00;
	   text-decoration: underline;
        
	}

/* End Links */

/* End Base element */

	body {
	
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size:14px;
		color:#656565;

	}
	
	.home {
	
		background:#ffffff url(images/body-back-home.gif) repeat-x top left;
	
	}
	
	.sub {
	
		background:#ffffff url(images/body-back-sub.gif) repeat-x top left;
	
	}

	#wrapper {
		width: 100%;
		/*min-height:100%;*/
		position:relative;
		/*min-height:700px;*/
		height:100% !important;
		/*height:700px;*/

	}
	
	* html #wrapper {
	
		/*height:100%*/

    }
	
	#container{
		
		margin:0 auto;
		width:900px;
		padding:0px 15px 126px 15px;
	
    }

/*Header and menu */	

	#header{
		margin:0;	
		position:relative;
		height:120px;
			
    }
	
	#header h1 {
	
		display:block;
		position:relative;
		float:left;
		top:30px;
		left:0px;
		height:67px;
		width:300px;
		margin:0;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background: #FCFCFC url(images/domain-name-dispute-attorne.png) no-repeat top left;
	
	}
	
	#header h1 a {
		display:block;
		height:120px;
		width:550px;
	}
	
		
	ul.contact  {
		
		position:absolute;
		right:0px;
		top:0px;	
		margin:0 0 0px 0;
		font-size:0.9em;
		padding:0;
        list-style: none;
		
				
	}
	
	ul.contact li  {
		padding: 0;
		float: left;
		margin: 0 0px 0 10px;
		display: inline;
		
	}
	
	ul.contact li a{
		display:block;
		cursor:pointer;
		height:25px;
		width:30px;
		margin:0;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
	
	}
	
	a.home {
	
		background:url(images/contact-home.png) no-repeat left center;
		
	}
	
	a.email {
	
		background:url(images/contact-email.png) no-repeat left center;
		
	}
	
	ul#main-menu  {
		
		position:absolute;
		right:0px;
		bottom:35px;	
		margin:0 0 0px 0;
		font-size:1.2em;
		padding:0;
        list-style: none;
		background:transparent no-repeat scroll 0px 0px;
				
	}
	
	ul#main-menu li  {
	
		padding: 0;
		float: left;
		margin: 0 0px 0 15px;
		display: block;

	}

	ul#main-menu li a{
		
		float: left;
		padding: 12px 2px 0px 2px;
		text-decoration:none;
		color:#656565;
	
	}
	
	ul#main-menu li a:hover, ul#main-menu li a#current{
	
		padding: 7px 2px 0px 2px;
		border-top:5px solid #74ab00;
		border-bottom:none;
		text-decoration:none;
		background: url(images/main-menu.gif) no-repeat top center;
		
	}
	
	#mainbar {
		position:relative;
		height:244px;
	
	}
	
	
	ul#description {
	
		position:absolute;
		top:0px;
		right:0px;
		width:295px;
		height:100%;
		margin:0;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background:url(images/description.jpg) no-repeat top left;
	
	}
	
	#subbar {
		position:relative;
		height:160px;
		background:url(images/subgraph.gif) no-repeat top left;
	}
	
	#subbar h1{
		position:absolute;
		top:0px;
		right:0px;
		width:450px;
		height:160%;
		margin:0;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
	}
	
	h1.Products {
	
		background:url(images/title-products.gif) no-repeat top left;
	
	}
	h1.Services {
	
		background:url(images/title-services.gif) no-repeat top left;
	
	}
	h1.News {
	
		background:url(images/title-news.gif) no-repeat top left;
	
	}
	
	h1.About {
	
		background:url(images/title-about.gif) no-repeat top left;
	
	}
	
	h1.Contact {
	
		background:url(images/title-contact.gif) no-repeat top left;
	
	}
	
/* Jflow slider */

	#flow {
	
		width:575px;
		height:244px;
		float:left;
		clear:both;
		overflow:hidden;
		background:url(images/flow-back.gif) no-repeat top left;

	}

	.prevNext {
	
		float:left;
		margin-top:106px;
		display:none;
	
	}
	
	.has-script .prevNext{ 
	
		display:block; 
		
	}
	
	.prevNext img {
		cursor:pointer;
		
	}
	
	img.jFlowPrev {
	
		padding-left:10px;
		margin-right:20px;
	
	}
	
	img.jFlowNext {
	
		margin-left:10px;
	
	}
	
	#jFlowSlide {
	
		width:460px;
		height:244px;
		float:left;
	
	}
	
	#slides {
	
		float:left;
		margin-left:20px;
	
	}
	
	#slides img {
	
		margin-left:0px;
		float:left;
		padding:28px 8px 28px 8px;
		background:url(images/frame.jpg) no-repeat top left;
	
	}	
	
	
/*End Header and menu */

/*Content*/

	#content {
	
		padding:30px 0px 0px 0px;
	
	}
	
	#contentwrapper {
  float: left;
  width: 575px;
  }
  
  #contentwrapper-page {
  float: left;
  width: 575px;
  padding-left:15px;
  }
	
	
	#content h1 {
	
		clear:both;
		padding:0px 0px 3px 0px;
		margin:0px 0px 5px 0px;
		line-height:1em;
		font-size:1.6em;
		letter-spacing:1px;
		font-weight:bold;		
	
	}
	
	#content h2 {
	
		clear:both;
		padding:0px 0px 5px 0px;
		margin:0px 0px 7px 0px;
		line-height:1em;
		font-size:1.6em;
		letter-spacing:1px;
		font-weight:bold;
		border-bottom:1px dotted #aaa;

	}
	
	
	#content  h3 a, #content h2 a, #content  h1 a {
	
		color:#6b6a6a;
	
	}
	
	#content  h3 a:hover, #content h2 a:hover, #content h1 a:hover {
	
	   color:#8bac34;
	   text-decoration: none;
	
	}
	
	#main {
		float:left;
		display:inline;
		width:575px;
	
	}
	
	#main-sub {
	
		float:right;
		display:inline;
		width:500px;

	}

	#main ul, #main-sub ul{
	
		margin:0 70px 10px 10px;
		padding:0px 0px 0px 0px;
		list-style:none;

	}
	
	#main ul li, #main-sub ul li  {
		
		display:block;
		padding:5px 0px 5px 20px;
		margin:0px 0px 3px 0px;
		background:url(images/li-back.gif) no-repeat center left;	
		
	}
	
	#main ul li a, #main-sub ul li a {
	
		color:#6b6a6a;
		text-transform:none;	
	
	}
	
	
	#main ul li a:hover,  #main-sub ul li a:hover {
		
		color:#74ab00;
		text-decoration:none;
		
	}
	
	.block {
	
		margin-bottom:30px;
		
	}
	
	

	.gallery {
	
		margin:25px 0px 0px 0px;	
	
	}
	
	.gallery  img{
	
		padding:2px;
		margin:0px 28px 10px 0px;
		background:#d0d0d0;		
		border:#bbb 1px solid;
		border-top:#c3c3c3 1px solid;
		border-left:#c3c3c3 1px solid;
	
	}

	
	/* Sidebar */	
	
	#sidebar {
	
		float:right;
		display:inline;
		margin:0px 0px 0px 0px;
		width:295px;
	
	}
	
	/* Sidebar-page */	
	
	#sidebar-page {
	
		float:left;
		display:inline;
		margin:0px 19px 0px 0px;
		width:170px;
	
	}
	
	
	
	#subnav {
	
		float:left;
		display:inline;
		margin:0px 0px 0px 0px;
		width:250px;

	}
	
	#subnav ul{
	
		margin:10px 0px 25px 0px ;
		padding:0px 0px 0px 0px;
		list-style:none;
	
	}
	
	#subnav ul li  {
		
		display:block;
		font-size:1.2em;
		padding:5px 0px 5px 20px;
		margin:0px 0px 0px 0px;
		background:url(images/nav-back.gif) no-repeat center left;	
		
	}
	
	#subnav ul li a {
	
		color:#6b6a6a;
		text-transform:none;	
	
	}
	
	
	#subnav ul li a:hover {
		
		color:#74ab00;
		text-decoration:none;
		
	}
	
	.samples {
	
		margin:20px 0px 0px 0px;	
	
	}
	
	.samples  img{
	
		padding:2px;
		margin:0px 15px 10px 0px;
		background:#d0d0d0;		
		border:#bbb 1px solid;
		border-top:#c3c3c3 1px solid;
		border-left:#c3c3c3 1px solid;
	
	}
	

/* Form Styling */

	#main-sub form {
	
		float:left;
	
	} 

	ol.forms {
		
		float:left;
		margin:0px 20px 0px 0px;
		padding:0px;
		list-style:none;
	
	}
	
	ol.forms input {
	
		border:1px solid #015f75;
		letter-spacing:1px;
		padding:7px 7px 5px 7px;
		width:220px;
		margin:-1px 0px 0px 0px;

	}
	
	ol.forms textarea{
	
		border:1px solid #015f75;
		letter-spacing:1px;
		padding:7px 7px 5px 7px;
		height:155px;
		width:305px;
		margin:-1px 0px 0px 0px;
	
	}
	
	
	ol.forms li {
	
		margin-bottom:10px;
	
	}
	
	ol.forms label {
	
		display:block;
		color:#fff;
		padding:5px 0px 5px 7px;
		margin:0px;
		background:#015f75 url(images/labelback.gif) repeat-x top left;
		border:1px solid #016076;
	
	}
	
	button#submit {
	
		display:block;
		color:#ffffff;
		border:none;
		cursor:pointer;
		clear:both;
		margin:5px 0px 0 0;
		padding:5px 5px 5px 5px ;
		background: #016076 url(images/labelback.gif) repeat-x top left;
		border:1px solid #016076;
	
	}
	
	span.error {
	
		font-size:12px;
		color:#ffffff;
		padding-left:5px;
	
	}
	
/* Form Styling */

/* Map Styling */

	#map {
		
		margin:10px 0px 20px 0px;
		width:248px;
		height:150px;
		background:#d0d0d0;		
		border:#bbb 1px solid;
		border-top:#c3c3c3 1px solid;
		border-left:#c3c3c3 1px solid;
	
	}


/* End Sidebar */	

/*End Content*/
	
	/* New Sidebars home*/

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 6px;
  width: 300px;
  }

.sidebars h2 {
  padding: 6px 5px 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars li ul {
  padding: 0;
  }

/*
.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }
*/
.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}

/*End New Sidebar*/	


	/* New Sidebars-page */

.sidebars-page {
  float:left;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 6px;
  width: 300px;
 
  }

.sidebars-page h2 {
  padding: 6px 5px 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.sidebars-page table {
  width: 300px;
  }

.sidebars-page ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars-page li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars-page li ul {
  padding: 0;
  }

/*
.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }
*/
.sidebars-page li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars-page a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebars-page a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars-page p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars-page ul.children li {border-bottom:none;}
.sidebars-page ul.children {margin-bottom:-5px;}

/*End New Sidebars-page*/	




/*Footer */
/*MOD :: START BY JIVA*/
	#footer{
		margin-top:-127px;
		height:126px;
		float:left;
		margin:auto;
		width:100%;
		min-width:930px;
		color:#ffffff;
		background:#575858 url(images/footer-back.gif) repeat-x top left;
		/*position:relative;
		margin-top:-127px;
		height:126px;
		min-width:930px;
		color:#ffffff;
		background:#575858 url(images/footer-back.gif) repeat-x top left;*/
	
    }
/*MOD :: END BY JIVA*/	
	.footer-block {
	
		clear:both;
		margin:0 auto;
		text-align:left;
		padding:82px 0px 0 0px;	
		width:900px;
		font-size:0.9em;
	
	}

	.footer-block p{
	
		float:left;
		padding:0px;
		margin:0px;	
		margin-top:-10px;	
		
	}
	
	.footer-block ul{
	
		padding:0px;
		float:right;
		margin:0px;
		margin-top:-10px;	
		list-style:none;
	}
	
	.footer-block ul li{
	
		float:left;
		list-style:none;
		margin:0;
		margin-left:1em;
		
	}
	
	.footer-block a {
	
		color:#ffffff;
	
	}
	
	.footer-block a:hover {
       color:#74ab00;
	   text-decoration: underline;
 
	}

/*End Footer */


/*Tools*/

	.hidden {
		display:none;
	}

	.center {
		
		margin:0 auto;

	}
	
	.last {
	
		margin:0px;
		padding:0px;
	}
	
	.clear, .clearline {
	
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;

	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


	.margin-bottom {
	
		margin-bottom:20px;
		
	}
	
	.left {
	
		float:left;
		display:inline;
	
	}
	
	
