/************* body styles ****************/

body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background:#CCCCCC;
	text-align:center;
}

/************* main_container styles ****************/

.main_container {
	width:800px;
	height:auto;
	background-color:#ffffff;
}

/************* greybar styles ****************/

.greybar {
	width:800px;
	height:14px;
	background:#3f3f3f;
	font-size:1px;
}

/************* sub_container styles ****************/

.sub_container {
	width:800px;
	height:auto;
	background:#ffffff;
	float:left;
}

/************* sub_left_container styles ****************/

.sub_left_container {
	width:400px;
	height:auto;
	background:#ffffff;
	float:left;
}

/************* sub_right_container styles ****************/

.sub_right_container {
	width:400px;
	height:auto;
	background:#ffffff;
	float:left;
}


/************* main_nav styles ****************/

.main_nav {
	width:400px;
	height:50px;
	background:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align: right;
}

/************* main_pic styles ****************/

.main_pic {
	width:400px;
	height:150px;
	background:#ffffff;
}


/************* main_content styles ****************/

.main_content {
	width:400px;
	height:auto;
	padding-top:0px;
	padding-bottom:10px;
}

/************* main_text styles ****************/

.main_text {
	width:370px;
	height:auto;
	padding-left:10px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-size:12px;
	text-align:left;
	color:#666666;
}

a.main_text_link:link{
	color: #444444;
	font-weight:normal;	
	text-decoration: underline;
}


a.main_text_link:visited{
	color: #444444;
	font-weight:normal;	
	text-decoration: underline;
}

a.main_text_link:hover{
	color:#999900;
	font-weight:normal;
	text-decoration:underline;
}


/************* footer styles ****************/

.footer {
	width:788px;
	height:14px;
	background-color:#ffffff;
	text-align:right;
	font-size:10px;
	color: #666666;
	padding-bottom:4px;
	padding-right:12px;
	padding-top:4px;
	clear:left;
}

.footer a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

.footer a:hover{
	color: #990000;
	text-decoration: underline;	
}

/************* global_nav styles ****************/

.global_nav{
	height:20px;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	padding-top:6px;
	padding-right:10px;
	float:right;
}

.global_nav li{
	display: inline;
	list-style-type: none;
	padding-right:18px;
	color:#3f3f3f;
}

a.global_navlinks:link{
	color:#3f3f3f;
	font-weight:bold;	
	text-decoration: none;
}


a.global_navlinks:visited{
	color:#3f3f3f;
	font-weight:bold;	
	text-decoration: none;
}

a.global_navlinks:hover{
	color: #000000;
	font-weight:bold;
	border-bottom:solid 5px #3f3f3f;
}


/************* text styles ****************/


.style1 {
	font-size: 18px;
	font-weight: bold;
}

/************* map styles ****************/


.map {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
}




