* {
 padding: 0px;
 margin: 0px;
}

img {
 border: 0px;
 vertical-align: middle;
}

.maximg {
 max-width: 606px;
}

body {
 font-family: Arial, Helvetica, Verdana, Sans-serif;
 font-size: 12px;
 color: #FDFDFD;
 line-height: 16px;
 text-align: center; /* To fix IE 5 & 5.5 centering */
 /*background-color: #ffffff;*/
}

.hidden {
 display: none;
}

.left {
 text-align: left;
 width: auto;
}

.center {
 text-align: center;
 width: auto;
}

.right {
 text-align: right;
 width: auto;
}

.justify {
 text-align: justify;
 width: auto;
}

.top {
 vertical-align: top;
}

.middle {
 vertical-align: middle;
}

.bottom {
 vertical-align: bottom;
}

.nowrap {
 white-space: nowrap;
}

.bold {
 font-weight: bold;
}

.red {
 color: red;
}

a {
 outline: none;
 text-decoration: none;
}

p {
 margin-top: 5px;
 margin-bottom: 5px;
}

#wrapper {
 /*background-color: #0D386B;*/
 margin: auto auto auto auto;
 width: 903px;
 /*border: 1px solid #ffffff;*/
 /*background-image: url(../../../data/gfx/wrapper_bg.jpg);*/
}

#wrapper:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

#wrapper1 {
 background-image: url(../../../data/gfx/header.jpg);
 background-position:left top;
 background-repeat:no-repeat;
 margin: auto auto auto auto;
 width: 1009px;
 /*background-color: #ffffff;*/
 /*border-right:2px solid #DBCBBC;*/
 padding: 0px 0px 0px 11px;
}

#wrapper2 {
 /*background-color: #0D386B;*/
 width: 903px;
 /*border: 1px solid #ffffff;*/
 background-image: url(../../../data/gfx/wrapper_bg.png);
 background-position:center top;
 min-height: 540px;
}

#wrapper3 {
 background-image: url(../../../data/gfx/body_bg.jpg);
 background-position:center bottom;
 background-repeat:no-repeat;
 min-height: 600px;
 padding-bottom:73px;
 margin-bottom:50px;
}

#wrapper4 {
 background-image: url(../../../data/gfx/wrapper4_bg.jpg);
 background-position:center top;
 background-repeat:repeat-y;
}

#wrapper3_createdby{
	float:left;
	width: 890px;
	color:#444241;
	margin: 0px 0px 0px 194px;
	padding: 20px 0px 0px 0px;
	/*background-color:red;*/
	text-align:right;
	font-size:11px;
}

#wrapper3_createdby a{
	color:#444241;
}

#header {
 width: 903px;
 height: 136px;
 /*background-image: url(../../../data/gfx/header.jpg);*/
 text-align: justify;
 /*cursor: pointer;*/
}

#header_text{
	/*border:1px solid red;*/
	padding: 25px 0px 0px 200px;
	color:#615D5C;
}

#header h1 {
 font-size: 10px;
 color: #ffffff;
 padding: 10px 0px 0px 72px;
}

#header h1 a {
 color: #ffffff;
}

#leftcolumn {
 width: 200px;
 float: left;
 padding: 10px 0px 0px 0px;
 margin: 0px 0px 0px 6px;
}

#content {
 float: left;
 width: 650px;
 display: inline;
 text-align: justify;
 padding: 20px 14px 0px 20px;
}

#rightcolumn {
 width: 145px;
 float: right;
 padding: 20px 10px 10px 10px;
}

#footer {
 width: 877px;
 height: 26px;
 clear: both;
 color: #373737;
 margin-left:7px;
 text-align: center;
 /*background-image: url(../../../data/gfx/footer.png);*/
 background-color:#E6E6E6;
 border-bottom:1px solid #ffffff;
 border-left:1px solid #ffffff;
 border-right:1px solid #ffffff;
 padding: 14px 0px 0px 10px;
 font-size: 11px;
}

.imageleft {
 margin-right: 5px;
 border: 0px;
 float: left;
}

.imagecenter {
 border: 0px;
 float: right;
}

.imageright {
 margin-left: 5px;
 border: 0px;
 float: right;
}

.imageboxleft {
 margin-right: 5px;
 float: left;
}

.imageboxcenter {
 width: 100%;
 text-align: center;
}

.imageboxright {
 margin-left: 5px;
 float: right;
}

.navleft {
 float: left;
 color: #083869;
}

