/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
********************************************/ 



* { margin: 0; padding: 0; border: 0 }

html {
	background: #FFBB55;
}

body {
	background: #FFBB55;
	font-size: 12pt;
	font-family: Tahoma, Arial, Sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;
}

a, a:visited {	
	color: #FF3410;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #FF3410;
	background: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: Bold; 		
}

h1 {
	font-size: 22px ;
	color: #FF3410;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FF3410;
}

h3 {
	font-size:14px;
	color: #FF3410;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/*
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
*/

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

table {
	border-collapse: collapse;
	margin: 10px;	
}

th strong {
	color: #fff;
}

th {
	background: #93BC0C url(../images/layout/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

th a {
	color: #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;		
}

form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #eee;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images/layout/nav.jpg) repeat-x 0 0;
	border: none;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../images/layout/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/layout/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 762px;	
	padding: 0;
	padding-bottom: 15px;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 27px;
	display: inline;
}

#header {
	width: 820px;
	position: relative;
	height: 160px;
	background: #CCC url(../images/layout/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}

#header h1#logo-text {
	position: absolute;
	top: 25px; left: 40px;	
	text-indent: -100em;
	
	width: 400px; height: 100px;
	background-image: url(../images/MeiWei-logo.png);
 	background-repeat: no-repeat; 
 }

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font-size: 16pt;
	text-transform: none;
	color: #626D75;
	top: 125px; left: 45px;		
}

#header #header-links {
	position: absolute;
	top: 20px; right: 40px;	
	color: #626D75;
	font-size: 10px;	
}

#header #header-links a {	
	color: #626D75;
	text-decoration: none;	
}

#header #header-links a:hover {
	color: #444;		
}

#header-photo {
	border-top:5px solid #FFFFFF ;
	border-bottom:5px solid #FFFFFF ;
	clear: both;
	height: 200px;
	width: 762px;
	margin: 0 0 0 27px;
	padding: 0;	
	background: #FFF url(../images/layout/header-photo.jpg) no-repeat top left ;
}

form.hidden {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;		
}

#menu ul {
	float: left;
	list-style: none;
	line-height: 2em;
	background: url(../images/layout/nav.jpg) repeat-x;	
	width: 762px;		
	text-transform: uppercase;
	margin: 0 0 0 27px;
	padding: 0;	
	display: inline;
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14pt;
	border-right: 1pt solid #eb2f0d;
	border-left: 1pt solid #ff6b49;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1pt;
}
#menu ul li a:hover, 
#menu ul li a:active {
	background-color: #eb2f0d ;
}
#menu ul li#current a {	
	background-color: #eb2f0d ;	
}

#main {
	float: left;
	width: 95%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
}

#main h1 {
	margin-top:10px;		
}

#main ul li {
	list-style: none;
}

#sidebar {
	float: right;
	width: 26%;
	padding: 0 10px 0 10px; 
	margin: 10px 0 0 0px;		
}

#sidebar h1 {
	margin-top: 10px;
	color: #FF3410;	
}

#sidebar h2 {
	margin-top: 10px;
	color: #FF3410;	
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(../images/layout/dots.jpg) repeat-x left top;
}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/layout/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 10px;
	margin: 0 2px;		
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

#footer-wrap {
	clear: both;
	width: 820px;
	heigh:60px;
	font-size: 95%;	
	text-align: center;
	padding: 15px 0;
	background: url(../images/layout/footer-bottom.jpg) no-repeat center bottom;	
}

#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#footer-wrap a:hover {
	color: #000;	
}

#footer-wrap p {
	padding:10px 0;
}

#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.clear { clear: both; }

.gmap {
	height: 400px;
	width: 400px;
}

#slideFrame {
	height: 300px;
	width: 400px;
}

.slide {
	height: 300px;
	width: 400px;
}

#slideFrame img {
	height: 300px;
	width: 400px;
}
