body {
	background: #000;
	margin: 0;
	padding: 0;
}

#maincontent {	
}

#title {
	top: 0px;
	height:67px;
	padding-top: 10px;
	right: 0px;	
	position: fixed;
	text-align: right;
	width: 100%;
}

#title span {
	margin-right: 20px;	

}

#flash {
	background: #000;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	opacity: 0.1;
	-moz-opacity: 0.2;
	filter:alpha(opacity=0.2);
}
	
.jspHorizontalBar {
	height: 0px;	
}

.jspHorizontalBar .jspTrack {
	background: #333;
}



/* menu panel */
.panel-menu-wrap {
	position:fixed;
	width:135px;
	height:100%;
	top:0;
	left:0;
	bottom:0;			
}
*+html .panel-menu-wrap {
	z-index: 3000;
	}
.panel-menu {
	float: left;
	background:url(../img/panel-menu-bg.png) repeat top left;
	width:135px;
	height:100%;
	color:#000;
}

.logo{
	float:left;
	width:300px;
	height:130px;
	background:url(../img/logo.png) no-repeat top left;
	margin:0px 0px 0px 15px;
}
.panel-menu-footer{
	float:left;
	width:183px;
	height:3px;
	position:absolute;
	bottom:60px;
	left:1px;
	text-align:center;
	font-size:0px;
	color:#444141;
}
.followme{
	float:center;
	margin:10px 0px 10px 10px;
}
ul.social_network {
	margin:0px 0px 0px 0px;
	padding:0;
}
ul.social_network li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0;
}


/*==================================== menu navigation ====================================*/

.webwidget_menu_vertical_menu1{
    padding: 0px;
    margin: 0px;

}
.webwidget_menu_vertical_menu1 ul{
	float:left;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px; /*==================================== altura menu====================================*/
	padding:0;	
}
.webwidget_menu_vertical_menu1 ul li{
	list-style:none;
	margin:0px;
	font-size:16px;
        color:#000;
}

.webwidget_menu_vertical_menu1 ul li a{
	display:block;
	padding:70px 0px 20px 0px;	/*===================================espacio entre el menu==================================*/
	overflow:hidden;
	color: #000;
	text-align: center;
}





/*-------------------------------- page title --------------------------------------*/
.headline{
	padding-bottom:5px;
}
.page_title{
	position:absolute;
	top:0;
	float:left;
	height:50px;
	margin-left:15px;
}

.page_title h2 {
	margin-top:40px;
}

.headline h2, .headline h3{
	float:left;
	margin-left:0;
}	
.close{
	float:right;
	display:block;
	margin-right:-3px;
	margin-top:-52px;
}


/* container wrap and scroll ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.container-wrap{
	display:hidden;

	float:left;
	margin-left:215px;
	bottom:140px;
	top:150px;
	background:url(../img/dark-bg.png) repeat top left;
	width:800;
	height:auto;
	position:absolute;
	overflow:auto;
	color: #555556;
	padding:60px 20px 20px 55px;
}
.scroll-pane {
	width: 800px;
	height:1%; 
}

.slide_content{
	position:relative;
	height:100%; 
	margin:0;

}
*+html .container-wrap { 
	height:375px; 
	padding:64px 20px 20px 5px;
}
*+html .scroll-pane { 
	width: 850px;
	height:375px; 
}

.divider {
	clear: both;
	height: 1px;
	margin-top:30px;
	margin-bottom:30px;
	background:url(../img/divider.png) repeat-x top left;
}

/* ---------------------------------- right sidebar ----------------------------- */
.aside{	
	background:url(../img/divider.png) repeat-y top left;
	padding-left:22px;
	width:277px;
}

