* {
	padding:0px;
	margin:0px;
}
html {}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_red.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
body#inner {
	background-image:none;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img, a img {
	border:none;
}
ul, li {
	list-style-type: none;
}
.hide { 
	display: none; 
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
} 
/*		
//////////////////////////////////////////////////////
			LAYOUT
//////////////////////////////////////////////////////
*/
#wrapp {
	width: 966px;
}
#container {
	clear:both;
	width: 942px;
}
/*		
//////////////////////////////////////////////////////
			HEADER
//////////////////////////////////////////////////////
*/
#header {
	height: 326px;
	background-image: url(../images/header_bg_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#inner #header {
	height: 103px;
	width: 930px;
	background-image: url(../images/header_bg_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html body#inner #header {
	background-image: none;
}
#logoAndMenu {
	height:115px;
	clear:both;
}
#logo {
	width:280px;
	height:100px;
	overflow:hidden;
	float:left;
	padding-top:7px;
	padding-left:25px;
}
#menu {
	float:right;
	position:relative;
	width:630px;
	height:64px;
	margin-top:10px;
	margin-right:23px;
}

* html #menu {
	margin-right:5px;
}
#menu ul {
	width:638px;
	height:42px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #menu ul {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/red/images/menu_bg.png',sizingMethod='image');
	width: 638px;
	height: 42px;
}
#menu ul li {
	float:left;
	position:relative;
}
#menu ul li a {
	display:block;
	font-size: 12px;
	color: #636363;
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
	
}
* html #menu ul li a {
	position: relative;
	z-index: 11;
	
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li#accLogin {
	width: 114px;
}
#menu ul li#getSt {
	width: 142px;
}
#menu ul li#DialerD {
	width: 142px;
}
#menu ul li#LunchCb {
	width: 142px;
	position:relative;
}
#menu ul li#LunchCb span {
	position:absolute;
	height: 12px;
	width: 24px;
	top: 2px;
	left: 3px;
	background-image: url(../images/new_icon_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul li#Faq {
	width: 85px;
}

#description {
	height:108px;
	width: 942px;
	clear:both;
}

#description h2 {
	color:#E65151;
	font-size: 26px;
	width: 420px;
	padding-left: 220px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ECEDE5;
	border-bottom-color: #ECEDE5;
	height: 35px;
}
#description p {
	font-size: 17px;
	width: 400px;
	margin-left: 224px;
	height: 74px;
	margin-top: 7px;
}	
* html #description p {
	font-size: 17px;
	width: 400px;
	margin-left: 224px;
	height: 64px;
	margin-top: 7px;
}
#account {
	height:103px;
	width: 942px;
	clear:both;
	background-image: url(../images/header_bg_bottom_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
body#inner #account {
	background-image: url(../images/header_bg_bottom_red.jpg);
	background-repeat: no-repeat;
	background-position: -10px 0px;
}
#account #accountLog {
	float: left;
	width:190px;
	
}
#accountLogWrapp {
	width: 161px;
	float: right;
	
}
#account #accountLog form {}
#account #accountLog label {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}
#account #accountLog input#log {
	height: 16px;
	width: 143px;
	margin-bottom: 2px;
}
#account #accountLog span {
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	display: block;
	padding-right: 17px;
	padding-bottom: 2px;
}
#account #accountLog input#buttonlog {
	height: 17px;
	width: 82px;
	font-size: 8px;
	text-transform: uppercase;
	background-color: #DDE4EA;
	color:#DDE4EA;
	border: 1px solid #6484A1;
	cursor:pointer;
	float: right;
	margin-right: 17px;
	background-image: url(../images/button_view.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
/*		
//////////////////////////////////////////////////////
			MAIN
//////////////////////////////////////////////////////
*/

#content {
	float:left;
	width: 715px;
}
#CompanySidebar {
	width:190px;
	float:left;
}
body#inner #CompanySidebar {
	min-height:400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E8504B;
	background-image: url(../images/company_sidebar_bg_gray.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
* html body#inner #CompanySidebar {
	height:400px;	
}
#CompanySidebar h3 {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 22px;
	background-image: url(../images/cross_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;
}
#CompanySidebar ul {
	width: 145px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#CompanySidebar ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E69997;
}
#CompanySidebar ul li a {
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#CompanySidebar ul li a:hover {
	background-color: #E69996;
}
#CompanySidebar #companyImg  {
	width:145px;
	height:96px;
	margin: 0px auto;
	background-image: url(../images/company_sidebar_img_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main {
	float:right;
	width:500px;
}
#mainWrapp {
	margin-left:22px;
	width: 464px;
}
#main h3 {
	font-size: 18px;
	padding-top: 5px;
	padding-left: 22px;
	background-image: url(../images/cross_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 8px 11px;
}
#main hr {
	width:465px;
	margin-left:20px;
	margin-bottom:6px;
	height:1px;
	color: #dedede;
	background-color:#dedede;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #dedede;
}
#main ul {
	padding-top:8px;
}
#main ul li {
	color: #747474;
	font-size: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-image: url(../images/cross_small_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#main ol li {
	color: #747474;
	font-size: 15px;
	padding-bottom: 7px;
	background-image:none;
	list-style-type: decimal;
	list-style-position: inside;
}
#main #mainWrapp {
	color:#747474;
}
#main #mainWrapp p {
	color:#747474;
	font-size: 15px;
	}
