* {
    border: 0 none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
*:focus{
	outline:none;
}
div {
    overflow: hidden;
}
body {
	background: transparent url(../images/body_bg.png) repeat scroll 0 top;
}
.wrapper {
	margin: 0 auto;
	position: relative;
}

/*--------------------------header--------------------------------*/
.headerWrap {
	height: auto;
	position: relative;
	z-index: 5;
	background: url(../images/menubg.png) repeat-x top;
}
.headercontainer {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#top {
	height: 70px;
}

#logo {
	height: auto;
	width: 264px;
	float:left;
	margin-top: 11px;
}
#logo h1 {
    font-size: 5px;
    text-indent: 1000000px;
    white-space: nowrap;
}

.socialicon {
	float: right;
	height: auto;
	margin-top: 25px;
	right: 10px;
	width: auto;
}
.sociallinks {
	float: right;
	height: 37px;
	margin-left: 10px;
	width: 42px;
}
/*--------------------------menu--------------------------------*/
#menu {
    float: right;
    height: 60px;
    width: 960px;
}
#menu ul {
    margin: 0;
    padding-left: 0;
	border-bottom: 5px solid #6C6C6C;
    height: 55px;
}
#menu li {
    display: block;
}
#menu a {
    color: #554C32;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 35px;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100px;
}
#menu a:hover, #menu .active {
    color: #2fb101;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100px;
    border-bottom: 5px solid #2FB101;
    height: 35px;
}

/*--------------------------search--------------------------------*/
#search {
	background: transparent url(../images/search_bg.png) no-repeat scroll 0 0;
	height: 32px;
	position: absolute;
	right: 10px;
    top: 15px;
	width: 201px;
}

#search-form {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font: 13px Tahoma,Geneva,sans-serif;
    height: 28px;
    left: 10px;
    position: absolute;
    text-align: left;
    width: 155px;
}

#searchsubmit {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 28px;
    width: 35px;
}

#banner{
	height:195px;
	position: relative;
	width: 960px;
}

/*--------------------------pagecontent--------------------------------*/
#content {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#rightside {
    background-color: #E5DFD3;
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
}
#rightside blockquote{
	font: 18px "Times New Roman", Times, serif;
	color: #554c32;
	text-align: center;
	padding:20px;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-top: 25px;
	line-height:30px;
}
#rightside h1 {
	font: 25px "Times New Roman", Times, serif;
	color: #554c32;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin-top: 25px;
	line-height:30px;
}
#rightside ul {
    margin-top: 15px;
    width: 220px;
}
#rightside ul li {
    border-bottom: 1px dashed #B0AFB0;
    margin-left: 15px;
    padding: 10px;
}
#rightside ul li a {
    color: #A46800;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#rightside ul li a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2fb101;
	text-shadow:1px 1px 1px #fff;
}
#leftside {
    background: url("../images/logocontent.png") no-repeat scroll left bottom #FFFFFF;
    float: left;
    width: 720px;
}
#leftside p {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    padding: 20px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#leftside p a {
    color: #2fb101;
	font-weight:bold;
    text-decoration: none;
}
.title {
    border-bottom: 1px dashed #B0AFB0;
    float: left;
    height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 25px;
    width: 100%;
}
.logo-img {
    float: right;
    margin: 10px;
	border-radius:10px;
	height:253px;
	width:208px;
}
.title h1 {
    color: #554C32;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 46px;
    text-align: left;
}
#companybar {
	height: 115px;
	width: 960px;
	margin: 0 auto;
}
.companybox {
	border: 3px solid #2FB101;
	border-radius: 10px 10px 10px 10px;
	float: left;
	height: 82px;
	margin-left: 44px;
	margin-top: 13px;
	width: 133px;
	background-color: #FFF;
}

/*--------------------------products-------------------------------*/
.productbox {
    border-bottom: 1px solid #CFCFCF;
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: auto;
    line-height: 0;
    margin-top: 25px;
    overflow: hidden;
}
.productimage {
    border: 1px dotted #CFCFCF;
    float: left;
    height: 145px;
    margin: 0 20px 10px;
    width: 145px;
}
.productimage img {
	height: 145px;
	width: 145px;
}

.f-fix {
    float: left;
    margin-top: 10px;
    width: 80%;
}
.f-fix h2 {
    color: #2FB101;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    margin-top: 10px;
}
.desc {
    clear: both;
    line-height: 1.35;
    margin: 20px 0 15px;
    padding: 6px 0 0;
}
.desc p {
    color: #444444;
    font-family: Helvetica,sans-serif;
    margin-top: 0;
}
.desc p a {
    color: #29ADE4;
    text-decoration: none;
}

/*------------------------------pagination----------------------------------*/
.pagination {
	float: left;
	height: 40px;
	padding: 2px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.pagination ul {
    font-size: 16px;
    padding: 0;
    text-align: center;
}
.pagination li {
	font-family: Arial, Helvetica, sans-serif;
    display: inline;
    list-style-type: none;
    padding-bottom: 1px;
}
.pagination a, .pagination a:visited {
    color: #444444;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active {
	background-color: #2FB101;
	color: #FFFFFF;
}
.currentpage {
	background-color: #2FB101;
	color: #FFFFFF !important;
	cursor: default;
	font-weight: bold;
}
.pagination a.disablelink, .pagination a.disablelink:hover {
    cursor: default;
    font-weight: normal !important;
}

/*--------------------------footer--------------------------------*/
#footer {
    background-color: #E5DFD3;
    border-top: 5px solid #6C6C6C;
    height: 50px;
    position: relative;
}
#footercontainer {
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 960px;
	font-family:Tahoma, Geneva, sans-serif;
}
#copyright {
    color: #000000;
    font-size: 12px;
    height: 20px;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 17px;
}
#copyright a {
    color: #2FB101;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#gt4host {
    color: #0D0D0D;
    font-size: 11px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 30px;
}
#gt4host a {
    color: #07B4EE;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}

/*--------------------------intropage--------------------------------*/
#intrologo {
	height: 300px;
	width: 300px;
	margin: 0 auto;
}
#introconame {
	height: 98px;
	width: 395px;
	margin: 0 auto;
}
.play {
	height: 103px;
	width: 103px;
	margin: 30px auto 0;
}
