
@import url(skin.css);
@import url(menu2.css);
@import url(forms.css);
@import url(lightbox.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #header, #footer {width: 787px;}
#header {height:154px;}
#left-column {width: 389px;}
#right-column {width: 393px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	------------------------------------------------------- */	
#wrap-footer, #footer {height: 50px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	---------------------------------------------- */	
#wrap-container {	margin: 0 auto;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

.scroll { width: 389px; float:left; height: 540px; overflow: hidden;}
#wrap-container {
	}
	
#container {
	margin:0 auto;
	text-align: left;}
	
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
  background-color: #3A3A3A;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #343434;
	height: 539px;
	margin: 0 0 0 2px !important;
	margin: 0 0 0 1px;}
	
#right-column{
	float:right;
	padding-right: 2px;	}

#footer {
	margin: 0 auto;
	padding: 0;}
#plan{
  width:192px;
	height:100px;
  }
.plan{
  width:192px;
  height:100px;
}
	
	

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/


/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}

.thumb{
	display: block;
	border: 1px solid #888888;
	cursor:pointer;
	}
.thumb1{
	display: block;
	border: 1px solid #000;
	margin-right:4px;
	cursor:pointer;
	}
.cyc {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */