/*------------------------------------------------------------------------
# "sparky" - Joomla Template Framework
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* CUSTOM ROWS AND CELLS STYLING *******/

.sparky_full {
}

.container {
	margin:0 auto;
	padding:0;
}

/*.row {
	padding:0;
	margin:0;
}*/

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
margin:20px 0 -15px 0;
}

div.belowcontent {
	padding: 30px 0 0 0;
}

.mp_header1 {
	margin:0px;background:url(../images/caenoheader.jpg)no-repeat;height:130px;text-align:right;
}

.mp_logo {margin: -130px 0 0 130px;}
.mp_topmenu {margin: -5px 0 0 0;float:left}
select.tinynav {color:##fef7c7;background:#000000;}

div#callout_feat {
margin:0px 0 60px 20px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
	padding:0;
	border:5px solid #a49e76;
	width:245px;height:175px;
	background: url(../images/landing_feat.jpg) no-repeat;
	float:left;
	
}
div#callout_nabonassar {
margin:0px 0 60px 20px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
	padding:0;
	border:5px solid #a49e76;
	width:245px;height:175px;
	background: url(../images/landing_nabonassar.jpg) no-repeat;
	float:left;
	
}

div#callout_marking {
margin:0 0 60px 20px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
	padding:0;
	border:5px solid #a49e76;
	width:245px;height:175px;
	background: url(../images/landing_marking.jpg) no-repeat;
	float:left;
}
.landing_tit{position:relative;top:140px;left:10px;color:#fef7c7;font-size:24px;font-weight:100;}

.mp_left{margin-top:80px; width:120px;}
.content_sparky{margin-left:20px;}