﻿body
{
	/*background: #F0EBFC;*/
	margin: 0px;
	padding: 0px;
	font-family: "Verdana" ,Georgia,Serif;
}

img
{
	border: 0px;
}

h1
{
	color: #0564AD;
	display: inline;
	text-align: left;
	font-size: 16px;
	font-family: "Verdana" ,Georgia,Serif;
}

h2
{
	color: #666666;
	display: inline;
	text-align: left;
	font-size: 13px;
	font-family: "Verdana" ,Georgia,Serif;
}

h3
{
	color: #666666;
	display: inline;
	text-align: left;
	font-size: 11px;
	font-family: "Verdana" ,Georgia,Serif;
}

/* CSS Style Rule .h1, .h2, .h3 are for Admin Page */
.h2
{
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 11px;
	color: #506273;
	text-align: center;
	text-transform: capitalize;
}

.h3
{
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 10px;
	color: #FF3300;
	text-align: left;
	text-transform: capitalize;
}

#h3
{
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 10px;
	color: #FF3300;
	text-transform: capitalize;
}
/* CSS Style Rule .h1, .h2, .h3 are for Admin Page */

/* CSS Style Rule for Div having id="outer-container" */
#outer-container
{
	width: 100%;
	min-width: 1020px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* header CSS Style Rule */
#header
{
	clear: both;
	width: 100%;
	height: 80px;
	background: #F0EBFC url(images/header.png) repeat-x scroll 0 0;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#logo
{
	float: left;
	margin-left: 20px;
}

.logo
{
	width: 200px;
	height: 80px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/logo-2.png);
}

#search
{
	height: 54px;
	float: right;
	margin-top: 26px;
	margin-right: 30px;
}

#search div
{
	width: 220px;
	height: 28px;
	background-image: url(images/search_field.png);
}

#search .search_box
{
	width: 140px;
	border: 0px;
	position: absolute;
	top: 30px;
	right: 104px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search .submit
{
	position: absolute;
	right: 30px;
	top: 26px;
	border: 0px;
}

/* header CSS Style Rule */

/* navigation CSS Style Rule */

/*---1st Menu---*/
#top-Nav
{
	width: 100%;
	height: 30px;
	top: 80px;
	margin: 0px;
	text-align: center;
	background: #040505 url(images/Menu-1.png) repeat-x;
}

.btnHome
{
	width: 30px;
	height: 30px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(Images/home1.png);
}

.btnHome:hover
{
	width: 30px;
	height: 30px;
	background-image: url(Images/home.png);
}

#top-Nav a
{
	text-decoration: none;
	cursor: pointer;
}

#top-Nav a:hover
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.active
{
	font-weight: bold;
}

.table1
{
	font-size: 12px;
	font-family: "Verdana" ,Georgia,Serif;
	color: White;
	text-transform: uppercase;
}
/*---1st Menu---*/
/*---2nd Menu---*/
#Nav
{
	width: 100%;
	height: 30px;
	display: block;
	background: #040505 url(images/fade.gif) repeat-x;
	text-align: center;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#Nav a
{
	text-decoration: none;
	cursor: pointer;
}

#Nav a:hover
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.active{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #14B314;
}

#Nav div
{
	padding: 5px 0 8px 0;
	font-size: 13px;
	font-family: "Verdana" ,Georgia,Serif;
	color: Black;
}
/*---2nd Menu---*/
/* navigation CSS Style Rule */

/* footer CSS Style Rule */
#footer
{
	padding: 0px;
	clear: both;
	text-align: center;
	width: 100%;
	height: 100px;
	background-color: #000;
	border-top: 2px solid #CDCDCD;
}

#footer a
{
	font-weight: normal;
	color: #fff;
	padding-left: 0;
	background-image: none;
	cursor: pointer;
	text-decoration: none;
}

#footer a:hover
{
	font-weight: bold;
	color: #fff;
	padding-left: 0;
	background-image: none;
	cursor: pointer;
	text-decoration: none;
}

#footer div
{
	padding: 4px 0 4px 0;
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}

div.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content-container
{
	width: 100%;
	height: 100%;
	/*background: #F0EBFC none repeat scroll 0 0;*/
}

#leftbar
{
	float: left;
	width: 180px;
	overflow: hidden;
	position: relative;
	height: 100%;
	font-family: verdana;
	font-size: 12px;
	top: 0px;
	left: 0px;
}
#leftbar a
{
	color: #14B314;
	text-decoration: none;
}
#leftbar a:hover
{
	color: #7B758A;
	font-weight: bold;
	text-decoration: none;
}

#content /* min- height=840px*/
{
	border-left:1px solid black; 
	border-collapse:collapse;
	background-color: White;
	overflow: hidden;
	position: relative;
	min-height: 1400px; /*Change this height once you finished adding categories, measure the height of the left category bar, and set the minimim height property here to that of the height*/
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 11px;
	text-align: justify;
}

#content div
{
	line-height: 15px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
}

.dealdate
{
	/*background-color: #F0EBFC;*/
	background: #040505 url(images/Menu-1.png) repeat-x;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 0px;
	height: 30px;
	vertical-align: middle;
	padding-left: 40px;
	font-size: 15px;		
	font-family: "Georgia", verdana;
	color:#fff;
}

#content a
{
	color: #3399FF;
	text-decoration: none;
}

#content a:hover
{
	color: #FF0000;
	text-decoration: none;
}

#requestdealtitle
{
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding:10px;
}

.requestdealtext
{
	font-family: "Verdana" ,Georgia,Serif;
	font-size: 12px;
	color: #000;
}


.pastdealslinks
{
	background: #040505 url(images/fade.gif) repeat-x;
	font-size: 15px;		
	font-family: "Georgia", verdana;
	color:#FCFCFC;
	padding:10px;
}

.pastdealslinks a
{
	text-decoration: none;
	cursor: pointer;
}

.pastdealslinks a:hover
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}