.aside h6 {
	text-transform:none;
	margin-bottom:10px;
}
.sidebar-widget h5{
	padding:0;
}
.sidebar-widget{
	margin-bottom:10px;
}
ul.sidebar-last-photo{
	float:left;
	margin:0;
}
ul.sidebar-last-photo li{
	float:left;
	width:128px;
	margin:0px 20px 20px 0px;
	padding:0;
}
ul.sidebar-last-photo li.omega{
	margin-right:0px;
}
ul.sidebar-last-photo img{
	margin-bottom:5px;
}
ul.sidebar-list {
	list-style:none;
	margin:0;
}
ul.sidebar-list li{
	margin:0px 0px 5px 0px;
	padding:0;
}
ul.sidebar-list li span {
	margin-left:10px;
}
ul.sidebar-list li h6{
	margin:0;
	padding:0;
	font-size:14px;
}
ul.sidebar-tag li{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
}
ul.sidebar-tag a{
	text-decoration: none;
	display: inline-block;
	border:1px solid #c4c2c2;
	cursor: pointer;
	text-align: center;
	padding:0px 10px 0px 10px;
}
ul.sidebar-tag a:hover{
	border:1px solid #fff;
}


/* ---------------------- gallery  ------------------- */
ul.gallery-list{
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
}
ul.gallery-list li{
	display:inline-block;
	margin:0px 5px 0px 0px;
	padding:0;
}
*+html ul.gallery-list li{ 
}
ul.gallery-list a{
	text-decoration: none;
	display: inline-block;
	border:0px solid #c4c2c2;
	cursor: pointer;
	text-align: center;
	padding:0px 10px 0px 10px;
}
ul.gallery-list a:hover{
	border:0px solid #fff;
}
ul.gallery-list .active a{
	text-decoration: none;
	display: inline-block;
	border:0px solid #fff;
	cursor: pointer;
	text-align: center;
	padding:0px 10px 0px 10px;
	color:#000;
}					
.gallery	{
	position:relative;
	}
				
.gallery ul {
	margin:0;
	padding:0;
	list-style:none;
	}
				
.gallery li {
	overflow:hidden;
	float:left;
				margin:0;
				padding:5px;
				background:none;
				font-weight:normal;
				position:relative;
				}
.gallery-big	{
				position:relative;
				}
				
.gallery-big ul {
				margin:0;
				padding:0;
				list-style:none;
				}
				
.gallery-big li {
				overflow:hidden;
				float:left;
				margin:0;
				padding:0;
				background:none;
				font-weight:normal;
				position:relative;
				}			
.project_name	{
				float:left;
				padding:15px 0px 5px 15px;
				font-size:12px;
				text-transform:uppercase;
				color:#c4c2c2;
				}
.small_name		{
				font-size:11px;
				padding:15px 0px 5px 5px;
				}	
.project_name a	{
				text-decoration:none;
				}
				
.project_name a:hover{
				text-decoration:none;
				}

.boxcaption		{
				float: left; 
				position: absolute; 
				background: #000; 
				height: 47px; 
				width: 100%; 
				z-index:300;
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 				}

.gallery li .boxcaption {
				top: 220px;
				left: 0;
 				}
.gallery-big li .boxcaption {
				top: 360px;
				left: 0;
 				}
.caption .boxcaption {
 				top: 220px;
 				left: 0;
 				}
.project_link{
	float:right;
}
.project_link a{
	float:left;
	font-size:11px;
	margin-top:16px;
	margin-right:15px;
}
.project_link a.small{
	float:left;
	font-size:10px;
	margin-top:16px;
	margin-right:5px;
}	
	
/*-------------------- position element --------------------*/
.left{
	float:left;
}
.right{
	float:right;
}
img.left{
	float:left;
	padding-right:15px;
	padding-bottom:5px;
}
img.right{
	float:right;
	padding-right:15px;
	padding-bottom:15px;
}

/*================================== Form ========================================*/
form{
	margin:0;
	padding:0;
}

#contactform {
}

label {
	margin-bottom:5px;
}

