html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* WRAPPER */

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern
                   browsers*/
   }

html>body, html>body #wrapper {
	height: auto;
}
   
#wrapper {
   position: absolute;
	top: 0;
	left: 0;
   }

#godown {
   	position: absolute;
	bottom: 0;
	width: 100%;
}

#main {
	margin-bottom: 20px;
	height: auto;
  }
  
.spacer {
	clear: both;
	height: 250px;
}


/* END OF WRAPPER */


h1 {
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 15px #EEE solid;
}
div.head_h1 {
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 15px #EEE solid;
}
h1 a {
	color: #999;
}
h2 {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
h2 a {
	color: #999;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h4 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 10px 0 20px 0;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: #999 solid 2px;
}
h5 a {
	text-decoration: none;
	color: #000;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 30px 0 10px 0;
	border-bottom: #999 solid 2px;
}
img {
	border: none;
}
a {
	color: #39C;
}

.container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.container_900 {
    clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {	
	float: left;
	height: 150px;
	width: 890px;
	margin-top: 0;
	background-color: #000;
}
.lang_switcher { float: right; clear: both ;}
.lang_switcher a { color: #000; text-decoration: underline; }
.lang_switcher a.active { color: #999; font-weight: bold; text-decoration: none;}
.lang_switcher ul li { padding-left: 7px; margin-left: 7px; border-left: 1px #999 solid; display: inline; list-style: none;}
.lang_switcher li.first { border: none; }
.logo {
	float: left;
	padding: 15px 0 15px 30px;
}

.nav {
	margin: 20px 15px 0 0;
	float: right;
	width: 600px;
	text-align: right;
}
.nav ul {
	list-style: none;
}
.nav ul li {
	display: inline;
	padding-left: 5px;
}
.main_nav a{
	font-size: 14px;
	color: #FFF;
}
.sub_nav a{
	color: #666;
}
.sub_nav a:hover{
	color: #FFF;
}
.bread_crumps {
	margin: 12px 0 12px 0;
	float: left;
	width: 890px;
	color: #999;
}
.bread_crumps a {
	color: #666;
	font-size: 12px;
	padding: 0 3px 0 3px;
}
.bread_crumps a:hover {
	color: #39C;
}
a.phone_no {
	margin: 20px 15px 0 0;
	float: right;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	display: block;
	border-bottom: #000 solid 2px;
}
.phone_no img {
	margin: 0 3px 0 0;
}
a.phone_no:hover {
	border-bottom: #FFF solid 2px;
}
.gray {
	color: #999;
	font-weight: normal;
}
.showdetails {
	border: 1px #CCC solid;
	padding: 5px 7px 5px 7px;
	float: right;
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-decoration: none;
	background-color: #EEE;
}
.showdetails:hover {
	background-color: #FFF;
	color: #39C;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.clear_clients {
	clear: both;
	width: 900px;
	float: left;
	margin-bottom: 40px;
}
.sliderImage span strong {
    font-size: 20px;
	font-weight: normal;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.separator {
	width: 890px;
	height: 15px;
	background-color: #FFF;
	float: left;
	clear: both;
	margin: 15px 0 15px 0;
}
.separator_title {
	width: 890px;
	height: 15px;
	background-color: #FFF;
	float: left;
	clear: both;
	margin: 0 0 15px 0;
}
.separator_gray {
	width: 890px;
	height: 15px;
	background-color: #EEE;
	float: left;
	clear: both;
	margin: 15px 0 15px 0;
}
.quote {
	font-size: 20px;
	color: #666;
	margin: 10px 0 10px 0;
	float: left;
	font-style: italic;
	width: 600px;
}
.quote_mark_start {
	float: left;
	color: #CCC;
	clear: both;
	font-size: 64px;
	font-weight: bold;
	margin: -10px 20px 0 0;
}

.author {
	width: 210px;
	padding-left: 15px;
	border-left: 2px #EEE dashed;
	margin-left: 30px;
	color: #999;
	float: left;
	text-align: center;
}
.author p {
	margin: 0 0 7px 0;
	padding: 0;
	}

.service {
	float: left;
	width: 215px;
	margin-right: 10px;
}

/* Boxes */ 

.boxgrid{ 
				width: 290px; 
				height: 193px; 
				float:left; 
				margin: 10px 10px 0 0;
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
			
			.boxgrid_right{ 
				width: 290px; 
				height: 193px; 
				float:left; 
				margin-bottom: 10px;
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:normal; 
					font-size:14px;
					font-family: Arial, Helvetica, sans-serif;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 193px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 193px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 160px;
 					left: 0;
 				}
				.boxcaption h3 { 
				margin: 10px 10px 0 10px; 
				color:#FFF; 
				font:14px Arial, sans-serif; 
				font-weight: normal;  
				}
				.boxcaption h3 a { 
				color: #FFF;
				text-decoration: underline;
				}
				.boxcaption h3 a:hover { 
				color: #FFF;
				text-decoration: underline;
				}
				.boxcaption p {
					color: #FFF;
					font-size: 12px;
					margin: 0;
					padding: 10px 10px 0 10px;
				}
				.boxcaption p a {
					color: #09C;
				}
				
/* End of Boxes */
.one_three_block{
	width: 250px;
	float: left;
	padding: 0 20px 0 20px;
	border-left: 1px #CCC solid;
}
.footer {
	width: 890px;
	padding: 15px 0 0px 0;
	border-top: 15px #EEE solid;
	position: relative;
	margin: 50px 0 0 0;
	float: left;
	font-size: 11px;
}
.footer .ctsg_logo {
	position: absolute;
	padding-top:0px;
	width: 120px;
	font-size: 11px;
	color: #666;
	text-align: right;
	right: 25px;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #000;
}
.footer ul {
	list-style: none;
	color: #666;
	margin: 0;
	padding: 0;
}
.footer ul li {
	padding: 0 0 5px 10px;
	background: transparent url(../images/bullet.gif) no-repeat 0 8px;  
}
.column_footer {
	width: 190px;
	margin-right: 15px;
	padding-right: 15px;
	float: left;
}
.cuisine_nav {
	width: 175px;
	float: left;
}
.cuisine_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cuisine_nav li {
	padding: 7px 0 7px 5px;
	position: relative;
	border-bottom: 1px #CCC solid;
}
.cuisine_nav .selected_arrow {
	position: absolute;
	right: 5px;
	top: 6px;
}
.cuisine_nav ul a {
	color: #000;
	padding: 0;
	margin: 0;
}
.cuisine_nav li:hover {
	background-color: #EEE;
	color: #000;
}
.cuisine_nav .selected {
	color: #000;
	padding-left: 5px;
	font-weight: bold;
}
.one_dish {
	float: left;
	border: 1px solid #CCC;
	padding: 25px;
}
.left_menu_cuisine {
	width: 200px;
	float: left;
}
.right_menu {
	width: 200px;
	float: right;
}
.right_menu_cuisine {
	width: 200px;
	float: right;
}
.slider_cont {
	width: 990px;
	margin: 0 auto 0 auto;
}
.main_contents {
	width: 890px;
	float: left;
	position: relative;
}
.main_contents_box {
	width: 690px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}
.slideshow_event {
	float: left;
	width: 890px;
	clear: both;
}
.slideshow_about {
	width: 640px;
	height: 270px;
	margin: 0 0 30px 0;
	padding: 0;
	clear: none;
}
.one_photo_event {
	float: left;
	width: 640px;
}
.left_column {
	width: 305px;
	float: left;
	margin-right: 40px;
}
.right_column {
	width: 305px;
	float: left;
}
.order_block { 
	background-color: #666;
	width: 180px;
	float: left;
	margin: 0;
	padding: 10px 10px 0 10px;
}
.order_block h2 { 
	color: #FFF;
	font-size: 14px;
	margin: 15px 9px 0 9px;
	padding: 0;
}
.order_block img{
	margin-left: 5px;
}
.vert_nav {
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
	color: #666;
}
.vert_nav ul li a{
	color: #666;
}
#final_line {
margin-top:25px;
}
#final_line table td div{
color:#999999;
font-size:11px;
}
div.reasoning {
	width: 215px;
	margin: 0;
	float: left;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}
a.one_event_reason {
	width: 215px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}
a:hover.one_event_reason {
	color: #666;
}
a.one_event_reason h5 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
a:hover.one_event_reason h5 {
	text-decoration: underline;
	color: #000;
}
.portfolio_column {
	width: 290px;
	float: left;
	margin: 0 10px 20px 0;
}

.portfolio_column .details{
	width: 290px;
	float: left;
	padding: 0px;
	margin: 10px 0 10px 0;
}

.portfolio_column  h2 {
	padding-bottom: 5px;
	border-bottom: 2px #999 solid;
}

.portfolio_column  .right {
	margin-top: 17px;
	float: right;
}
.portfolio_column .details .name {
	width: 120px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
}
.portfolio_column .details .desc {
	width: 170px;
	font-size: 12px;
	float: left;
}
.portfolio_column .details .clear {
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 290px;
	float: left;
	clear: both;
	border-bottom: 1px #CCC solid;
}
.portfolio_column img {
	float: right;
}

.one_row {
	clear: both;
	float: left;
}

.portfolio_one .details{
	width: 305px;
	float: left;
	padding: 0px;
	margin: 10px 0 10px 0;
}
.portfolio_one .details p{
	padding: 0px;
	margin: 5px 0 0 0;
}

.portfolio_one  h2 {
	padding-bottom: 5px;
	border-bottom: 2px #999 solid;
}

.portfolio_one  .right {
	margin-top: 17px;
	float: right;
}
.portfolio_one .details .name {
	width: 135px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
}
.portfolio_one .details .desc {
	width: 170px;
	font-size: 12px;
	float: left;
}
.portfolio_one .details .clear {
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 305px;
	float: left;
	border-bottom: 1px #CCC solid;
}

.feedback {
	width: 465px;
	padding: 40px;
	margin: 0;
	float: left;
	background-color: #EEE;
}
.feedback h2 {
	padding-top: 0;
	margin: 0 0 30px 0;
}
.feedback p {
	margin: 0 0 30px 0;
}
.feedback input {
	width: 300px;
	margin: 0 0 10px 0;
	float: left;
}
.feedback .user_text {
	width: 100px;
	margin: 0 0 10px 0;
	float: left;
}
.feedback .button {
	width: 465px;
	margin: 30px 0 0 0;
	text-align: center;
}

.contacts .details{
	width: 225px;
	float: left;
	padding: 25px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	border: 15px #EEE solid;
	color: #000;
}
.contacts .details p{
	padding: 0px;
	margin: 5px 0 0 0;
}

.contacts  h2 {
	padding-top: 0;
	margin: 0 0 30px 0;
}

.contacts  .right {
	margin-top: 17px;
	float: right;
}
.contacts .details .name {
	width: 75px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
}
.contacts .details .desc {
	width: 150px;
	font-size: 12px;
	float: left;
}
.contacts .details .clear {
	margin-bottom: 7px;
	width: 225px;
	padding-bottom: 7px;
	float: left;
	border-bottom: 1px #CCC solid;
}
.slider_cont h4 a {
	color: #000;
}
.slider_cont h4 a:hover {
	color: #999;
	text-decoration: none;
}
.slider_cont h3 {
	font-size: 18px;
	color: #999;
};
	border: 15px #EEE solid;
	color: #000;
}
.contacts .details p{
	padding: 0px;
	margin: 5px 0 0 0;
}

.contacts  h2 {
	padding-top: 0;
	margin: 0 0 30px 0;
}

.contacts  .right {
	margin-top: 17px;
	float: right;
}
.contacts .details .name {
	width: 75px;
	font-size: 12px;
	float: left;
	margin-left: 0px;
}
.contacts .details .desc {
	width: 150px;
	font-size: 12px;
	float: left;
}
.contacts .details .clear {
	margin-bottom: 7px;
	width: 225px;
	padding-bottom: 7px;
	float: left;
	border-bottom: 1px #CCC solid;
}
.slider_cont h4 a {
	color: #000;
}
.slider_cont h4 a:hover {
	color: #999;
	text-decoration: none;
}
.slider_cont h3 {
	font-size: 18px;
	color: #999;
}