.navleft a {
 color: #083869;
}

.navcenter {
 clear: both;
 color: #083869;
 text-align: center;
}

.navcenter a {
 color: #083869;
}

.navright {
 float: right;
 color: #083869;
}

.navright a {
 color: #083869;
}

/* Navbox */

.navbox {
 width: 100%;
 margin-bottom: 10px;
 background-color: #eeeeee;
 text-align: center;
}

.navbox:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.navboxleft {
 float: left;
 color: #0D386B;
 padding: 3px 5px 3px 5px;
}

.navboxleft a {
 color: #0D386B;
}

.navboxcenter {
 text-align: center;
 color: #0D386B;
 padding: 3px 5px 3px 5px;
}

.navboxcenter a {
 color: #0D386B;
}

.navboxright {
 float: right;
 color: #0D386B;
 padding: 3px 5px 3px 5px;
}

.navboxright a {
 color: #0D386B;
}

/* Scrolltable */

.scrolltable {
 width: 100%;
 overflow-x: auto;
 padding: 1px;
 position: relative;
 z-index: 100;
}

.scrolltablefull {
 position: relative;
 z-index: 100;
}

/* Content */

.contentcontrolhidden {
 display: none;
}

.contentcontrol {
 width: 100%;
 background-color: #eeeeee;
 border: 1px solid #bababa;
 color: #000000;
 text-align: center;
 padding: 2px 0px 2px 0px;
}

h3 {
 /*h1*/
 font-size: 18px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

h4 {
 /*h2*/
 font-size: 17px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

h5 {
 /*h3*/
 font-size: 16px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

h6 {
 /*h4*/
 font-size: 15px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

h7 {
 /*h5*/
 font-size: 14px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

h8 {
 /*h6*/
 font-size: 13px;
 margin: 10px 0px 10px 0px;
 font-weight: normal;
}

.contentblock {
}

.contentblockseperate {
}

.contentblockseperate:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.galleryimagebox {
 height: 116px;
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.galleryimageboxcontrols {
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.shopcategorybox {
 height: 170px;
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.shopcategoryboxcontrols {
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.shopproductbox {
 height: 120px;
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.shopproductboxcontrols {
 text-align: center;
 border-collapse: collapse;
 width: 100%;
}

.width120 {
 text-align: left;
 width: 120px;
}

.width200 {
 text-align: left;
 width: 200px;
}

.centerdiv {
 margin-left: auto;
 margin-right: auto;
}

.marquee {
 width: 100%;
 margin-bottom: 10px;
 background-color: #eeeeee;
 text-align: center;
}

.marquee:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.marqueecontent {
 padding: 3px 5px 3px 5px;
}

.marqueecontent a {
 color: #ff0000;
}

/*table warning*/
.warning {
 width: 100%;
 border-collapse: collapse;
 font-weight: bold;
 color: #6b1822;
 background-color: #feeeee;
 border: 1px solid #dc8385;
}

.warning td {
 padding: 10px;
}

.warning a {
 color: #6b1822;
}

/*table info*/
.info {
 width: 100%;
 border-collapse: collapse;
 font-weight: bold;
 color: #4D6D93;
 background-color: #e1eef5;
 border: 1px solid #4D6D93;
}

.info td{
 padding: 10px;
}

.info a{
 color: #4D6D93;
}

.quote {
 color: #6e6e6e;
 background-color: #fffee8;
 border: 1px dashed #ff0000;
 padding: 10px;
}

/*Table noborder*/
table.noborder {
 width: 100%;
 border-collapse: collapse;
 font-size: 12px;
 }

td.noborder {
}

td.noborderban {
 color: #ff0000;
}

td.noborderban a {
 color: #ff0000;
}

td.noborderbg {
 padding: 5px;
 background-color: #eeeeee;
 border-bottom: 2px solid #ffffff;
 color: #333333;
}

ul {
 list-style-position: outside;
 margin-left: 18px;
 list-style-type: square;
}

ol {
 list-style-position: outside;
 margin-left: 21px;
 list-style-type: decimal;
}

textarea.adminlist {
 width: 400px;
 height: 200px;
}

input.adminlist {
 width: 400px;
}

.width1p {
 width: 1%;
}

.width100px {
 width: 100px;
}

.height100px {
 height: 100px;
}

.leftpadding10px {
 padding-left: 10px;
}

.newsimage {
 padding: 2px;
 border: 1px solid #bababa;
}
