/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						JJ Fluid Solution
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				Totally liquid three-column layout, clean and simple.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Header
	$2 - Left
    $3 - Menu Positionings
	$4 - Black Round Edges

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");

/* $1 - Header
----------------------------------------------------------------------------*/
.header {>) no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
	border-top: 1px solid #EEE;
}

/* $2 - Left
----------------------------------------------------------------------------*/
.left {
	margin: 0 42% 20px 3%;
}

/* $3 - Menu Positionings
----------------------------------------------------------------------------*/
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* $4 - Black Round Edges
----------------------------------------------------------------------------*/
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(..<img src="<?php echo $mosConfig_live_site;?>/images/stories/smalogopics.png">);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}
