@charset "utf-8";
/* CSS Document */

HTML {}
BODY {
	background-image: url(../img/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D3D7E2;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 26px;
	font-weight: normal;
	color: #9F2926;
	margin-top: 20px;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #1C5099;
}
H3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1C5099;
}
H3 A {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1C5099;
	text-decoration: none;
}
H3 A:HOVER {
	color: #9F2926;
}
H4, H4 A {
	font-size: 20px;
	font-weight: normal;
	color: #1C5099;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}
H4 A:HOVER {
	color: #9F2926;
}
H5 {
	font-size: 13px;
	font-weight: bold;
	color: #9F2926;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
H6 {
	font-size: 12px;
	font-weight: bold;
	color: #1C5099;
	margin-top: 4px;
	margin-bottom: 0px;
}
H6.small {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: right;
}
H6.details {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.err {}
.clr {
	clear: both;
}
.pad-01 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.pad-02 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/menu-bg-2.gif);
	height: 61px;
	background-repeat: no-repeat;
}

#header #logo {
	z-index: 1000;
	padding-left: 15px;
	position: absolute;
}

#header #menu {
	padding-top: 21px;
	padding-left: 285px;
}
#header #menu A {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-right: 23px;
	padding-left: 23px;
}
#header #menu A:HOVER {
	background-color: #181B32;
}

#header #menu DIV.dropdownmenu {
	font-size: 12px;
	display: none;
	position: absolute;
	z-index: 1001;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#header #menu  DIV.dropdownmenu A {
	background-color: #262A4D;
	margin: 0px;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 7px;
	padding-left: 23px;
	font-size: 11px;
	width: 100px;
}
#header #menu  DIV.dropdownmenu A:HOVER {
	background-color: #181B32;
}

#content {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/content-vert-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content #mood {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#content #mood IMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content #mood #moodmenu {
	background-color: #404040;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
}

#content #mood #moodmenu A {
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: left;
}
#content #mood #moodmenu A:HOVER {
	color: #333333;
	background-color: #999999;
}
#content #mood #moodmenu A.activeSlide {
	background-color: #000000;
}

#content #newstick {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	font-size: 12px;
}

#content #page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/content-horiz-top-bg.gif);
	background-color: #E0E1E2;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content #page #left {
	float: left;
	width: 565px;
	padding-left:30px;
}
#content #page #right {
	float: right;
	width: 295px;
	padding-right:30px;
	margin-top: 30px;
}
.box292top {
	background-image: url(../img/box-292-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	padding: 0px;
	width: 292px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box292body {
	background-image: url(../img/box-292-bot-long.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 292px;
	margin-right: auto;
	margin-left: auto;
}
.box560top {
	background-image: url(../img/box-560-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
	padding: 0px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box560body {
	background-image: url(../img/box-560-bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

#content #page P {
	font-size: 13px;
}
#content #page TD {
	font-size: 13px;
}
#content #page .red {
	color: #9F2926;
}
#content #page P.smalldload {
	font-size: 11px;
	text-transform: uppercase;
	color: #1C5099;
	font-weight: bold;
	text-align: right;
}
#content #page A {
	color: #1C5099;
}
#content #page A:HOVER {
	color: #9F2926;
}
#content #page UL {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content #page UL LI {
	font-size: 13px;
	list-style-type: none;
	margin-bottom: 3px;
	background-image: url(../img/icon-sets/fugue/information_frame_12.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content #page BLOCKQUOTE.custom {
	background-image: url(../img/icon-sets/function_icon_set/blue_speech_bubble_48.png);
	background-repeat: no-repeat;
	background-position: 8px top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 65px;
	font-style: italic;
}
#content #page .bord-01 {
	padding: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
}
#content #page .bord-02 {
	padding: 3px;
	margin: 0 8px 8px 0;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}
#content #page .bord-03 {
	padding: 3px;
	margin: 2px 3px 2px 3px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}
#content #page .bord-04 {
	padding: 3px;
	margin: 0;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}

#content #page DIV.paginate {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: right;
}
#content #page DIV.paginate A {
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}
#content #page DIV.paginate A:HOVER {
	border: 1px solid #000000;
	background-color: #333333;
	color: #FFFFFF;
}
#content #page DIV.paginate STRONG {
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #1C5099;
	color: #FFFFFF;
}
#content #page TABLE.prod_table {}
#content #page TABLE.prod_table TR {}
#content #page TABLE.prod_table TH {
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	background-image: url(../img/content-horiz-top-bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #9A9DA0;
}
#content #page TABLE.prod_table TH.heading {
	background-image: url(../img/menu-bg.png);
	background-position: center bottom;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#content #page TABLE.prod_table TH A {
	text-decoration: none;
	color: #9F2926;
}
#content #page TABLE.prod_table TH A:HOVER {
	color: #1C5099;
}
#content #page TABLE.prod_table TH DIV.snippet {
	font-size: 11px;
	font-weight: normal;
	padding-left: 22px;
}
#content #page TABLE.prod_table TD {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-image: url(../img/content-horiz-top-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #A6A9AA;
}
#content #page TABLE.prod_table TD UL {
	margin: 0px;
	padding: 0px;
}
#content #page TABLE.prod_table TD UL LI {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 21px;
	background-image: url(../img/icon-sets/fugue/tick_small.png);
	font-size: 11px;
	background-position: 0px 0px;
}
#content #page #left .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#content #page #left .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#content #page #left .select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
	padding: 1px;
}
#content #page #left .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9F2926;
	border: 1px solid #660000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


#content #page #right .nomarg {
	margin: 0px;
}
#content #page #right LABEL {
	font-size: 11px;
	font-weight: bold;
}
#content #page #right .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
}
#content #page #right .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
}
#content #page #right .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9F2926;
	border: 1px solid #660000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#content #page #right A.active {
	font-weight:bold;
	color: #9F2926;
}

/* ==================================================================================== */
/*	FOOTER																				*/
/* ==================================================================================== */

#footer {
	background-image: url(../img/content-footer-2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding-top: 30px;
	font-size: 10px;
	color: #555555;
}
#footer .inner {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#footer P {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer A {
	color: #555555;
	text-decoration: none;
}
#footer A:HOVER {
	color: #333333;
	text-decoration: underline;
}
