body {
	background:#fff;
	margin:0px;
	padding:0px;
	height:100%;
	overflow-x:hidden;
	color:#2f2f2f;
	font:11px/1.35em arial, helvetica, sans-serif;

}

p {
	padding:0px;
	margin:0px;
	padding-top:9px;
	padding-bottom:9px;
}

.bodystyle {
	background:#d9d5cb;
	
}

.black {
	background:#000;
}
.white {
	background:#fff;
}
.green {
	background:#c9ceb7;
}
.red {
	color:#da2824;
}
.darkgreen {
	color:#5b5b4f;
}
.none {
	background:none;
}

.bigblue {
	font-size:18px;
	font-style:italic;
	color:#006699;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middle_bg.gif);
	background-repeat:repeat-y;
	width:980px;
	padding:0px;
}

html>body #container {
	height:auto;
}

#header {
	position:relative;
	width:100%;
	height:146px;
	padding-left:20px;
}

#logo_tails {
	position:absolute;
	background-image:url(../images/logo_bottom.gif);
	top:145px;
	left:754px;
	width:226px;
	height:114px;
}

#navbar {
	position:relative;
	width:100%;
	height:49px;
	background-image:url(../images/mv_navbar.gif);
	background-repeat:no-repeat;	
}

#nav_links {
	position:relative;
	width:100%;
	color:#fff;
	font-family:"Arial", Tahoma , Verdana, "sans-serif";
	padding-top:15px;
	padding-left:55px;
	font-size:14px;
	text-transform:uppercase;
}

#nav_links a {
	color:#99a17c;
	padding-right:20px;
}

#content_left {
	position:relative;
	margin-left:50px;
	width:400px;
	padding:20px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom:60px;
}

#content_fullwidth {
	position:relative;
	width:890px;
	margin-left:50px;
	padding:10px;
	padding-left:0px;
}

#content_right {
	position:relative;
	float:right;
	width:530px;
	margin-right:40px;
	margin-top:-35px;
}

html>body #content_right {
	margin-right:75px;
}

#globe {
	margin-left:40px;
	float:left;
}

#news_home {
	float:left;
	margin-left:40px;
	width:700px;
	height:200px;
}
html>body #news_home {
	height:auto;
}

#news_home table tr td {
	border-bottom:solid 1px #ccc;
}

#shop_categories_home {
	float:right;
	width:240px;
	height:200px;
}

html>body #shop_categories_home {
	height:auto;
}

#shop_categories_home table {
	width:198px;
	padding:0px;
	margin:0px;
}

#shop_categories_home td {
	width:198px;
	background:#3d3d3d;
	color:#fff;
	border:0px;
	border-bottom:solid 1px #fa3110;
	height:40px;
	padding:0px;
}

#shop_categories_home td a {
	display:block;
	width:188px;
	height:26px;
	color:#fff;
	margin-left:10px;
	padding-top:14px;
}

#shop_categories_home td a:hover {
	background:#fff;
	color:#3d3d3d;
}

#shop_categories_home td:hover {
	background:#fff;
	color:#3d3d3d;
}


#logged_nav {
	float:left;
	width:200px;
}

#logged_nav a {
	display:block;
	width:200px;
	background:#3d3d3d;
	color:#fff;
	padding:8px;
	border-bottom:solid 1px #fa3110;	
}

#logged_nav a:hover {
	width:200px;
	/*background:#029e9b;*/
	background:#fff;
	cursor:pointer;
	text-decoration:none;
	color:#3d3d3d;
}

#footer {
	position:relative;
	bottom:0px;
	width:100%;
	height:120px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#footer span {
	display:block;
	font-size:11px;
	margin-left:50px;
	padding-top:60px;
	color:#999;
}

#footer span a {
	color:#fa3110;
}

#maincontent {
	position:relative;
	margin-top:20px;
	margin-left:15px;
	padding:0px;
	float:left;
	width:450px;
	height:auto;
}
html>body #maincontent {
	margin-left:35px;
}

#mainright {
	position:relative;
	margin-top:20px;
	float:right;
	width:260px;
}
#mainrightlogged {
	position:absolute;
	top:0px;
	right:0px;
	width:230px;
}

th {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding-left: 4px;
	height:26px;
	color:#fff;
}

td {
	text-align:left;
	font-size:12px;
	height:30px;
	padding:4px;
}

td p {
	text-align:left;
}

ul {
	padding:auto;
	margin:auto;
	padding-left:30px;
}	

li {
	padding:auto;
	margin:auto;
	margin-bottom:8px;
	font-size:12px;
}

h1 {
	font-size:1.5em;
	/*color:#ec7642;*/
	color:#333;
}

h2 {
	font-size:1.2em;
	color:#fa3110;
}

h3 {
	font-size:1.0em;
}

p {
	font-size:12px;
	color:#666;
	line-height:18px;
}

.itinery {
	background-color:#FFFFDD;
	border:none;
}

#admintools { 
	border: solid 1px #999999;
	background-color:#efefef;
	text-align:center;
	height:30px;
}

.admintool_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:link {
	color:#006699;
	text-decoration:none;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:visited {
	color:#006699;
	text-decoration:none;
	text-align:center;
	background-color:#efefef;
}

.admintool_text a:hover {
	text-decoration:underline;
	text-align:center;
	background-color:#efefef;
}

#Submit {
	background:url(../images/red_gradient.gif);
	color:#fff;
	width:80px;
	font-size:10px;
	border:solid 1px #666;
	padding:0px;
	margin:0px;
}

html>body #Submit {
	/*padding-bottom:3px;*/
}

#Submit:hover {
	background:url(../images/orange_gradient.gif);
	color:#fff;
	font-size:10px;
	border:solid 1px #666;
	padding:0px;
	margin:0px;
}

html>body #Submit:hover {
	/*padding-bottom:3px;*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.breadcrumbs {
	font-size: 11px;
}

a img {
	border:none;
}
a:link {
	color:#fa3110;
	text-decoration:none;
}
a:visited {
	color:#fa3110;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input {
	border:solid 1px #666;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
}

textarea {
	border:solid 1px #666;
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:14px;
}

.table_header {
	
}

.account_bg_th td {
	font-size:14px;
	background-color:#efefef;
}

fieldset {
	margin-bottom:20px;
	border:solid 1px #ccc;
	padding:10px;
}

legend {
	color:#333;
	font-size:16px;
}

.clearboth {
	clear:both;
}

.lateral_red {
	color:#ff0000;
}