#main #mainWrapp a {
	color:#E65151;
	text-decoration: underline;
}
#main #mainWrapp a:hover {
	color:#E65151;
	text-decoration: none;
}
#main .more {
	height:20px;
	margin-bottom: 4px;
	margin-top:3px;
}

#main .more p {
	float: right;
	text-align: right;
	width: 345px;
	margin-right: 23px;
	padding-right:10px;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
* html #main .more p {
	margin-right: 10px;
	padding-right:10px;

}
#main .more p a {
	color: #000000;
	text-decoration: none;
}
#main .more p a:hover {
	text-decoration: underline;
}
#main .desc {}
#main .desc p {
	color: #85ABF8;
	text-align: right;
	width: 355px;
	float: right;
	margin-right: 20px;
	font-size: 16px;
}
* html #main .desc p {
	margin-right: 10px;
}
/*	
//////////////////////////////////////////////////////
			SIDEBAR
//////////////////////////////////////////////////////
*/
#sidebar {
	width: 217px;
	float:right;
	background-color: #F2F2F2;
	min-height: 234px;
	margin-top: 3px;	
}
* html #sidebar {
	height: 234px;	
}
#sidebar form {
	width: 175px;
	margin:0px auto;
}
#sidebar input#search {
	width:113px;
	height: 15px;
	float:left;
}
#sidebar input#button {
	background-color: #DDE4EA;
	border: 1px solid #6484A1;
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	cursor:pointer;
	height: 18px;
	width: 50px;
	margin-left:2px;
	float:left;
	background-image: url(../images/button_search.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#sidebar select {
	width:163px;
	margin-bottom:5px;
}
#sidebar h3 {
	font-size: 18px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 22px;
	background-image: url(../images/cross_bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;	
}
#sidebar p.where {
	color: #6B6B6B;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin:0px auto 8px;
	width: 160px;
}
#sidebar .calingTo {
	color: #000000;
	width: 150px;
	margin:10px auto 0px;
}
#sidebar p.infoMail {
	width: 150px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#sidebar p.infoMail a {
	display:block;
	color: #E65151;
}
#sidebar p.infoMail a:hover {
	text-decoration:underline;
}
#sidebar p.alt {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}
#sidebar table#rate {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
}
* html #sidebar table#rate {
	width: 215px;
}
#sidebar table#rate tr th {
	text-align:left;
	padding-bottom: 5px;
}
#sidebar table#rate tr td {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
* html #sidebar table#rate tr td {
	padding:0px;
}

/*		
//////////////////////////////////////////////////////
			FOOTER
//////////////////////////////////////////////////////
*/

#footer {
	clear: both;
	width: 100%;
	min-width:980px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4E4E0;
	border-bottom-color: #E4E4E0;
	height: 38px;
	margin-bottom: 7px;
	margin-top: 3px;
}
#footerWrapp {
	width: 942px;
	
}
#footerWrapp p.copyright {
	color: #9E9E9E;
	width: 370px;
	margin-left: 20px;
	padding-top: 5px;
	font-size: 11px;
	
}
#footerWrapp p.login {
	padding-top: 0px;
	padding-bottom:2px;
	margin-left: 20px;
}

#footerWrapp p.login a.adminLogin {
	color: #9E9E9E;
	display:block;
	margin-top:2px;
}
#footerWrapp p.login a.adminLogin:hover {
	text-decoration:underline;
}
#contactrightinfo {
	padding-right: 10px;
	text-align:right
	
}
#contactinfo {
	padding-right: 10px;
	
}
#contactleftinfo {
	padding-right: 10px;
	text-align:right
	
}
.txtpad {
	padding-left:20px;
}
