/************************************************
 *  Name: Main CSS
 *  Page: css/main.css
 *  Description: The main CSS file
************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, serif;
}
body div {
	text-align: left;
}
/****************-HEADER-****************/
#header {
	background: #333355 url(../images/header.png) repeat-x;
	height: 150px;
	width: 80%;
	min-width: 500px;
	margin: 35px auto 0 auto;
	padding: 25px 10px 0px 10px;
	border: 1px solid #000;
	border-bottom: 0;
}
#header img {
	border: 0;
}
#header img.logo {
	padding-left: 20px;
	width: 135px;
	height: 108px;
	margin: -5px auto;
	float: left;
}
#header img.logotext {
	padding-top: 15px;
	padding-left: 40px;
	color: #fff;
	font-size: 23px;
	width: 230px;
	height: 80px;
	font-family: Impact, Charcoal, sans-serif;
}
/****************-SEPARATOR-****************/
#sep {
	background: #333355 url(../images/sep.png) repeat-x;
	height: 20px;
	width: 80%;
	min-width: 500px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: right;
	position: relative;
}
#sep img.picture {
	height: 220px;
	position: absolute;
	right: -25px;
	bottom: 0px;
}
/****************-BUTTONS-****************/
#buttons {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 80%;
	min-width: 500px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	text-align: center;
}
#buttons .menu li.t {
	height: 20px;
	width: 20%;
	color: #BBAA44;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Impact, Charcoal, sans-serif;
	display: inline;
}
#buttons .menu .t a.b {
	background: #333355 url(../images/button.png) repeat-x;
	height: 20px;
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: Impact, Charcoal, sans-serif;
}
#buttons .menu .t a.b:hover {
	background-color: #555555;
	text-decoration: underline;
}
#buttons .menu .t a.s {
	background: #333355 url(../images/button2.png) repeat-x;
	background-position: bottom;
}
#buttons .menu .t a.s:hover {
	text-decoration: none;
	background-color: #333355;
}
#buttons .menu {
	margin-left: -20px;
}
/****************-  BODY-****************/
#body {
	background: #333355 url(../images/body.png) repeat-x;
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
	min-height: 200px;
	width: 80%;
	min-width: 500px;
	margin: 0px auto 0 auto;
	padding: 10px;
	padding-top: 45px;
	color: #FFF;
}
#body #breadcrumbs {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background: #333355 url(../images/body.png) repeat-x;
}
#body #breadcrumbs a {
	color: #039;
}
#body h2 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 20px;
	color: #CCC;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
#body h3 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: normal;
	margin-top: -5px;
}
#body p {
	font-size: 14px;
}
#body img.right, #body img.left {
	width: 200px;
}
#body img {
	margin-bottom: 10px;
	border: 2px solid #CCC;
}
#body img.right {
	float: right;
	margin-left: 10px;
}
#body img.left {
	float: left;
	margin-right: 10px;
}
#body blockquote {
	margin-left: 6px;
	padding-left: 16px;
	border-left: 4px solid #039;
	font-size: 12px;
}
#body blockquote span {
	font-weight: bold;
	font-size: 13px;
}
#body .styleme li {
	font-size: 12px;
	list-style-image: url(../images/bullet.png);
}
a {
	position: relative;
	z-index: 24;
}
/******* BEGIN TOOLTIPS *******/
span.tooltip, span.tooltipl {
	display: none;
}
span.tooltip b, span.tooltipl b {
	background: #889900;
	color: #F5F5CC;
	display: block;
	padding: 3px;
	font-size: 13px;
}
a:hover {
  z-index:25;
  position:relative;
}