input, textarea, select{
	background:url(../img/dark-bg.png)repeat top left;
	border:1px solid #929295;
	padding:10px;
	color:#ccc;
}
input:focus, textarea:focus, select:focus{
	color:#fff;
	border:1px solid #f4f4f4;
}
.comment_input, .contact_input{
	width:598px;
}

.contact_input{
	margin-top;10px;
}

.validation { 

	display: none; 
	color:#fff; 
	font-style:italic; 
	font-size:11px; 
	position:absolute;
	right:340px;
}

#sendmessage {
    background: url(../img/icon/infoboxes/success.png) no-repeat 20px center #DFF2BF;
    border: 1px solid #4F8A10;
    color: #4F8A10;
    display: none;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
}

/*================================== Template elements ========================================*/

/*------------------- dropcap --------------------*/
.dropcap {
	display:block;
	float:left;
	color:#fff;
	font-size:26px;
	line-height:28px;
	margin:3px 15px 5px 0;
}
.dropcap-square {
	display:block;
	float:left;
	font-size:22px;
	line-height:40px;
	width:40px;
	height:40px;
	background:#929295;
	color:#fff;
	text-align: center;
	margin:3px 15px 5px 0;
}

.dropcap-circle {
	float:left;
    display: block;
	margin:3px 15px 5px 0;
	font-size:22px;
	background:#929295;
	color:#fff;
	line-height:40px;
    text-shadow: none;
    width:40px;
    text-align:center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

/*------------------- preformated text, code --------------------*/
code, pre {
	border-top:1px solid #d6d5d5;
	border-right:1px solid #d6d5d5;
	border-bottom:1px solid #d6d5d5;
  	background:#ffffff;
  	padding:7px 10px;
	font-size:11px;
  	display:block;
  	color:#e30e0e;
  	margin-bottom:10px;
	overflow:hidden;
}


/*---------------------------------- blockquote and pull quotes -------------------------------*/
blockquote {
	margin-top:15px;
	padding-left:34px;
	color:#cacacc;
	margin-bottom:15px;
	background:url(../img/icon/quote.png) no-repeat 0% 4px;

}

.pullquote_right,.pullquote_left{
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:10px;
	margin-top:7px;
	margin-left:20px;
	padding:0px 0px 0px 15px;
	color:#cacacc;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #929295;
}
.pullquote_left{
    border-right:2px solid #929295;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/*------------------------------ callbox button ---------------------------------------------------*/

.call {
	margin: 15px 0 0 0;
	height: auto;
	padding:10px;
	width: auto;
	display:block;
	background:url(../img/dark-bg.png) repeat top left;
	border: 1px solid #000; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	position: relative;
}

.call a.textlink {
	font-size: 12px;
	font-weight: normal;
	margin-left:10px;

}

.call a.learn:hover {
	text-decoration: none;
}

/*----------------------------------------- buttons -----------------------------------------------*/
/*-------------------------- clean bold button --------------------------------*/
.cleanboldbutton { 
	background: #eee; 
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc)); 
	border: 1px solid #ccc; 
	border-bottom: 1px solid #bbb; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	color: #333; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 1; 
	padding: 4px 8px; 
	text-align: center; 
	text-shadow: 0 1px 0 #eee; 
}

.cleanboldbutton:hover { 
	background: #ddd; 
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb)); 
	border: 1px solid #bbb; 
	cursor: pointer; 
	text-shadow: 0 1px 0 #ddd; 
	text-decoration:none;
	color: #333; 
}

.cleanboldbutton:active { 
	border: 1px solid #aaa; 
	-moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; 
	-webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; 
	box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; 
}

/*------------------- plain button --------------------*/

a.plainbutton {
	font-size: 11px;
	text-transform: uppercase;
	color: #f7f7f7;
	padding: 7px 18px;
}

a.plainbutton:hover {
	background: #303030;
	text-decoration: none;
}

