@charset "utf-8";

@media screen and (min-width: 321px) and (max-width: 479px) {
html, body {
-moz-background-size: 50% auto;
-webkit-background-size: 50% auto;
background-size: 50% auto;
}
body { opacity: 0; }
}

/* CSS Document */

a:link { color: #3b741c; text-decoration: none; font-weight:bold; }
a:visited { color: #3b741c; text-decoration: none; font-weight:bold; }
a:hover { color: #3b741c; text-decoration: none; font-weight:bold; }
a:active { color: #3b741c; text-decoration: none; font-weight:bold; }

.phones a:link { color: #194203; text-decoration: none; }
.phones a:visited { color: #194203; text-decoration: none; }
.phones a:hover { color: #000; text-decoration: underline; }
.phones a:active { color: #194203; text-decoration: none; }

.menu a:link { color: #fff; text-decoration: none; }
.menu a:visited { color: #fff; text-decoration: none; }
.menu a:hover { color: #fff; text-decoration: underline; }
.menu a:active { color: #fff; text-decoration: none; }

body {
	margin-left: 0px;
	margin-top: 0px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center
}

.header {
	
}

.phones {
	background: #d8edb2 url(/images/skin/phone_bg.gif) repeat-x;
	color: #194203;
	padding-top:3px;
	height: 17px;
	font-size:1.2em;
	font-weight:bold;
}

.menu {
	background: #5aa23f url(/images/skin/info_bg.gif) repeat-x;	
	height:38px;
	padding:4px;
	font-size:1.4em;
	line-height:18px;
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
	margin-top:1px;
	word-spacing:5px;
}

.headerimg {
	height:96px;
	background:#c1e383 url(/images/skin/img_1.jpg) no-repeat center;
	margin-top:1px;
}

.headerimg1 {
	height:96px;
	background:#c1e383 url(/images/skin/img_2.jpg) no-repeat center;
	margin-top:1px;
}

.headerimg2 {
	height:96px;
	background:#c1e383 url(/images/skin/img_3.jpg) no-repeat center;
	margin-top:1px;
}

.footer {
	color: #999;
	margin-top:5px;
}

.content {
	font-size: 1.2em;
	color: #333;
	background-color:#f8f7ea;
	padding:10px;
	text-align:left;
}

h1, h2 {
	padding:0px; margin:0px;	
}

h2 {
	font-size:1.4em;	
}

h1 {
	font-size:1.6em;	
}

.thumb {
	padding-right:10px;
	float:left;
}

.homecell {
	padding:5px;
}