/********************************************************************
 * JOOMLA! TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2006 - 2008 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
*********************************************************************/


/** @LAYOUT  **/

#jsn-master {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2;
	background: #E4E4E4 url(../images/green/master-bg.jpg) repeat-x top left;
}

#jsn-page {
	background-color: #d6d6d6;
	color: #000;
	border-left: 2px solid #c00;
	border-right: 2px solid #c00;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

/* Header */
#jsn-header {
	position: relative;
/*	z-index: 2; */
}

#jsn-logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Content */
#jsn-mainmenu {
	height: 28px;
	position: relative;
	background-color: #336600;/*	z-index: 1; */
}

#jsn-maincontent_inner {
	padding: 0 15px;
}

#jsn-mainbody {
	padding: 1.5em;
}

#jsn-content {
	background-color: #ffffff;
	border-bottom: 1px solid #b3b3b3;
}

/* Footer */
#jsn-footer {
	padding: 1.2em 1em;
	font-size: 1em;
	color: #595959;
}

#jsn-footer a:link,
#jsn-footer a:visited {
	color: #000;
	text-decoration: underline;
}

#jsn-footer a:hover {
	text-decoration: none;
}

#jsn-pfooter_grid2 {
	float: left;
	width: 49.5%;
}

#jsn-pbottom_grid2 {
	float: right;
	width: 49.5%;
}

#jsn-pbottom {
	text-align: right;
}
