body {
	color: #333;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	t
}
#logo {
	overflow: hidden;
	position: fixed;
	background-color: #FFF;
	z-index: 1000;
	text-align: center;
	width: 100%;
	margin-top: 20px;
   
}

a img {
	border: none;
}
#pagetop {
	overflow: hidden;
	position: fixed;
	background-color: #FFF;
	z-index: 1001;
	text-align: right;
	width: 100%;
	color: #333;
	font-size: 12px;
}
#pagetop2 {
	overflow: hidden;
	position: fixed;
	z-index: 1002;
	text-align: left;
	width: 100%;
	color: #FFF;
	font-size: 12px;
}



ul {
  margin: 0;
  padding: 0;
}
#nav {
	list-style: none;
	overflow: hidden;
	position: fixed;
	text-align: center;
	background-color: #FFF;
	margin-top: 158px;
	z-index: 1000;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 100%;
}


#nav li {
	display: inline-block;
}
#nav a {
	color: #333;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav a:hover {
	color: #CCC;
}
#nav .current a {
	color: #000;
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
}
.current {
	background-color: #FFF;
}
#container {
	width: 100%;
}
#maincontainer {
	width: 980px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.section {
  border-bottom: 5px solid #ccc;
  padding: 20px;
}
.mainsection {
	border-bottom: 5px solid #ccc;
	width: 100%;
	height: 1095px;
}

#section-1 {
	padding-top: 200px;
	height: 1150px;
}
#section-2 {
	padding-top: 20px;
	height: auto;
	background-image: url(../images/sus.jpg);
	background-repeat: no-repeat;
	background-position: 650px 550px;
}
#section-4 {
	padding-top: 20px;
	height: 560px;
}
#section-5 {
	padding-top: 20px;
	height: 1050px;
}



.section p:last-child {
  margin-bottom: 0;
}
.slider-wrapper {
	width: 100%;
	margin-top: 0px;
}
.tablestyle {
	table-layout:fixed;
	text-align: left;
}
.tabletop {
	table-layout:fixed;
	text-align: left;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	width: 290px;
	background-color: #FFF;
}
.tablecon {
	table-layout:fixed;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 460px;
}
.order {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #666;
}

/* vendor prefixes removed for clarity */
.ribbon {
	width: 530px;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
}

.ribbon h3 {
	display: block;
	height: 30px;
	line-height: 1.3;
	width: 546px;
	margin: 0;
	position: relative;
	left: -16px;
	top: 8px;
	color: #FFF;
	text-shadow: 0 1px 1px #111;
	font-family: 'Open Sans', sans-serif;
	background: #333;
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 16px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-color: #000;
	background-position: top;
}
.ribbon h3::before,
.ribbon h3::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	z-index: -10;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon h3::before {left: 0;}
.ribbon h3::after {right: 0;}
/* Round */
.ribbon.round h3 {
    border-radius: 4px;
}
.ribbon.round h3::before,
.ribbon.round h3::after {
    width: 10px;
    height: 10px;
    bottom: -4px;
    border: none;
    border-radius: 10px;
}
.ribbon.round h3::before {
    background: #33aaf8;
    background: linear-gradient(left, #33aaf8 0%, #0674bb 100%);
}
.ribbon.round h3::after {
    background: #33aaf8;
    background: linear-gradient(right, #33aaf8 0%, #0674bb 100%);
}

h4
{
	position: relative;
	width: 20%;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -40px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 70px;
	text-align: right;
}
h4:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}
h5
{
	position: relative;
	width: 20%;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #FFCB38;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -40px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 70px;
	text-align: right;
}
h5:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}
.complogos {
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FC9;
}
.comph {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 18px;
	padding-bottom: 10px;
}
.storemap {
	float: right;
}
.red {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	float: left;
	position: relative;
	width: 100%;
}
.green {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	position: relative;
	float: left;
	width: 100%;
}

.yellow {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	float: left;
	position: relative;
	width: 100%;
}
.newsl {
	float: left;
	position: relative;
	height: 100px;
	width: 780px;
	margin-left: 15px;
	margin-top: 10px;


}
.news_con {
	position: absolute;
	width: 930px;
}

.news_photo {
	float: left;
	position: relative;
	height: 90px;
	margin-top: 10px;

}
