html,
body {
	height: 100%;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

a:link {
	color: #730000;
	text-decoration: underline;
}
a:visited {
	color: #730000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: normal;
	margin: 0;
	padding: 3px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1f409a;
	margin: 0;
	padding: 5px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #263765;
	margin: 0;
	padding: 3px 0;
}
h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 3px 0;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

ul {
	padding: 0;
	margin: 2px 15px;
}
ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 3px 0;
}


/*****************************
 design
******************************/

#bodyMain {
	width: 950px;
	/*height: 100%;*/
	margin: 0 auto;
	border-left: 1px solid #d2e2cf;
	border-right: 1px solid #d6e0e8;
}

.logoPlace {
	width: 190px;
	padding-left: 3px;
}
.logoBott {
	background-color: white;
	height: 6px;
	padding-left: 3px;
}
.sideLeftMenu,
.sideLeftEmpty {
	background-color: white;
	background-image: url(../images/menu_right_top_dark.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
}
.sideLeftEmpty {
	background-image: url(../images/menu_right_top_light.gif);
}

.contentContainer {
	background-color: white;
	width: 100%;
}
.contentContainer td {
	vertical-align: top;
}

.sideLeft {
	width: 193px;
	height: expression(document.body.clientHeight - 145 + 'px');
	background-color: #d2e2cf;
	background-image: url(../images/side_left_bott.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.sideRight {
	width: 193px;
	background-color: #d6e0e8;
	background-image: url(../images/side_right_bott.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 3px solid #ebf0f4;
}

.contentCell {
	background-image: url(../images/menu_main_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 3px 0 3px;
}
.contentInner,
.contentInnerWithBg {
	background-image: url(../images/content_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px;
	min-height: 300px;
}
.contentBg,
.contentInnerWithBg {
	background-image: url(../images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.contentBg {
	min-height: 600px;
}

.introTop {
	border-bottom: 3px solid white;
}

.leftMenuBott {
	background-image: url(../images/menu_sub_bott.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 12px;
}

.rightMenuBott {
	background-image: url(../images/menu_right_bott.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 9px;
	margin-bottom: 5px;
}

.rightMenu {
	margin: 0 3px 0 0;
	background-color: #87a3b9;
	background-image: url(../images/menu_right_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 10px 20px 10px;
}

.rightMenu a:link,
.rightMenu a:visited {
	display: block;
	color: white;
	text-decoration: none;
	padding: 3px;
}
.rightMenu a:hover {
	text-decoration: underline;
}
.rightMenu h3 {
	color: white;
}

.boxLeft {
	padding: 5px 10px;
	border-bottom: 1px solid #97bc8b;
	margin-left: 3px;
}
.boxRight {
	padding: 5px 10px;
	margin-right: 3px;
}
.boxRight p {
	text-align: left;
}

.newsDate {
	color: #730000;
}

.footerLeft {
	border-top: 1px solid #e8f0e7;
	padding: 12px 10px;
}
.footerLeft a:link,
.footerLeft a:visited {
	color: black;
}

.footerRight {
	border-top: 1px solid #eaeff3;
}
.footerMid {
	margin: 0 3px;
	border-top: 1px solid #bbc5e1;
	padding: 12px 0;
}

.bottomShadow {
	height: 8px;
	background-image: url(../images/main_bott_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*****************************
 TOP NAVIGATION
******************************/

.navigMain {
	width: 193px;
	height: 76px;
	float: right;
	background-color: #ebf0f4;
}
.navigMain div {
	text-align: right;
	margin: 52px 10px 0 10px
}
.navigMain span {
	color: #696969;
	padding: 0 5px;
}
.navigMain a:link,
.navigMain a:visited {
	color: black;
	padding: 0 5px;
	text-decoration: underline;
}
.navigMain a:hover {
	text-decoration: none;
}

/*****************************
 MENU
******************************/

.menuBar {
	background-color: #1f409a;
	background-image: url(../images/menu_main_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 77px;
	height: 28px;
	padding-left: 10px;
}

.menuBar a:link,
.menuBar a:visited {
	display: block;
	float: left;
	height: 28px;
	padding: 0 10px;
	margin-left: 1px;
	line-height: 25px;
	white-space: nowrap;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menuBar a:hover,
.menuBar a.selected:link,
.menuBar a.selected:visited {
	background-color: #d6e0e8;
	color: #1f409a;
}


/*****************************
 SUBMENU
******************************/

.menuSub {
	margin-left: 3px;
	background-color: #97bc8b;
	background-image: url(../images/menu_sub_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

a.lev_1:link,
a.lev_1:visited,
a.lev_1selected:link,
a.lev_1selected:visited,
a.lev_2:link,
a.lev_2:visited,
a.lev_2selected:link,
a.lev_2selected:visited,
a.lev_3:link,
a.lev_3:visited,
a.lev_3selected:link,
a.lev_3selected:visited,
a.lev_4:link,
a.lev_4:visited,
a.lev_4selected:link,
a.lev_4selected:visited {
	display: block;
	border-bottom: 1px solid white;
	padding: 6px 10px 7px 10px;
	color: white;
	font-family: Tahoma, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

a.lev_2:link,
a.lev_2:visited,
a.lev_2selected:link,
a.lev_2selected:visited {
	padding-left: 20px;
	background-color: #acc9a2;
	border: none;
	border-bottom: 1px solid #8daf82;
}

a.lev_3:link,
a.lev_3:visited,
a.lev_3selected:link,
a.lev_3selected:visited,
a.lev_4:link,
a.lev_4:visited,
a.lev_4selected:link,
a.lev_4selected:visited {
	padding-left: 30px;
	background-color: #c1d7b9;
	border: none;
	border-bottom: 1px solid #8daf82;
	font-weight: normal;
	color: #1a440e;
}
a.lev_4:link,
a.lev_4:visited,
a.lev_4selected:link,
a.lev_4selected:visited {
	padding-left: 40px;
}

a.lev_1selected:link,
a.lev_1selected:visited,
a.lev_2selected:link,
a.lev_2selected:visited,
a.lev_3selected:link,
a.lev_3selected:visited,
a.lev_4selected:link,
a.lev_4selected:visited {
	color: #1f409a;
	font-weight: bold;
}
a.lev_1:hover,
a.lev_2:hover,
a.lev_3:hover {
	background-color: #759f68;
	color: white;
	/*border-bottom: 1px solid white;*/
}


/****************************
Product styles
*****************************/
.paging {
	/*width: 100%;
	float: right; */
	margin-bottom: 25px;
}
.paging table {
	float: right;
}
.paging td {
	padding: 0 3px;
}

.imageBorder,
.productImage {
	border: 1px solid #c1c1c1;
}
.productImage {
	float: left;
	margin: 5px 10px 5px 0;
}

.prod_price {
	color: #730000;
}

.rowNorm,
.rowAlt {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	min-height: 100px;
}
.rowAlt {
	background-color: #f2f2f2;
}
.rowHeight {
	height: 100px;
	overflow: visible;
}

.flash_gallery {
	text-align: center;
}

/*****************************
 OTHER
******************************/

.footer {
	margin: 0;
	padding: 10px;
	color: #666666;
}

.footerRight {
	text-align: right;
}

.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

.copyright {
	color: black;
	text-align: right;
}

.solution {
	color: black;
	text-align: left;
	vertical-align: middle;
	width: 170px;
}
.solution_lt {
	color: #d33f97;
}
.footer a:link,
.footer a:visited,
.footer a:hover {
	color: #636363;
}

.picBorder {
	border: 5px solid #c1c1c1;
	margin: 0 5px 5px 0;
}


/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.button {
	/*background-color: #c9c9c9;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	font-family: Tahoma, Arial;*/
	font-size: 11px;
	padding: 1px 15px;
}

.textField {
	background-color: white;
	border: 1px solid #777777;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 160px;
}
/*textarea {
	width: 100%;
}*/

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 140px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}


