
/**
 * @version     	$Id: layout.css December 2011 18:28:38Z OmegaTheme.com $
 * @package     OmegaTheme Joomla 1.7 Template
 * @subpackage  OT Template Code Standard
 * @author      	OmegaTheme.com (services@omegatheme.com)
 * @link        		http://omegatheme.com
 * @copyright   Copyright (C) 2008 - 2011 OmegaTheme. All Rights Reserved
 * @license     	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

body#ot-body{
	background: none repeat scroll 0 0 #F3F3F3;
	color: #F3F3F3;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.ot-wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ot-wrap-i,
.ot-header,
.ot-header-i,
.ot-mainmenu,
.ot-mainmenu-i,
.ot-banner,
.ot-banner-i,
.ot-topboxes,
.ot-topboxes-i,
.ot-mainbody,
.ot-mainbody-i,
.ot-content-i,
.ot-bottom-content,
.ot-bottom,
.ot-bottom-i,
.ot-footer,
.ot-footer-i{
	float: left;
	width: 100%;
}
.ot-header-w,
.ot-mainmenu-w,
.ot-banner-w,
.ot-topboxes-w,
.ot-mainbody-w,
.ot-bottom-w,
.ot-footer-w{
	margin: 0 auto;
	width: 998px;
}
.ot-header{
	background: #fff;
}
.ot-logo{
	float: left;
	width: 30%;
	margin: 20px 0;
}
.ot-logo a.logo{
	background: url("../images/logo.png") no-repeat;
	height: 40px;
	width: 220px;
	display: block;
}
.ot-headertop{
	float: right;
	width: 65%;
	margin-top: 2px;
}
.ot-headertop ul{
	float: right;
	margin: 0;
	padding: 0;
}
.ot-headertop ul li{
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.ot-headertop-1,
.ot-headertop-2{
	float: left;
	margin-left: 10px;
}
.ot-mainmenu{
	background: url("../images/mnu-bar-bg.gif") repeat-x scroll 0 100% #FFFFFF;
	border-bottom: 1px solid #F3F3F3;
	height: 66px;
	position: relative;
	z-index: 9999;
}
.ot-banner{
	background: none repeat scroll 0 0 #F3F3F3;
	border-bottom: 1px solid #E3DDCF;
	clear: both;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 15px 0 0;
}
.ot-topboxes{
	padding-top: 15px;
}
.ot-topboxes .top-box{
	float: left;
}
.ot-topboxes .otclass-1{
	background: url("../images/box-bottom-bg.png") no-repeat scroll 50% 100% transparent;
	padding: 0 10px;
	padding-bottom: 21px;
}
.ot-topboxes .otclass-2{
	background: url("../images/box-bg.gif") no-repeat scroll 0 0 #FFFFFF;
	padding: 15px 15px 10px;
	overflow: hidden;
}
.ot-topboxes .first{
	padding: 0 16px 21px 0;
}
.ot-topboxes .last{
	padding: 0 0 21px 16px;
}
.ot-topboxes .top-box h3{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 8px;
	text-transform: none;
}
img.left{
	float: left;
	margin-right: 10px;
}
img.right{
	float: right;
	margin-left: 10px;
}
/* STYLE MAIN BODY */
.ot-mainbody{
	padding-top: 20px;
	padding-bottom: 15px;
}
.ot-content{
	overflow: hidden;
}
.ot-leftcolumn,
.ot-rightcolumn{
	float: left;
	width: 235px;
}
.ot-leftcolumn .otmodule,
.ot-rightcolumn .otmodule{
	padding-bottom: 15px;
}
.ot-leftcolumn h3,
.ot-rightcolumn h3{
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
}
.ot-leftcolumn ul li,
.ot-rightcolumn ul li{
	background-position: 4px 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* STYLE LEFT COLUMN */
.ot-leftcolumn{
	margin-right: 20px;
}
/* STYLE RIGHT COLUMN */
.ot-rightcolumn{
	float: right;
	margin-left: 20px;
}
.ot-bottom-content{
	
}
.ot-bottom-content h3{
	background: url("../images/user-ico.png") no-repeat scroll 0 0 transparent;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-left: 40px;
}
.ot-footer{
	background: url("../images/footer.gif") repeat-x scroll 0 0 #F1EEE7;
	color: #575757;
}
.ot-footer-i{
	padding: 20px 0;
}
.ot-bottom-1,
.ot-bottom-2{
	width: 48%;
	float: left;
}
.ot-bottom-2{
	float: right;
	text-align: right;
}









