html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, fieldset, form, label, legend,  caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: Verdana,Arial AMU, Arial Unicode, Sylfaen; 
}
body
{
	margin: 0;
	padding: 0;
background: #585858 url('images/mainbg.gif') repeat-y top left;
}
input,select
{
	font-family: Verdana,Arial AMU, Arial Unicode, Sylfaen;
}
input
{	
	font-size: 12px;
	background-color:#fefefe;
	border:1px solid #ccc;
}
input:focus
{
	background-color:#fff;
	border:1px solid #F15E22;
}
input:hover
{
	background-color:#ffffff;
	border:1px solid #F15E22;
}
select
{
	background-color:#ffffff;
	border:1px solid #F15E22;
}
div
{
	font-size: 12px;
}
body {
	color: #42423d;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table 
{
	border-collapse: colapse;
}
caption, th, td {
	padding:3px;
	font-weight: normal;
}
acronym
{
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* Link Styles */
a:link, a:visited {
	color: #F15E22;
}
a:hover {
	color: #232323;
}
a:active {
	color: #ae0000;
}
a.floated_link {
	background-color:#ad0000;
	color:#fffffe;
	position:relative;
	top:-10px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	font-size:11px;
}
a.floated_link:hover {
	background-color:#222323;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #27221f;
}
h1, h2, h3 {
	font-size: 1.0em;
	padding-bottom: 10px;
}
h2, h3 {
	margin: 30px 0 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.2em;
	font-weight:bold;
	display:inline;
}
/* Header */
#slogan
{

	width:250px;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:14px;
}
#slogan h1
{
	margin:0px;
	padding:0px;
	color:#ffffff;
}
#header_wrap {
	height: 95px;
	min-width: 1002px;
}
#header {
	position: relative;
	height: 101px;
	width: 1002px;
	margin: 0 auto;
	z-index: 1000;
}
#header .gradient {
	position: absolute;
	left: -120px;
	top: 0;
}
#header .logo {
	position: absolute;
	left: 30px;
	top: 0px;
}
#header .spoon {
	position: absolute;
	left: 240px;
	top: 0px;
}
/* Navigation */
#navigation_wrap {
	position: relative;
	height: 2.4em;
	background: #c2380d;
	border-bottom: 1px solid #fff;
	min-width: 1002px;
}
#navigation {
	position: relative;
	height: 2.5em;
	width: 1002px;
	margin: 0 auto;
}
#main_nav {
	position: absolute;
	bottom: -0.1em;
	left: 0;
	z-index: 99;
	list-style: none;
	height: 2.6em;
	width: 950px;
	text-transform: uppercase;
	padding-left: 28px;
}
* html #main_nav {
	bottom: -0.3em;
}
#main_nav li {
	float: left;
	margin-left: 0.1em;

}
#main_nav li.current_page_item {
	background-position: 100% -150px;
}
#main_nav li a {
	float: left;
	display: block;
	height: 2.5em;
	height: 1.8em;
	padding: 0.6em 1.3em 0.1em 1.2em;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#main_nav li.current_page_item a {
	background-position: 0% -150px;
	color: #453f3a;
	border-bottom: 1px solid #e6e6e6;

}
#main_nav li:hover, #main_nav li.ieHover {
	background-position: 100% -150px;
	background-color:#fff;
	color:#F15E22;

}
#main_nav li:hover a, #main_nav li.ieHover a {
	background-position: 0% -150px;
	background-color:#eee;
	color:#F15E22;

}
#content #page_subnav {
	margin: 0px 0px 40px;
	padding: 0px;
	font-size: 13px;

}
#content #page_subnav li {
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	margin-right: 7px;
}
#content #page_subnav li a:link, #content #page_subnav li a:visited {
	color: #646464;
	text-decoration: none;
	padding-right: 14px;
}
#content #page_subnav li a:hover, #content #page_subnav li.current_page_item a  {
	color: #ac0000;
	text-decoration: none;
}
#content #page_subnav li a:active {
	color: #646464;
	text-decoration: none;
}
/* RSS Nav */

