/*CSS Document
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-weight:normal;


}*/
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
.margin-center
{
	margin-left: auto;
	margin-right: auto;
}
.margin-bottom
{
	margin-bottom: 30px;
}
.overflow-hidden
{
	overflow: hidden;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.relative
{
	position: relative;
}
.absolute
{
	position: absolute;
}
.site-width
{

	width:1200px;
	margin: 0px auto;
}
.node-page-width{
		max-width:1000px;
	min-width:800px;
	margin: 0px auto;

}
.sidebar-width
{
	width: 280px;
	padding: 0px 5px;
}
.main-side-bar
{
    width: 285px;
}
.clear-both
{
	clear: both;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*IE6*/
* HTML .clearfix
{
	height: 1%;
}
/*IE7*/
*:first-child + HTML .clearfix
{
	min-height: 1%;
}
.col-3 > *
{
	max-width: 30%;
	display: inline-table;
	padding: 0px 2%;
}
.col-2 > *
{
	display: inline-block;
}
.inline > *
{
	display: inline;
}
.inline-block > *
{
	display: inline-block;
}
.margin-btm
{
	margin-bottom: 12px;
}
.percent-30
{
	width: 30%;
}
.percent-20
{
	width: 20%;
}
.percent-35
{
	width: 35%;
}
.half-width
{
	width: 49%;
}
.rtl
{
	direction: rtl;
	text-align: right;
}
UL.menu
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hor > *
{
    display: inline-block;
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
}
.min-side-bar
{
    width: 182px;
}