a:hover .tooltip, a:hover .tooltipl {
	display: block;
	position: absolute;
	top: 0px;
	left: 105%;
	width: 200px;
	background: url(../images/tooltip.png) no-repeat;
	color: #889900;
	text-align: center;
	padding-left: 10px;
}
a:hover .tooltip span, a:hover .tooltipl {
	display: block;
	border: 1px solid #889900;
	background: #F5F5CC;
	color: #889900;
	background-position: -10px;
	text-align: center;
	padding: 3px;
}
a:hover .tooltipl {
	left: -1050%;
}
a:hover .terror {
	background: url(../images/tooltiperror.png) no-repeat;
}
a:hover .terror span {
	background: #ffdfd9;
	border: 1px solid #ff0000;
}
/******* END TOOLTIPS *******/
/******* BEGIN FORMS *******/
#body form {
}
#body form label {
	width: 140px;
	float: left;
	font-size: 14px;
	margin-top: 5px;
	height: 100%;
}
#body form input {
	font-size: 14px;
	width: 200px;
	color: #000066;
	border: 1px solid #000066;
	margin-top: 1px;
	font-family: Georgia, serif;
	padding: 3px;
}
#body form select {
	font-size: 14px;
	width: 208px;
	color: #887700;
	padding: 3px;
	border: 1px solid #000066;
	margin-top: 1px;
	font-family: Georgia, serif;
}
#body form input[type=submit] {
	background: #7777AA url(../images/buttons/flag.png) no-repeat 10px 7px;
	border: 1px solid #000066;
	height: 30px;
	padding: 3px;
	text-align: left;
	width: 208px;
	padding-left: 32px;
	margin-top: 5px;
}
#body form input[type=submit].tick {
	background-image: url(../images/buttons/tick.png);
}
#body form input[type=submit].back {
	background-image: url(../images/buttons/back.png);
}
#body form input[type=submit].key {
	background-image: url(../images/buttons/key.png);
}
#body form input[type=submit].statistics {
	background-image: url(../images/buttons/statistics.png);
}
#body form input[type=submit].basket {
	background-image: url(../images/buttons/basket.png);
}
#body form input[type=submit].letter {
	background-image: url(../images/buttons/letter.png);
}
/* This one must go last of all the submit classes */
#body form input[type=submit].loading {
	background-image: url(../images/buttons/load.gif);
}
#body form input[type=submit].minstyle {
	border: 0;
	background-color: transparent;
	margin-left: 50px;
	width: 100px;
}
#body form input[type=submit]:hover {
	border-color: #6666AA;
}
#body form input[disabled='disabled'] {
	color: #999;
	background-color: #ccc;
	border: 1px solid #aaa;
}
#body form input[disabled='disabled']:hover {
	border-color: #aaa;
}
#body form textarea {
	width: 200px;
	height: 100px;
	color: #000066;
	border: 1px solid #000066;
	margin-top: 1px;
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 3px;
}
#body form fieldset {
	position: relative;
	margin-top: 10px;
	border: 0;
	/* border: 1px solid;
*/
	background: #888899;
	padding: 10px;
}
#body form fieldset h4.legend {
	padding: 3px;
	width: 100%;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	/* border: 1px solid;
*/
	background: url(../images/bullet.png) no-repeat 0px 6px;
	font-weight: bold;
}
#body form input:focus, #body form textarea:focus, #body form select:focus {
	border: 1px dotted #887700;
}
/******* END FORMS *******/
/******* BEGIN PICTURES *******/
#body #PictureCutout {
	margin: 0 auto;
	width: 400px;
	min-height: 380px
}
#body #PictureCutout img {
	background: white;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #887700;
}
#body #PictureCutout #MainImageText {
	padding: 5px;
	font-weight: bold;
}
/******* END PICTURES *******/
/******* START STATUSES *******/
#body .statusGood {
	border: 1px solid #339922;
	background: #CCFFCC;
	color: #339922;
	padding: 5px;
}
#body .statusInfo {
	border: 1px solid #2156B3;
	background: #E7F3FF;
	color: #2156B3;
	padding: 5px;
}
#body .statusBad {
	border: 1px solid #CF5049;
	background: #FFCCCC;
	color: #CF5049;
	padding: 5px;
}
/******* END STATUSES *******/
/******* BEGIN HELP BUTTON *******/
#body .help {
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	cursor: help;
	clear: both;
}
/******* END HELP BUTTON *******/
/******* BEGIN ACTION *******/
#body .action {
	width: 235px;
	padding: 15px;
	margin-right: 0px;
	float:left;
}
#body .action:hover {
	background: #555555;
}
#body .action a {
	text-decoration: none;
	display: block;
}
#body .action div.imageContainer {
	float:left;
	padding-right: 17px;
}
#body .action div.imageContainer img {
	margin-left: 0;
	margin-top: 0px;
	height: 70px;
	width: 70px;
	border: 0;
}
#body .action div.textContainer {
	margin-left: 10px;
	height: 80px;

}
#body .action div.textContainer h4 {
	margin-top: 2px;
	margin-bottom: 0px;
	color: #fff;
}
#body .action div.textContainer p {
	color: #fff;
	width: 100%;
	cursor: pointer;
}
/******* END ACTION *******/
/******* BEGIN FORM ERROR *******/
#OrderForm label.error {
	float: none;
	color: red;
	padding: 5px;
}
#OrderForm label.error .invalid {
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	clear: both;
}
#OrderForm input.error {
	border: 1px solid red;
}
/******* END FORM ERROR *******/
/****************- FOOTER-****************/
#footer {
	text-align: center;
	
	background: #333355 url(../images/footer.png) repeat-x;
	border: 1px solid #000;
	border-top: 0;
	height: 15px;
	width: 80%;
	min-width: 500px;
	margin: 0px auto 10px auto;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
/* Links for the body & footer */
#body a, #footer a {
	color: #33AAFF;
}
#body a:hover, #footer a:hover {
	text-decoration: none;
}
#body a:visited, #footer a:visited {
	color: #3D66EE;
}