/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/gradient_back.jpg) left top repeat-x #323232;
}
#container{
	width:872px;
	text-align:left;
	margin:0px auto;
}
#container2{
	margin-top:15px;
	clear:both;
	background:url(../images/greyback.jpg) left 50px repeat-x;
}
#header{
	width:872px;
	text-align:center;
	margin: 0px auto;
	height:170px;
	background:url(../images/SGM_logo.jpg) center 12px no-repeat;
}
#navContainer{
	width:872px;
	margin:0px auto;
}
#navbox{
	height:43px;
	clear:both;
	background:url(../images/nav_back.jpg) left top repeat-x;
}
#navigation{
	float:left;
	height:43px;
}
#topColumn{
	clear:both;
	margin-top:10px;
	height:214px;
	border:#3f3f3f solid 2px;
	background:url(../images/top_panel_back.jpg) left top no-repeat #000;
}
#topColumn2{
	padding:15px 12px 12px 12px;
	clear:both;
	background-color:#545454;
	height:23px;
	margin-top:14px;
}
#bodySection{
	clear:both;
	width:872px;
	text-align:left;
	margin:0px auto;
	padding-bottom:15px;
}
#leftColumn{
	width:865px;
	padding-bottom:8px;
}
#SecondColumn{
	clear:both;
	width:865px;
}
#ThirdColumn{
	clear:both;
	width:865px;
}
#bulletOne{
	float:left;
	width:400px;
}
#bulletTwo{
	float:right;
	width:450px;
}
#footer{
	text-align:right;
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
	background-color:#323232;
	}
#footerContainer{
	width:872px;
	text-align:left;
	margin:0px auto;
}
#footerLeft{
	float:left;
	width:505px;
}
#footerRight{
	float:right;
	width:360px;
}
/*specific css*/
li{
	display:inline;
}
h1{
	display:none;
}
h2{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
}
h4{
	color:#FFFFFF;
	font-family:helvetica;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.8em;
	border-bottom:#999999 solid 1px;
}
#bodySection p{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.8em;
	text-align:left;
	line-height:1.3em;
}
#bodySection p span{
	font-weight:bold;
	font-size:1.1em;
}
#bodySection h3{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.8em;
	text-align:left;
	line-height:1.7em;
}
#footer h3{
	color:#ffffff;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.7em;
	text-align:left;
}
#footer p{
	color:#7E878B;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.6em;
	text-align:right;
}
#blocker{
	clear:both;
}
#blocker2{
	clear:both;
}
#blocker3{
	clear:both;
}
#bodySection li{
	display:block;
	padding-left:30px;
	margin-top:5px;
	padding-top:4px;
	background:url(../images/tick.jpg) left 0px no-repeat;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:43px;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -43px;
}
#home{
background-image:url(../images/home.jpg);
width:88px;
}
#about{
background-image:url(../images/about.jpg);
width:111px;
}
#people{
background-image:url(../images/people.jpg);
width:98px;
}
#clients{
background-image:url(../images/clients.jpg);
width:102px;
}
#shopping{
background-image:url(../images/shopping.jpg);
width:186px;
}
#retail{
background-image:url(../images/retail.jpg);
width:179px;
}
#contact{
background-image:url(../images/contact.jpg);
width:107px;
}
/*read more*/
#bodySection a{
	display:block;
	float:left;
	height:21px;
	background-image:url(../images/read_more.jpg);
	width:80px;
	margin-top:15px;
}
#bodySection a span{
	display:none;
}
#bodySection a:hover,#bodySection .current{
	background-position:0 -21px;
}