#bc_extended {
	position: absolute;
	left: 0;
	bottom: -2.7em;
	width: 50%;
	background: #ebebeb url(images/subnav_bg.png) repeat-x;
	border-bottom: 1px solid #b8babb;
	height: 2.6em;
}
/* Content */
.page_wrapp {
	position: relative;
	width: 1000px;
	font-size: 1.1em;
	margin: 0 auto;
}
.page_wrapp a:link, .page_wrapp a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.page_wrapp a:hover{
	text-decoration:underline;
}
#page_wrap {
	position: relative;
	background: #fff;
	width: 1002px;
	font-size: 1.1em;
	margin: 0 auto;
}
#page {
	position: relative;
	background: #ffffff;
	width: 1002px;
}
#content_wrap {
	float: left;
	width: 750px;
}
#content {
	float: left;
	width: 710px;
	padding: 30px;
	padding-bottom: 50px;
}
#content p {
	padding-bottom: 2.0em;
}
/* Breadcrumb */
#breadcrumb {
	position: relative;
	float: left;
	width: 721px;
	padding-left: 30px;
	background: #ebebeb url(images/subnav_bg.png) repeat-x;
	border-bottom: 1px solid #b8babb;
	height: 30px;
	font-size: 11px;
	color: #453f3a;
	z-index: 999;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #ac0000;
}
#breadcrumb .crumb ul {
	float: left;
	width: 550px;
}
#breadcrumb .crumb li {
	display: inline;
	line-height: 2.7em;
}
#breadcrumb #categories {
	position: absolute;
	right: 15px;
	top: 0.5em;
	display: block;
	line-height: 2.1em;
}
#breadcrumb #categories li span {
	background: #fdfdfd url(images/button_bg.png) repeat-x 0 100%;
	border: 1px solid #bbbbbb;
	display: block;
	text-align: center;
}
#breadcrumb #categories li span:hover {
	background: #eeeeee url(images/button_bg_hover.png) repeat-x 0 100%;
}
#breadcrumb .arrow {
	background: url(images/categories_arrow.gif) no-repeat 9.5em 50%;
	display: block;
}
/* Category Dropdown */
#categories ul {
	clear: left;
	position: absolute;
	left: -999em;
	z-index: 999;
	width: 14.0em;
	margin-top: -1px;
	margin-left: -5.0em;
	background: #efefef;
	list-style: none;
	line-height: 1;
	padding: 1.2em 0;
	padding-left: 2.0em;
	z-index: 999;
}
*+html #categories  ul {
	margin-left: -3.5em;  /* IE7 only */
}

/* Page Styles */
#entry {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 25px;
	width: 640px;
}
#content .rating-wrap {
	position: absolute;
	left: 545px;
	top: 80px;
}
#content .exerpt {
	position: relative;
	display: block;
}
#content .exerpt h1 {
	font-size: 2.6em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 5px;
	padding-right: 50px;
}
#content .user_comments {
	position: absolute;
	right: -2px;
	top: 0;
	font-size: 18px;
	font-weight: bold;
	height:46px;
	width:44px;
	background: url(images/comments.gif) no-repeat;
	line-height: 36px;
	text-align: center;
}
#content .user_comments a {
	color: #3a2f27;
	text-decoration: none;
}
#content .download {
	padding-left: 60px;
	background: url(images/downlaod_file.png) no-repeat;
	margin-top: -30px;
	margin-bottom: 25px;
}
#content .download h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.0em;
}
#content .download h2 a {
	color: #27221f;
	text-decoration: none;
}
#content .download span {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: bold;
}
#content .exerpt h1 a {
	text-decoration: none;
	color: #242323;
}
#content .exerpt h1 a:hover {
	text-decoration: underline;
}
#content .exerpt img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:200px;
	height:200px;
}
#content .exerpt small {
	background-color:#F15E22;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#fffffe;
	font-size:1.0em;
}
#content .exerpt small a {
	color:#fffffe;
	text-decoration:none;
}
#content .exerpt small a:hover {
	text-decoration:underline;
	color:#fffffe;
}
#content .exerpt .text {
	display:block;
	margin-top:20px;
	font-style:italic;
	float:left;
	width:400px;
}
#content .exerpt .text_freebie {
	display:block;
	margin-top:20px;
	float:left;
	width:300px;
	padding-right: 100px;
}
#content .exerpt .text_freebie a.more-link {
	border: 1px solid #bbbbbb;
	background: #fdfdfd url(images/button_bg.png) repeat-x 0 100%;
	font-size: 10px;
	padding: 0.4em 1.0em 0.5em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.05em;
	text-decoration: none;
}
#content .exerpt .text_freebie a:hover.more-link {
	background: #eeeeee url(images/button_bg_hover.png) repeat-x 0 100%;
	text-decoration: none;
	color: #232323;
}
#wpUserLinks_form input, #wpUserLinks_form textarea {
	display: block;
	margin-bottom: 15px;
}
#signIn {
	position: absolute;
	top: 80px;
	right: 160px;
	width: 160px;
}
#signIn .input {
	display: block;
	width: 150px;
	padding: 2px 5px;
	margin-bottom: 10px;
	border: 1px solid #2b2a27;
	color: #7b7a75;
}
#signIn #submit_plus {
	margin-top: 10px;
	display: block;
	float: right;
}
#wpUserLinks_form #submit_comment {
	width: 12.0em;
	height: 3.0em;
	margin-top: 10px;
}
#content #comments .textarea {
	padding-top: 20px;
	padding-left: 20px;
	width: 437px;
	max-width: 463px;
	height: 135px;
	font-size: 1.2em;
}
#content #comments .textarea_arrow {
	position: absolute;
	top: 25px;
	left: 94px;
}
#content #comments .inputerror {
	border-color: #555;
}
#content .webroundup {
	padding:0px;
	margin:0px;
}
/* Sidebar */
#sidebar {
	position: relative;
	float: right;
	width: 250px;
	margin-top:-0px;
	background-color:#fff;
}
#sidebar  ul {
	margin: 10px;
	margin-top: 0px;
	border-top:  #d0d0d0 1px solid;
	border-top:#cccccc 1px solid;
}
#sidebar ul li {
	padding: 8px;
	border-bottom: #d0d0d0 1px solid;
}
#sidebar h2 {
	font-size: 1.75em;
	letter-spacing: -0.02em;
	margin: 0;
}
#sidebar dt {
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing: -0.02em;
	border-top: #d0d0d0 1px solid;
	margin: 0;
}
#sidebar dt a:link, #sidebar dt a:visited {	
	text-decoration:none;
}
#sidebar dt a:hover {
	text-decoration: none;
}
#sidebar dt a:active {
	text-decoration:none;
}
#sidebar dt  {
	clear:both;
}
#sidebar dd ul li 
{
	padding:5px;
}
#sidebar dd ul li a:link, #sidebar dd ul li a:visited {
	clear:both;
	color: #333;
	text-decoration:underline;
	padding-left:5px;
}
#sidebar dd ul li a:hover {
	clear:both;
	text-decoration: none;
	padding:3px;
	color:#fff;
	background-color:#C2380D;
	-moz-border-radius:5px;-webkit-border-radius;
}
.image_wrap {
	width: 275px;
	padding: 15px 0px;
	padding-left: 18px;
}
.image_wrap img {
	float: left;
	padding: 5px 3px;
}
/* Sidebar Search */
.submit_button {
	background: #fdfdfd url(images/button_bg.png) repeat-x 0 100%;
	border: 1px solid #bbbbbb;
	font-size: 1.0em;
	color: #af0100;
	height: 2.4em;
	text-align: center;
	padding-bottom: 2px;
	cursor: pointer;
}
*+html .submit_button {
	height: 2.4em;
	padding-bottom: 0px;
}
.submit_button:hover {
	color: #232323;
	background: #eeeeee url(images/button_bg_hover.png) repeat-x 0 100%;
	text-decoration: none;
}
/* Sidebar Subscribe */

