@charset "UTF-8";
/* CSS Document */
@import url("../inc_css_details/csn.css");

div {
	border:0px dotted #0f0;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	margin: 0;
	padding:0;
	color:#58595b;
	background-color:#fff;
}

h1,h2 {
	font-size:14px;
	margin:0;
	padding:0 0 0 22px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.05em;
}

h2 {
	font-weight:normal;
	padding:0;
}
h4 {
	font-size:10px;
	font-weight:normal;	
	letter-spacing:0.05em;
	margin:0;
	padding:0;
}

a {
	color:#58595b;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#c14e5f;	
}

ul {
	list-style:none;
	margin:0px 60px 0 0 ;
	padding:0;
	letter-spacing:0.05em;
	line-height:1.30em!important;
	line-height:1.3em!important!;
	line-height:1.2em;
}

p {
	font-size:12px;
	background-color:transparent;
	padding:0;
	margin:10px 0;
	line-height:1.30em;
	letter-spacing:0.04em;
	clear:both;
}

address {
	font-style:normal;
	text-align:left;
	font-size:12px;
	line-height:1.2em;
	letter-spacing:0.04em;
	white-space:nowrap;
	margin:10px 0;
}

.addy {
	float:left;
	clear:both;
	letter-spacing:0.05em;
	font-weight:normal;
	margin-left:2px;
}

.numbers {
	position:relative;
	top:80px;
	line-height:1.4em;
	letter-spacing:0.05em;
}

.spacer {
	margin:0 10px;
	display:inline;
	font-size:16px;
	
	vertical-align:middle;
}

.fullwidth {
/*	width:1000px!important;
	width:980px!important!;
	width:980px;
	border:1px dotted #f0f;
	*/
}

.contentWrapper {
	width:990px;
}

.logo {
	background-image:url(../inc_img/logo.gif);
	background-repeat:no-repeat;
	width:260px;
	height:110px;
	margin:20px 0 30px 20px!important;
}

.logo a img {
	width:230px;
	height:100px;
	border:0;
}

.title {
	width:564px;
	border-bottom:1px solid #58595b;
}
.taco {
	width:165px;
	height:165px;
	border:0;
	float:right;
	margin-right:25px;
}

.image {
	height:165px;
	width:657px;
	border:0;
}

.copy {
	background-color:transparent;
	background-position:left top;
	background-repeat:repeat-y;
	width:540px;
	height:180px!important;
	height:178px!important!;
	height:178px;
	margin-bottom:16px!important;
	margin-bottom:0;
	padding:2px 2px 2px 20px;
	position:relative;
}

.footer {
	background-color:#fff;
	background-image:url(../inc_img/white.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:540px;
	height:25px;
	margin-bottom:10px;
	padding:2px 2px 2px 10px;
}

/* LEFT */
.leftTopBlock {
	background-color:#485476;
	width:328px;
	float:left;
	height:380px!important;
	height:360px!important!;
	height:361px;
}

.leftImageBlock {
	background-color:#485476;
	background-image:url(../inc_img/left_bg-trans.png)!important;
	background-image:url(../inc_img/left_bgIE6.png);
	background-repeat:repeat-x;
	width:328px;
	height:184px;
	margin-top:-1px;
}

.leftBottomBlock {
	background-color:#485476;
	width:328px;
	float:left;
	height:30px;
	margin-top:-1px;
}

/* RIGHT */
.rightTopBlock {
	width:560px;
	height:380px!important;
	height:360px!important!;
	height:360px;

}

.rightImageBlock {
	background-color:#fff;
	background-image:url(../inc_img/left_bg-trans.png)!important;
	background-image:url(../inc_img/right_bgIE6.png);
	background-repeat:repeat-x;
	width:657px;
	height:184px!important;
	margin-top:-1px;
	float:left;
	overflow:hidden;
}

.rightImageBlock img{
	width:657px;
	height:165px;
}

rightBottompBlock {
	width:550px;
	height:40px;
	margin-top:-1px;
}

/* MENU */
#menu {
	position:relative;
	top:140px;
	margin-top:14px!important;
	margin-top:155px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	text-align:right;
	width:180px;
}

#menu ul li {
	padding:6px 25px 0px 0;
	border-bottom:1px solid transparent!important;
	border-bottom:1px solid #485476;
}

#menu ul li:hover {
	border-bottom:1px solid #fff;
}

#menu ul li a{
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
}

#menu ul li.active {
	border-bottom:1px solid #fff!important;
}

.active li a{
	color:#c14e5f;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
}

.active a:hover{
	color:#ff0;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
}

/* GENERAL */
.left {
	float:left;	
}
.right {
	float:right;	
}
.clear {
	clear:both;	
}

.spacerTop {
	position:relative;
	top:20px!important;
	top:20px!important!;
	top:-120px;
}
