body
{
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	background-repeat:repeat-x;
	background-position:0px 0px;	
}

body,input,textarea,a
{
	font:12px Arial;
}

textarea
{
	resize:none;
	overflow:hidden;
}

br
{
	height:10px;
}

p
{
	padding:10px 0px 10px 0px;
}

p,.paragraph
{
	line-height:150%;
}

a:hover
{
	text-decoration:underline;
}


/******************************************************************************/
/*	Layout																	  */
/******************************************************************************/

	/**************************************************************************/
	/*	Layout / Layout 50x50%												   /
	/**************************************************************************/

	.layout-50 {}

	.layout-50-left 
	{ 
		clear:both;
		float:left; 
	}

	.layout-50-right 
	{ 
		float:right; 
	}

	.layout-50-left,
	.layout-50-right 
	{ 
		width:48%;
	}

	/**************************************************************************/
	/*	Layout / Layout 60x40%												   /
	/**************************************************************************/

	.layout-6040 {}

	.layout-6040-left 
	{
		width:59%; 
		clear:both;
		float:left; 
	}

	.layout-6040-right 
	{ 
		width:39%;
		float:right; 
	}

	/**************************************************************************/
	/*	Layout / Layout 40x60%												   /
	/**************************************************************************/

	.layout-4060 {}

	.layout-4060-left 
	{
		width:39%; 
		clear:both;
		float:left; 
	}

	.layout-4060-right 
	{ 
		width:59%;
		float:right; 
	}

	/**************************************************************************/
	/*	Layout / Layout 70x30%												   /
	/**************************************************************************/

	.layout-7030 {}

	.layout-7030-left 
	{
		width:69%; 
		clear:both;
		float:left; 
	}

	.layout-7030-right 
	{ 
		width:29%;
		float:right; 
	}
	
/******************************************************************************/
/*	Font																	  */
/******************************************************************************/

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
{
	font-family:'Calibri',Arial;
}

/******************************************************************************/
/*	Color																	  */
/******************************************************************************/

	/**************************************************************************/
	/*	Color / Background color											  */
	/**************************************************************************/

	body,
	.jspTrack
	{
		background-image:url(../image/main-bkg.jpg);
		background-repeat:repeat;
		background-color:#0253a5;
	}
	
	.jspDrag
	{
		background-color:#589dc1;
	}
	
	.jspHover
	{
		background-color:#E0E0E0;
	}
	
	.ui-tooltip-error .qtip-content
	{
		background:#E9431C;
	}
	
	.ui-tooltip-success .qtip-content
	{
		background:#61911B;
	}
	
	.image-preloader,
	ul.filter-list li a:hover,
	ul.filter-list li a.selected
	{
		background-color:#000000;
	}
	
	div.footer hr.footer-line
	{
		background-color:#589dc1;
	}
	
	/**************************************************************************/
	/*	Color / Text color													  */
	/**************************************************************************/
	
	body,input,textarea,select,a,#fancybox-title-inside
	{
		color:#FFF;
	}
	
	h1,h2,h3,h4,h5,h6,
	h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
	div.cascade div.cascade-window h3
	{
		color:#FFF;
	}
	
	.ui-tooltip-error .qtip-content,
	.ui-tooltip-success .qtip-content,
	div.cascade ul.cascade-menu li a span.title,
	div.cascade ul.cascade-menu li a span.subtitle
	{
		color:#FFF;
	}
	
	a.button:hover,
	input.button:hover
	{
		color:#D75902;
	}
	
	div.header h5 a
	{
		color:#969696;
	}

/******************************************************************************/
/*	Headers																	  */
/******************************************************************************/

h1,h2,h3,h4,h5,h6
{
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-weight:normal;
	margin-bottom:10px;
}


/******************************************************************************/	
/*	Scrollbars															      */
/******************************************************************************/

.jspVerticalBar
{
	width:10px;
}

.jspDrag
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

/******************************************************************************/
/*	Isotope																	  */
/******************************************************************************/

.isotope-hidden
{
	display:none;
}

/******************************************************************************/
/*	Content														              */
/******************************************************************************/

div.content
{
	height:500px;
}

