@charset "utf-8";

@import url(ie.css);

/* CSS Document */

					/* -----------------------------------------------------------------------
						
						Chen's Garden
						-------------------
						   
						   SCREEN - Core Stylesheet
						   
						   web                  : http://www.goldenchopsuey.com 
						   filename             : style.css
						   version              : 1.6.2010
						
						   copyright            : (c) 2009 Golden Sea Chop Suey
						   license              : Creative Commons (cc)
						
						   author               : Phillip 
						   web                  : http://appletreedesigns.net
						
						   ----------------------------------------------------------------------- */



/* main
------------------------------- */
html {
	margin: 0;
	padding:0;
	height:100%;

}

body {
	margin: 0;
	padding:0;
	background-image:url(images/MAMD_Red_wallpaper_series-1600x1400.jpg);
	background-color:#8b0b08;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
}


/* common
------------------------------- */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}


li { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}


a:hover{
	color:#F93;
}

.address {
	font-size:14px;
	line-height:18px;
}

.thumbnail {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.thumbnail:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1.0;
}



/* sections
------------------------------- */

#mainwrapper {
	background-image:url(images/whitebg.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:500px;
	padding:30px;
    position:absolute;
   top:50%;
    left:50%;
    margin-top:-275px;/* half elements height*/
    margin-left:-465px;/* half elements width*/

}

#leftwrapper {
	width:250px;
	height:400px;
	float:left
}

#rightwrapper {
	width:630px;
	height:500px;
	float:right;
	margin-right:20px;
}



#phonenumber {
	width:200px;
	background-color:#ff0023;
	height: 20px;
	text-align:center;
	padding:5px 0 5px;
	margin-left:20px;
	margin-top:20px;
	
}

#phonenumber p {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:17px;
	margin:0;
}

#info {
	margin-left:20px;
}

#info p {
	line-height:20px;
}
	

#menu {
	margin-top:30px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:40px;
	line-height:45px;
}

#menu li {
	display:inline;
	margin-left:10px;
}

#contentwrapper {
	padding-top:20px;
}

#contentwrappergallery {
	margin-top:20px;
}

#leftcontent {
	width:280px;
	height:300px;
	float:left;
	margin-right:00px;
	margin-top:20px;
}

#rightcontent {
	width:300px;
	height:300px;
	float:right;
	margin: 20px 20px;
}