/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

/*body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; }*/
a {color:white;}

/* Colors */
.color-yellow {background:#f2bc00;}
.color-grey    {background:#989787;}
.color-blue   {background:#148ea4;}
.color-red  {background:#abaa9a;}
.color-orange {background:#5bd6fd;}
.color-green  {background:#8dc100;}
.color-violet {background:#669;}
.color-white {background:#39F}
.color-grey {background:#fa0208}

.color-yellow h3,
.color-white h3,
.color-orange h3,
.color-green h3,
.color-red h3,
.color-blue h3,
.color-grey h3,
.color-violet h3
	{color:#FFF;}
/* End Colors */

/* Head section */

/* End Head Section */

/* Columns section */
#columns .column {
	float: left; 
	width: 100%;
	/* Min-height: */
	min-height: 100px;
	height: auto !important; 
	height: 100px;
	margin-bottom:10px;
		
}


/* Column dividers (background-images) : */
	#columns #column1 .widget { margin: 10px 15px 0 5px; }
	#columns #column2 .widget { margin: 10px 15px 0 5px; }
	#columns #column3 .widget { margin: 10px 15px 0 5px; }
	#columns #column4 .widget { margin: 10px 15px 0 5px; }
	#columns #column5 .widget { margin: 10px 15px 0 5px; }
	#columns #column6 .widget { margin: 10px 15px 0 5px; }
	#columns #column7 .widget { margin: 10px 15px 0 5px; }
	#columns #column8 .widget { margin: 10px 15px 0 5px; }
	

#columns .widget {
    margin:30px 25px 0 15px; 
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 40px;
    float: left;
	margin-top:-33px;
	margin-left:12px;
}
#columns .widget .widget-content {
    background: #333 url(widget-content-bg.png) repeat-x;
    padding: 0 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}

.holder li{
	width:270px;
	display:inline-block;
	height:30px;
}

.holder a{
	display:none;	
}

#topleft {
	position:relative;
	float:left;
	z-index:999;
	width:25px;
	height:25px;
}
#topright {
	position:relative;
	float:right;
	z-index:999;
	width:25px;
	height:25px;
}
#bottomleft {
	position:relative;
	top:-25px;
	float:left;
	z-index:999;
	width:25px;
	height:25px;
}
#bottomright {
	position:relative;
	top:-25px;
	float:right;
	z-index:999;
	width:25px;
	height:25px;
}
/* End Columns section */

