/**
 * File: http://www.nisaconnections.com/css/main.css
 */

.black {color: #000000;}
.white {color: #FFFFFF;}
.darkergrey {color: #333333;}
.darkgrey {color: #555555;}
.grey {color: #707070;}
.lightgrey {color: #AAAAAA;}
.lightergrey {color: #CCCCCC;}
.red {color: #ED1C24;}
.orange {color: #EC7123;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg.png) top center repeat-x #FFF;
}
a {
	color: #EC7123;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
div.main {
	width: 830px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}
div.header {
	height: 121px;
	position: relative;
}
div.header img.logo {
	position: absolute;
	top: 18px;
	left: 20px;
}

div.signup {
	position: absolute;
	top: 0;
	right: 25px;
	background: url(/misc/rounded.php?sh=r&r=5&w=280&h=100&fgc=666&bgo=0) bottom center no-repeat;
	padding-top: 7px;
	height: 23px;
	width: 280px;
	text-align: center;
	cursor: pointer;
	color: #fbe3d3;
	z-index: 110;
}
div.signup span {
	font-weight: bold;
	font-style: italic;
	padding: 0 25px 0 10px;
	background: url(../images/envelope.png) right center no-repeat;
}
form.signup {
	visibility: hidden;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 360px;
	padding: 15px 0 0 10px;
	border: 2px solid #666;
	background-color: #999;
	z-index: 100;
}
form.signup th {
	text-align: left;
}
form.signup td {
	padding: 0 10px 5px 0;
}
form.signup label {
	font-size: 0.8em;
}
form.signup input.field {
	width: 166px;
}
form.signup input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* NAV */
div.nav {
	height: 28px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #df9c56;
	position: relative;
}
div.nav #links a {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	height: 24px;
	margin: 0;
	background: url(/images/nav_off_bg.png) top center repeat-x;
	border-right: 1px solid #df9c56;
	color: #FFFFFF;
	padding-top: 4px;
}
div.nav #links a:hover {
	background-image: url(/images/nav_over_bg.png);
	color: #FFFFFF;
}
div.nav #links a.active,
div.nav #links a.active:hover {
	color: #000000;
	background-image: url(/images/nav_on_bg.png);
}
div.nav #menus div {
	position: absolute;
	top: 28px;
	left: 0;
	background: url(/images/subnav.png) top left repeat-x;
	display: none;
	visibility: hidden;
	width: 215px;
}
div.nav #menus div a {
	display: block;
	padding: 8px 30px 0 12px;
	height: 24px;
	border-width: 0 0 1px;
	border-bottom: 1px dashed #000;
	color: #000;
	text-decoration: none;
}
div.nav #menus div a:hover {
	background-color: #FFF;
}


/* CONTENT AND FOOTER*/
div.content,
div.footer,
div.subnav {
	background-color: #FFF;
}
div.content {
	padding-bottom: 1.3em;
}
h1.error,
h1.confirm {
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	background-color: #FFF;
	border-width: 3px;
	border-style: solid;
}
h1.error {
	border-color: #900;
	color: #900;
}
h1.confirm {
	border-color: #090;
	color: #090;
}
div.subnav,
div.footer {
	text-align: center;
	font-size: 0.8em;
}
div.subnav {
	border-width: 1px 0;
	border-style: dashed;
	border-color: #887660;
	padding: 0.8em 0;
}
div.subnav a {
	margin: 0 1.3em;
}
div.footer {
	color: #887660;
	padding: 1.3em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


div#popup {
	position: absolute;
	display: none;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 570px;
	height: 364px;
}
div#popup div.dragbar {
	background-color: #000000;
	padding: 4px 4px;
	height: 16px;
}
div#popup span.close {
	display: block;
	float: right;
	border: 1px solid #FFFFFF;
	width: 14px;
	height: 14px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
div#popup div.container {
	position: relative;
	height: 336px;
	width: 562px;
	border-width: 0 4px 4px;
	border-color: #000000;
	border-style: solid;
}
div#popup iframe.content {
	border: 0;
	width: 562px;
	height: 336px;
	overflow: hidden;
	background: #FFFFFF;
}
div#popup div.cover {
	width: 562px;
	height: 336px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div.sep {
	height: 0;
	border-width: 1px 0 0;
	border-color: #666;
	border-style: dashed;
	margin: 1em 0;
	line-height: 0;				/* IE Fix*/
	font-size: 12px;
}
div.mnav {
	color: #EC7123;
	font-size: .9em;
}
div.mnavgrad {
	height: 250px;
	background: url(../images/navgrad.png) repeat-x top left;
}
div.mnav p {
	padding: .6em 0 .5em 1.2em;
	padding-bottom: .5em;
}
div.mnav a {
	display: block;
	padding: .7em 0 .7em 1.2em;
	border-top: 1px dashed #aaa;
	text-decoration: none;
}
div.mnav a.cur {
	background-color: #FFFFFF;
	color: #000000;
}
div.mnav a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