.grey { background: #636363; }
.grey:hover {
	background: #303030;
}

/*-------------------- press button --------------*/
.pressbutton {
	margin-top:-10px;	
	  display: inline-block;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  -webkit-box-shadow:
		0 8px 0 #000,
		0 15px 20px rgba(0,0,0,.35);
	  -moz-box-shadow:
		0 8px 0 #000,
		0 15px 20px rgba(0,0,0,.35);
	  box-shadow:
		0 8px 0 #000,
		0 15px 20px rgba(0,0,0,.35);
	  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
	  -moz-transition: -moz-box-shadow .2s ease-in-out;
	  -o-transition: -o-box-shadow .2s ease-in-out;
	  transition: box-shadow .2s ease-in-out;
}

.pressbutton span {
	  display: inline-block;
	  padding: 7px  18px;
	font-weight:bold;
	  line-height: 1;
	  text-shadow: 0 -1px 1px rgba(19,65,88,.8);
	  background: #303030;
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
	  background: -moz-linear-gradient(#303030, #262626);
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  border-radius: 8px;
	  -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
	  -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
	  box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
	  -webkit-transition: -webkit-transform .2s ease-in-out;
	  -moz-transition: -moz-transform .2s ease-in-out;
	  -o-transition: -o-transform .2s ease-in-out;
	  transition: transform .2s ease-in-out;
}

.pressbutton:active {	
	-webkit-box-shadow: 
		0 8px 0 #000,
		0 12px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 
		0 8px 0 #000,
		0 12px 10px rgba(0,0,0,.3);
	box-shadow: 
		0 8px 0 #000,
		0 12px 10px rgba(0,0,0,.3);
	}
.pressbutton:active span {	
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	-o-transform: translate(0, 4px);
	transform: translate(0, 4px);
	}
	
	
/*----------- slickbutton black ------------*/
a.slickbutton-black {
  background-color: rgba(50, 50, 50, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.9) 0%), to(rgba(30, 30, 30, 0.9) 50%));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9) 0%, rgba(30, 30, 30, 0.9) 50%, rgba(20, 20, 20, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9) 0%, rgba(30, 30, 30, 0.9) 50%, rgba(20, 20, 20, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9) 0%, rgba(30, 30, 30, 0.9) 50%, rgba(20, 20, 20, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(50, 50, 50, 0.9) 0%, rgba(30, 30, 30, 0.9) 50%, rgba(20, 20, 20, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(top, rgba(50, 50, 50, 0.9) 0%, rgba(30, 30, 30, 0.9) 50%, rgba(20, 20, 20, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -ms-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  -o-box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  box-shadow: inset 1px 1px 1px 0px rgba(135, 135, 135, 0.1), inset -1px -1px 1px 0px rgba(135, 135, 135, 0.1);
  color: #fff;
  font-size:12px;
  line-height: 1;
  padding: 7px 18px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(255, 255, 255, 0.3);
  width: 150px; 
}
  
  
a.slickbutton-black:hover {
    background-color: rgba(70, 70, 70, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.9) 0%), to(rgba(50, 50, 50, 0.9) 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(70, 70, 70, 0.9) 0%, rgba(50, 50, 50, 0.9) 50%, rgba(40, 40, 40, 0.9) 50%, rgba(20, 20, 20, 0.9) 100%);
    background-image: -moz-linear-gradient(top, rgba(70, 70, 70, 0.9) 0%, rgba(50, 50, 50, 0.9) 50%, rgba(40, 40, 40, 0.9) 50%, rgba(20, 20, 20, 0.9) 100%);
    background-image: -ms-linear-gradient(top, rgba(70, 70, 70, 0.9) 0%, rgba(50, 50, 50, 0.9) 50%, rgba(40, 40, 40, 0.9) 50%, rgba(20, 20, 20, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(70, 70, 70, 0.9) 0%, rgba(50, 50, 50, 0.9) 50%, rgba(40, 40, 40, 0.9) 50%, rgba(20, 20, 20, 0.9) 100%);
    background-image: linear-gradient(top, rgba(70, 70, 70, 0.9) 0%, rgba(50, 50, 50, 0.9) 50%, rgba(40, 40, 40, 0.9) 50%, rgba(20, 20, 20, 0.9) 100%);
    cursor: pointer; 
}
	
a.slickbutton-black:active {
    background-color: rgba(30, 30, 30, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.9) 0%), to(rgba(20, 20, 20, 0.9) 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(10, 10, 10, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -moz-linear-gradient(top, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(10, 10, 10, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -ms-linear-gradient(top, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(10, 10, 10, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(10, 10, 10, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(top, rgba(30, 30, 30, 0.9) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(10, 10, 10, 0.9) 50%, rgba(0, 0, 0, 0.9) 100%); 
}

/*------------------- info boxes --------------------*/


/*alert message*/
div.boxes {font-size:12px;margin:2px 0 15px;padding:20px 15px 20px 75px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
div.success_box {background:url(../img/icon/infoboxes/success.png) no-repeat 15px center #ebfab6;border:1px solid #bbcc5b;color:#599847;}
div.error_box   {background:url(../img/icon/infoboxes/error.png) no-repeat 15px center #fdd2d1;border:1px solid #f6988f;color:#883333;}
div.notice_box  {background:url(../img/icon/infoboxes/notice.png) no-repeat 15px center #f9ebca;border:1px solid #e5b2ac;color:#9f6722;}
div.question_box    {background:url(../img/icon/infoboxes/question.png) no-repeat 15px center #e6ebf0;border:1px solid #89becd;color:#277dce;}


/*-------------------------------------------- list styles ------------------------------------*/

ul, ol {
	display:block;
	margin:10px 0 0 0;
	list-style-position:inside;
}


ul.arrow_full, ul.arrow_dot, ul.bullet, ul.diamond {
	display:block;
	list-style:none;
	margin:10px 0 0 0;
}

/* arrow next */
ul.arrow_next li {
	background-attachment: scroll;
	background-image: url(../img/icon/list/arrow_next.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-top:5px;
}

/* arrow dot */
ul.checklist li {
	background-attachment: scroll;
	background-image: url(../img/icon/list/checklist.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-top:5px;
}

/* bullet next */
ul.bullet_next li {
	background-attachment: scroll;
	background-image: url(../img/icon/list/bullet_next.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:14px;
	margin-top:5px;
}

/* bullet plus */
ul.bullet_plus li {
	background-attachment: scroll;
	background-image: url(../img/icon/list/bullet_plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-top:5px;
}





/*-------------------- spacer --------------------*/

.spacer-10 {
	margin-top:-10px;
}

.botspacer-10 {
	margin-bottom:-10px;
}

.botspacer-20 {
	margin-bottom:-20px;
}

.spacer5 {
	margin-top:5px;
}

.spacer10 {
	margin-top:10px;
}

.spacer20 {
	margin-top:20px;
}

.spacer30 {
	margin-top:30px;
}

.botspacer10 {
	margin-bottom:10px;
}


.spacer15 {
	margin-top:15px;
}

.botspacer15 {
	margin-bottom:15px;
}


.spacer20 {
	margin-top:20px;
}

.botspacer20 {
	margin-bottom:20px;
}

.spacer25 {
	margin-top:25px;
}
.botspacer25 {
	margin-bottom:25px;
}
.padding30 {
	padding-top:30px;
}

.spacer30 {
	margin-top:30px;
}

.left5 {
	margin-left:5px;
}

.left10 {
	margin-left:10px;
}

.left20 {
	margin-left:20px;
}

.cleartop{
	padding-top:0;
	margin-top:0;
}
.clearright{
	padding-right:0;
	margin-right:0;
}
.clearbottom{
	padding-bottom:0;
	margin-bottom:0;
}
.clearleft{
	padding-left:0;
	margin-left:0;
}

.rightspacer-10 {
	margin-right:-10px;
}
.rightspacer-20 {
	margin-right:-20px;
}
