/*------------------------------------------------------------------------
# JA Sabina - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

/* here is the background color of the whole site */
body {
	background: #9E90AE url(../images/Background_Top.jpg) top repeat-x;
}

/* LAYTOUT STYLE ---------------------------------------------------------------------------*/

#tisno_outer_border_left {
	min-width: 850px;
	max-width: 1100px;
/*	width: 850px; auto; */
	margin: 0 auto;
	background: url(../images/Background_Left_Border.jpg) repeat-y top left;
}
#tisno_outer_border_right {
	padding: 0 10px;
	background: url(../images/Background_Right_Border.jpg) repeat-y top right;
}

/* Header */
#ja-headerwrap {
	margin: 0px;
/*	background: #50784C; */
	background: url(../images/Header_Background.jpg) top left;
	height: 203px;
}

#ja-header {
	float: left;
}

/* Mainnav */
#ja-mainnavwrap1 {
	margin: 0;
	border-bottom: 0px solid #1D89A9;
	background: #50784C;
}

#ja-mainnavwrap2 {
	background: #50784C;
}

/* Subnav */
#ja-subnavwrap {
	margin: 0;
	background: #FFFFFF;
}

/* Container */
#tisno_containerwrap {
	padding: 0px;
	background: #FFFFFF;
}

/* This is for the left Menu and the main content area */
#tisno_container {
/*	border: solid 0px #D9D9D9;*/
	padding: 0px;
	background: #FFFFFF url(../images/Menu_Content_Background.jpg) repeat-y top left;
}

/* Top spotlight */
#ja-mainheadwrap {
/*	width: 769px;
	background: url(../images/mainheadbg.jpg) no-repeat top left #ACE01C; */
}

#ja-mainhead {
}

/* Content */
#tisno_content {
/*	width: auto;*/
	float: left;
}

#tisno_content .innerpad {
	padding: 10px;
}

/* Rightcol */
#ja-colwrap {
	width: 160px;
	float: left;
}

#ja-rightcol {
	padding: 13px 0 13px 10px;
}

/* Bottom spotlight */
#ja-botslwrap {
	margin: 0;
	padding: 0;
/*	background: #6EC200; */
	background: #332B39;
}

#ja-botsl {
	margin: 0;
	padding: 0;
}

/* Footer */
#ja-footerwrap {
	margin: 0;
	padding: 30px 20px 30px 20px;
/*	background: #252525; */
	background: url(../images/Footer_Background.jpg) top right;
	height: 33px;
	color: #FFFFFF;
}

#ja-footerwrap a:hover {
	color: #FFFFFF;
}