.sidebar_user_plus_link {
	position: relative;
	width: 242px;
	float: left;
	border:#c2380d 3px solid;
}
.sidebar_adspace {
	position: relative;
	width: 248px;
	float: left;
}
.forma
{
 background-color:#f0f0f0;
 border:1px solid #cecfd0;
 padding-left:30px;
  padding-right:30px;

}
.servtable
{
 background-color:#f0f0f0;
 border:1px solid #cecfd0;
 padding-left:30px;
  padding-right:30px;
}
select
{
	background-color:#ffffff;
	border:1px solid #F15E22;
}
.hotelimg
{
	float:left;
	padding:20px;
	padding-left:0px;
	padding-top:0px;
}
.hotelimg img
{
	background-color:#F15E22;
	border:1px solid #222222;
	padding:5px;
}
.hotelimg img:hover
{
   	background-color:#ffffff;
	border:1px solid #222222;
	padding:5px;
}

.thumb
{

	background-color:#F15E22;
	border:1px solid #222222;
	padding:5px;
}
.thumb
{
	background-color:#F15E22;
	border:1px solid #222222;
	padding:5px;
}
#logodiv a:link, #logodiv a:visited
{
	padding:2px;
	text-decoration:none;
}
#logodiv a:hover
{
	background-color:#ffffff;
	padding:2px;
	text-decoration:none;
}
.thumbdiv
{
	padding:0px;
	margin:0px;
}
.thumbdiv img
{
	background-color:#F15E22;
	border:1px solid #222222;
}
.thumbdiv img:hover
{
   	background-color:#ffffff;
	border:1px solid #222222;
}
.orangetext
{
	color: #F15E22;
}
.footer {
	border:2px solid #ff6600;
   	background-color:#ffebd8;
	display:table;
	margin-bottom:5px;
	line-height:18px;
	width: 1002px;
	font-size:10px;
}
.footer a {
   	color:#333333;
   	font-weight:normal;
   	text-decoration:none;
}
.footer h6 {
   	color:#dc4016;
   	font-weight:bold;
   	text-transform:uppercase;
   	font-size:12px;
}
.footercopy {
   	background-color:#ff6600;
	width: 1002px;
	font-size:11px;
}
.footercopy  td{
	padding-left:25px;
}