﻿/*--------------- DEFAULT -----------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666699;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: #F4F2EA url(../images/bgback1.jpg) 0 0 repeat-x;
	background-attachment: fixed;
}
p, img, ul, a, form, input {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
.spacer {
	font-size: 0;
	line-height: 0;
	clear: both;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
/*--------------- HEADER -----------------*/
#logo img {
	margin-left: 20px;
	margin-top: 20px;
}
#header {
	width: 788px; /*margin: 0 auto; */;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 256px;
	padding: 0 0 0 3px;
	float: left;
}
#header div {
	width: 600px;/* 600px; */
	height: 256px;
	float: left;
	padding: 5px 5px 5px 5px;
}
#header div img {
	display: block;
}
#header div h2 {
	background: url(../images/punchline.jpg) 0 0 no-repeat;
	width: 245px;
	line-height: 0;
	height: 29px;
	text-indent: -2000px;
	margin: 76px 0 0 0;
	font-size: 0;
}
#header ul {
	width: 140px;
	height: 245px;
	background: url(../images/topmenu_bg.jpg) 0 0 no-repeat;
	padding: 20px 0 0 10px;
	font-weight: bold;
	float: left;
}
#header ul li {
	background: url(../images/topmenu_libg.gif) left bottom repeat-x;
	padding: 0 0 1px 0;
}
#header ul li a {
	color: #fff;
	height: 18px;
	display: block;
	padding: 0 0 0 9px;
	background: url(../images/bull_topmenu.gif) 0 40% no-repeat;
}
#header ul li a:hover {
	color: #FFCCCC;
	background: url(../images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
#header ul li span {
	color: #fff;
	height: 18px;
	display: block;
	padding: 0 0 0 9px;
	cursor: default;
	background: url(../images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
#header li img {
	vertical-align: middle;
}
#header p {
	margin: 0 20px 0 20px;
	color: #EFEFEF;
	font-size: 18px;
}
/*------------------- Main -----------------------*/
#main {
	width: 786px;
	background: #E4DDCB;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 0 0 5px;
	color: #000;
}
.column {
	float: right;
	width: 260px;
	padding: 0 0 0 0;
	margin: 0 5px 0 5px;
}
/*---------- LOGIN ----------------*/
#login {
	text-align: center; /* background: #E4DDCB url(/images/bg.jpg) 0 0 repeat-x; */;
	padding: 10px 10px 10px 10px;
	color: #D84576;
	border-style: inset;
	border-width: 1px;
	border-color: #d84576;
}
#islogin {
	text-align: center;
}
#islogin p {
	margin-top: 10px;
}
#LoginView1 {
	width: 240px;
}
/*----------- LEFT PANEL ----------*/
#leftPanel {
	width: 460px;
	float: left;
}
/*----------- RIGHT PANEL ----------*/
#rightPanel {
	width: 280px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
/* ---------- Footer ----------------- */
#footer {
	width: 791px;
	padding: 20px 0 0 0px;
	color: #000;
	margin-bottom: 10px;
	background: #F4F2EA url(../images/fo0ter_bg.gif) 0 0 repeat-x;
}
#footer ul {
	font-weight: bold;
	width: 600px;
	margin: 0 auto;
}
#footer ul li {
	float: left;
	padding: 0 1px;
}
#footer ul li a {
	padding: 1px 10px;
	color: #7C1F3E;
	display: block;
	background: #F4F2EA;
}
#footer ul li a:hover {
	color: #F4F2EA;
	background: #7C1F3E;
}
#footer p {
	clear: both;
	padding: 8px 0 17px 0;
	font-size: 11px;
	text-align: center;
}
#footer p a {
	color: #000;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}
/*--------------- MISCLENIOUS -----------------*/
.centerAlign {
	text-align: center !important;
}
.botPad {
	padding-bottom: 25px !important;
}
.xlogin {
	text-align: center; /* background: #E4DDCB url(/images/bg.jpg) 0 0 repeat-x; */;
	padding: 10px 10px 10px 10px;
	color: #D84576;
	border-style: inset;
	border-width: 1px;
	border-color: #d84576;
}
.mainadd {
	width: 920px;
	margin: 0 auto;
}
.addv {
	margin-top: 5px;
	width: 0px;
	/* width: 120px; */
	float: right;
}
.headeradd {
	width: 920px;
	margin: 0 auto;
}
.footeradd {
	width: 920px;
	margin: 0 auto;
}
.clearme {
	clear: both;
}
