@charset "utf-8";
/* CSS Document */

/* css main */

html,
body {
	margin: 0;
	padding: 0;
	background-color: #f0d8a9;
	height: 100%;
}

/* default styles */

body,
div,
p,
ul,
li,
td,
textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}

p {
	padding: 6px 0 0 0;
	margin: 0;
	/*text-align: left;*/
}

h1 {
	font-size: 18px;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: normal;
	color: #000765;
	padding: 0 0 2px 0;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: normal;
	color: #502b00;
	padding: 8px 0 2px 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding: 0 0 2px 0;
	margin: 0;
}

a:link {
	color: #d20000;
	text-decoration: underline;
}
a:visited {
	color: #d20000;
	text-decoration: underline;
}
a:hover {
	color: #d20000;
	text-decoration: none;
}

hr {
	height: 0;
	size: 0;
	border: none;
	border-bottom: 1px solid #ebc084;
}

/****************************
Design styles
*****************************/

#header {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 0 0;
	text-align: center;
	vertical-align: bottom;
}
#headerText {
	text-align: left;
	padding: 10px 0 10px 10px;
	color: #dc6e6e;
	font-weight: bold;
}
#headerText * {
	color: #ffbbbb;
}
#mainMenu {
	text-align: left;
	vertical-align: bottom;
}

#menu_products_main,
#menu_products_1,
#menu_products_2 {
	height: 100px;
}
#menu_products_main {
	background-image: url(../images/submenu_mid.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}
#menu_products_1 {
	background-image: url(../images/submenu_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#menu_products_2 {
	background-image: url(../images/submenu_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 23px 0 344px;
	text-align: left;
}

#content_text {
	margin-top: 5px;
	background-image: url(../images/content_mid.gif);
	background-repeat: repeat-y;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}
#content_text_1 {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#content_text_2 {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 25px 25px 25px;
	text-align: left;
}

.content_left {
	width: 280px;
	border-right: 1px solid #ebc084;
	padding-right: 20px;
	vertical-align: top;
}

.content_right {
	padding-left: 20px;
	vertical-align: top;
}

#footer {
	width: 900px;
	padding: 5px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
}

/****************************
Menu styles
*****************************/

#mainMenu a:link,
#mainMenu a:visited,
#mainMenu a:hover {
	display: block;
	float: left;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 134px;
	height: 43px;
	margin-right: 3px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	color: #000765;
	text-decoration: none;
	padding-top: 35px;
}
#mainMenu a:hover {
	color: #d20000;
}

.category_title {
	padding: 15px 0 10px 0;
	color: #502b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}

.category_menu {
	padding: 10px 0 0 0;
}

.category_menu a:link,
.category_menu a:visited,
.category_menu a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000765;
	margin-right: 15px;
}

a.category_selected:link,
a.category_selected:visited,
a.category_selected:hover {
	color: #d20000;
}

.menuLev2,
.menuLev3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	margin: 0;
	padding: 10px 0 0 20px;
}
.menuLev3 {
	font-size: 14px;
	padding: 8px 0 0 40px;
}

.menuLev2 a:link,
.menuLev2 a:visited,
.menuLev3 a:link,
.menuLev3 a:visited,
.buttonBox a:link,
.buttonBox a:visited {
	color: white;
	text-decoration: none;
}
.menuLev2 a:hover,
.menuLev3 a:hover,
.buttonBox a:hover,
a.selectedItem:link,
a.selectedItem:visited {
	color: #98fb7d;
	text-decoration: none;
}

/****************************
Product styles
*****************************/

.rowNorm {
	background-color: #fdf2dc;
}
.rowAlt {
	background-color: #f9e6c1;
}

/****************************
Other styles
*****************************/

.copyright {
	color: white;
	margin: 50px 0 10px 0;
	width: 100%;
}

.solution {
	color: white;
	padding: 18px;
	text-align: center;
	vertical-align: bottom;
}

.solution a:link,
.solution a:visited {
	color: white;
}
.solution a:hover {
	color: #98fb7d;
}

.banner {
	padding: 0 0 10px 0;
}

.guestResponse {
	color: #666666;
}

.image_title {
	border: 3px solid #bdc2c6;
	padding: 0;
	margin: 5px 10px 10px 0;
}

/****************************
Form styles
*****************************/
.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: 150px;
	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;
}


/****************************
Calendar styles
*****************************/
.calendar {
	background-color: #a70404;
}
.calendar tr {
	background-color: #f0d8a9;
}
.calendar th,
.calendar td {
	padding: 2px 4px 2px 4px;
	text-align: center;
}
.calendar td {
	color: #666666;
}
.dayIsWeekend {
	background-color: #b0823e;
}
.dayToday {
	background-color: #dc6e6e;
}
.dayEnabled {
	font-weight: bold;
}