div.wrap {
	background: url(/images/dashed_vert.gif) 600px 0px repeat-y;
	padding: 5px 0;
	width: 830px;
}
div.wrap div.left {
	width: 575px;
	padding-left: 10px;
	float: left;
}
div.wrap div.right {
	width: 215px;
	float: right;
}
div.wrap div.left h4 {
	color: #ED1C24;
}
div.wrap div.left h4,
div.wrap div.left p {
	padding-bottom: 1em;
}
div.wrap div.left p,
div.wrap div.left ul {
	font-size: 0.9em;
	line-height: 1.5em;
}

a.login {
	margin-bottom: 15px;
	display: block;
	height: 46px;
	width: 208px;
	background: url(/images/login.png) top center no-repeat;
}
a.login:hover {
	background-position: bottom center;
}


div.right a.discount {
	display: block;
	border: 1px solid #FFFFFF;
	padding: 5px;
	width: 203px;
	height: 129px;
	background: url(/images/misc/discount.gif) center no-repeat;
}
div.right a.discount:hover {
	border: 1px solid #EC7123;
}
div.right a.newsevents {
	display: block;
	padding: 5px;
	width: 205px;
	height: 22px;
	text-align: center;
}
div.right a.newsevents:hover {
	padding: 4px;
	border: 1px solid #EC7123;
}
div.right a.legaltip {
	display: block;
	text-decoration: none;
	padding: 10px;
	height: 150px;
	background: url(/images/home/legaltip.gif) bottom center no-repeat;
	border: 1px solid #FFFFFF;
	color: #666;
}
div.right a.legaltip:hover {
	border: 1px solid #EC7123;
}
div.right a.legaltip span.vid {
	background: url(/images/icon_video.png) left center no-repeat;
	padding: 4px 0 0 20px;
	margin-bottom: 5px;
}
div.right a.vendorsignup {
	display: block;
	padding: 5px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
div.right a.vendorsignup:hover {
	border: 1px solid #EC7123;
}
div.right a.tipofday {
	display: block;
	width: 215px;
	text-align: center;
	padding: 0 0 10px 0;
	border: 1px solid #fff;
}
div.right a.tipofday:hover {
	border: 1px solid #EC7123;
}
img.banner {
	padding-bottom: 1.7em;
}
span.testimonial {
	display: block;
	width: 215px;
	text-align: center;
}
div.error {
	background-color: #fbe3e4;
	color: #8a1f11;
	border: 2px solid #fbc2c4;
	padding: .8em;
	margin: .3em 0 .8em 0;
}
div.right a.qna {
	display: block;
	border: 1px solid #fff;
	width: 213px;
	text-align: center;
}
div.right a.qna:hover {
	border: 1px solid #EC7123;
}
div.tipofday {
	text-align: center;
}

form#qna_popup {
	width: 330px;
	height: 300px;
	padding: 10px;
	background-color: #555;
	color: #FFF;
	position: absolute;
	display: none;
	visibility: hidden;
	font-size: 0.9em;
	z-index: 100px;
}
form#qna_popup label {
	padding: 1px 0;
}
form#qna_popup label.lft {
	width: 100px;
	margin-bottom: 5px;
	display: block;
}
form#qna_popup input.lft {
	width: 226px;
	border: 0;
	margin-bottom: 5px;
	padding: 1px 2px;
	display: block;
}
form#qna_popup textarea {
	display: block;
	width: 100%;
	border: 0;
	height: 110px;
	overflow: auto;
	margin-bottom: 5px;
}
form#qna_popup span.mem,
form#qna_popup label.mem {
	font-size: .8em;
}
form#qna_popup span.mem {
	font-weight: bold;
}
form#qna_popup span.lft {
	display: block;
	padding: 1px 2px;
	border: 0;
	width: 226px;
	margin-bottom: 5px;
}
form#qna_popup textarea.login {
	height: 180px;
}