/************* flashintro styles 
.flashintro {
	width:860px;
	height:340px;
	padding-top:30px;
	margin-top:50px;
	background-image:url(../splash_image/introbackshadow.jpg);
	background-repeat:no-repeat;
}

/************* skipintro styles 
.skipintro{
	width:788px;
	text-align:right;
	font-size:10px;
	color: #666666;
	padding-bottom:6px;
	padding-right:12px;
	clear:left;
}

.skipintro a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

.skipintro a:hover{
	color: #990000;
	text-decoration: underline;	
}



/************* main_intro styles 
.main_intro {
	width:800px;
	height:800px;;
	background-image:url(../splash_image/background_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;

}




/************* main_screen styles 
.main_screen {
	width:800px;
	height:auto;
	background-image:url(../splash_image/background_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;

}

/************* side_logo styles 
.side_logo {
	width:146px;
	height:723px;
	background-image:url(../splash_image/side_logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	padding-left:6px;
}


/************* main_content styles 
.main_content {
	width:648px;
	height:auto;
	float:left;
}


/************* main_pic styles 
.main_pic {
	width:648px;
	height:200px;
	border-bottom:solid;
	border-bottom-width:5px;
	border-bottom-color:#210f01;
}


/************* global_nav styles 

.global_nav{
	width:648px;
	height:40px;
	text-align: right;
	background-image:url(../splash_image/nav_background.jpg);
	background-repeat:repeat-x;
}

/************* line styles 

.line {
	width:628px;
	height:2px;
	font-size:0;
	margin-left:10px;
	margin-right:10px;
	background-color:#c2a48a;
}


/************* 01.main_text styles 
.main_text {
	width:350px;
	height:auto;
	font-size:12px;
	color:#210f01;	
	line-height:1.5;
	text-align:left;
	margin-top:50px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

h1{
	font-size:20px;
	color:#210f01;
}

h2{
	font-size:12px;
	color:#210f01;
	font-weight:normal;
}

h3{
	font-size:15px;
	color:#210f01;
}

h4{
	font-size:12px;
	color:#210f01;
}


p{
	font-size:12px;
	color:#210f01;
	line-height:1.5;
	text-align:left;
}


.main_text li{
	font-size:12px;
	color:#210f01;
	line-height:1.5;
}

a.main_text:link{
	color: #FFFFFF;
	font-weight:bold;	
	text-decoration: none;
}


a.main_text:visited{
	color: #FFFFFF;
	font-weight:bold;	
	text-decoration: none;
}

a.main_text:hover{
	color: #CCCC00;
	font-weight:bold;
}

.teststyle1 {
	font-size: 16px;
	font-weight:bold;
	margin-right:2px;
}

.main_text_pic {
	width:234px;
	height:auto;
	margin-top:140px;
	float:left;
	border:solid;
	border-width:2px;
	border-color:#c2a48a;
}



/************* 02.main_menu styles 
.main_menu {
	width:600px;
	height:auto;
	font-size:12px;
	line-height:1.5;
	text-align:left;
	margin-top:30px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.tableborder {
	border-width:2px;
	border-color:#210f01;
	border-style:solid;
	margin-bottom:20px;
	}

.table_head {
	background-color:#210f01;
	color:#C2BBB6;
	font-size:18px;
	font-weight:bold;
	height:28px;
	padding-left:10px;
	}
	
.table_sub {
	height:40px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	line-height:1.2;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#c2a48a;
	background-color:#fcf7f1;
	}

.table_sub_head {
	font-size:16px;
	color:#71645d;
	font-weight:bold;
}

.table_sub_descrip {
	font-size:14px;
	color:#210f01;
	font-style:italic;
}
	
.table_line {
	height:30px;
	padding-top:10px;
	margin-left:10px;
	background-image:url(../splash_image/tableline.gif);
	background-repeat:repeat-x;
	}	
	
.table_price {
	color:#000000;
	font-size:14px;
	height:28px;
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#c2a48a;
	background-color:#fcf7f1;
	}


/************* 03.main_gallery styles 
.main_gallery {
	width:608px;
	height:auto;
	font-size:15px;
	color:#210f01;	
	line-height:1.5;
	text-align:left;
	margin-top:20px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

a.main_gallerylink:link{
	color: #210f01;
	text-decoration: none;
}


a.main_gallerylink:visited{
	color: #210f01;
	text-decoration: none;
}

a.main_gallerylink:hover{
	color: #210f01;
	text-decoration:underline;
}

.main_gallery_pic1 {
	width:400px;
	height:auto;
	margin-top:20px;
	border:solid;
	border-width:2px;
	border-color:#c2a48a;
}

.main_gallery_pic2 {
	width:196px;
	height:auto;
	margin-top:3px;
	float:left;
	border:solid;
	border-width:2px;
	border-color:#c2a48a;
}


.gallery_table {
	margin-top:20px;
	border-top:solid;
	border-top-width:2px;
	border-top-color:#E7DACF;
	
}

.gallery_td {
	margin-top:3px;
	margin-bottom:3px;
}

/************* 04.main_contact styles 
.main_contact {
	width:300px;
	height:auto;
	font-size:15px;
	color:#210f01;	
	line-height:1.5;
	text-align:left;
	margin-top:50px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

a.main_contactlink:link{
	color: #210f01;
	text-decoration: none;
}


a.main_contactlink:visited{
	color: #210f01;
	text-decoration: none;
}

a.main_contactlink:hover{
	color: #210f01;
	text-decoration:underline;
}

.main_map_pic {
	width:294px;
	height:auto;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
	border:solid;
	border-width:2px;
	border-color:#c2a48a;
}

.main_Café_pic {
	width:294px;
	height:auto;
	margin-top:50px;
	float:left;
	border:solid;
	border-width:2px;
	border-color:#c2a48a;
}

.openingtime {
	width:250px;
	height:150;
	text-align:middle;
	border-top:solid;
	border-top-width:2px;
	border-top-color:#E7DACF;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#E7DACF;
	padding-top:5px;
	padding-bottom:5px;
}




/************* inages styles 

.img_left{
	padding: 3px 6px 3px 0px;
	margin: 3px 6px 3px 0px;
	float: left;
}

.img_right{
	padding: 3px 0px 3px 6px;
	margin: 3px 0px 3px 6px;
	float: right;

}

/************* copyright styles 

.copyright{
	width:788px;
	text-align:right;
	font-size:10px;
	color: #666666;
	padding-bottom:6px;
	padding-right:12px;
	padding-top:20px;
	clear:left;
}

.copyright a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

.copyright a:hover{
	color: #990000;
	text-decoration: underline;	
}
