body{
	background: #1d200a url(../i/sg/page-bg.gif) repeat-x 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

#wrap{
	position: relative;
	width: 960px;
	margin: 0 auto 20px;
	text-align: left;
}

#header{
	height: 70px;
}	

#logo{
	position: absolute;
	top: 0;
	left: 10px;
	width: 290px;
	height: 149px;
	background: transparent url(../i/sg/logo.png) no-repeat 0 0;
	z-index: 1;
}

#logo a{
	width: 280px;
	height: 140px;
	float: left;
	margin-left: 5px;
	display: inline;
	text-indent: -999px;
}

#logo a:hover{
	background-color: rgba(255,255,255,.1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius: 0;
}

#topnav{
	position: absolute;
	left: 320px;
	top: 40px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	padding-left: 0;
}

#topnav li{
	float: left;
	margin-left: 40px;
	display: inline;
}

#meat{background: transparent url(../i/sg/bg-mid.png) repeat-y 0 0;}
#mtop{background: transparent url(../i/sg/bg-top.png) no-repeat 0 0;}
#mbottom{
	background: transparent url(../i/sg/bg-bot.png) no-repeat 0 100%;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#homemeat{
	height: 465px;
	background: transparent url(../i/sg/sg-home-bg.jpg) no-repeat 0 0;
	color: #eef6aa;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}

#homemeat #main{
	width: 400px;
	margin-top: 100px;
	margin-right: 50px;
}

#homemeat h1{
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
	font-weight: normal;
	color: #b1ce63;
}

#main{
	width: 560px;
	float: right;
	display: inline;
	margin: 0;
	margin: 40px 40px 20px 0;
}

div.about{
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 15px;
	border-top: 1px solid #fff;
}

div#googmap{
	position: absolute;
	top: 110px;
	right: 30px;
}

div#googmap iframe{
	border: 1px solid #00245f;
}

#sidenav, #sidenav2{
	float: left;
	width: 270px;
	display: inline;
	margin-top: 70px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#sidenav ul{
	position: relative;
	list-style-type: none;
	margin: 20px;
	padding: 1px 10px;
	background-color: #00245f;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

#sidenav2 div{
	position: relative;
	list-style-type: none;
	margin: 20px;
	padding: 15px;
	background-color: rgba(255,255,255,.4);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

#sidenav2 ul{
	list-style-position: outside;
	padding-left:20px;
	padding-right: 10px;
}

#sidenav2 ul li{
	margin: 8px 0;
}

#sidenav2 h2{
	font-size: 16px;
	margin: 10px 0;
}

#sidenav ul li{
	display: block;
	margin: 10px 0;
	font-size: 14px;
}

#sidenav ul li a:link, #sidenav ul li a:visited{
	display: block;
	color: #3ab12e;
	padding: 2px 10px 2px 15px;
	background: transparent url(../i/sg/green-tri.gif) no-repeat 0px 8px;
	border-bottom: 1px solid #00245f;
}

#sidenav ul li a:hover{
	color: #b1ce63;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer p{
	font-size: 11px;
	color: #868239;
	padding: 0 20px;
	margin: 0;
}

a:link, a:visited{
	color: #3ab12e;
	text-decoration: none;
}

a:hover{
	color: #b1ce63;
}

h1{
	font-size: 24px;
	color: #b1ce63;
	margin: 0 0 20px;
}

h2{
	font-size: 20px;
	color: #00245f;
	margin: 25px 0 3px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #3b4301;
	margin-top: 0;
	margin-bottom: 10px;
}

p{
	margin: 10px 0;
}

ul{
	padding-left: 25px;
}

ul li{
	margin-bottom: 10px;
}

img.right{
	float: right;
	margin: 5px 0 8px 8px;
	border: 4px solid #fff;
	border: 4px solid rgba(255,255,255,.7);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}

#contact a:link, #contact a:visited{
	color: #060;
}

#contact a:hover{
	color: #050;
}

/*SPECIAL STUFF*/
.group:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.group{display:block;}
* html .group, *html #sidenav ul li{height:1%;} /*IE6*/
*:first-child+html .group{ min-height: 1px;}/*IE7*/
