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

html, body, form {
	margin:0;
	padding:0;	
	}
body { 
	min-width:920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333;
	background: #ccc;
	}
a img { border:0;}
a, a:visited {
	text-decoration:none;
	color:#039;
	}	
a:hover { 
	color:#930;
	}

#wrap {
	width:920px;
	min-height:620px;
	margin:4px auto;
	padding:0;
	background: #fff;
	border:1px solid #999;
	}
#header {
	clear:both;
	text-align:center;
	font-weight:400;
	margin:0;
	padding:0;
	width:920px;
	height:98px;
	background: url(../img/top_bkg.jpg) no-repeat #fff;
	border-bottom:1px solid #ccc;
	}

#topcall {
	float:left;
	padding:32px 0 0 24px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#993300;
	font-size:200%;
	font-weight:700;
	letter-spacing:-1px;
	text-align:left;
	}

#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding-right:24px;
	margin:0;
	background:#aaa;
	height:32px;
	border-top:1px solid #999;
	font-size:90%;
	font-weight:400;
	line-height:32px;
	}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#333;
	padding:2px 8px 0 8px;
	margin:0 2px 0 2px;
	line-height:28px;
	}	
#footer a:hover { 
	color:#fff;
	}
#leftframe {
	background:#fff;
	float:left;
	width:180px;
	text-align:left;
	font-size:80%;
	margin:0;
	padding:0;
	}
#leftframe ul {
	padding:0;
	margin:8px 0 8px 8px;;
	list-style-type:none;
}
#askQuestion {
	border-collapse: collapse;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
}
#askQuestion td {
	padding:4px;
}
#mainframe {
	float: left;
	width:715px;
	min-height:480px;
	padding:4px 4px 20px 18px;
	font-size:80%;
	border-left:1px dotted #CCC;
	}
#mainframe p { padding:0; }
#zakaz { padding:0; margin:0; border:0; }
#zakaz td { padding:1px 4px 1px 8px; font-size:90%; }
#title, #title a {
	font-weight:800;
	margin:0;
	padding:12px 0 12px 8px;
	color:#000;
	text-transform: capitalize;
	background-color: #e7b663;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	}
.inbox {
	text-align:left;
/*	text-transform: uppercase;*/
	border:1px solid #ccc;
	margin:1px;
	color:#003366;
	}
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:400;
	margin:0;
	padding:12px 12px 12px 0;
	color:#af1f24;
	text-transform:capitalize;
	}
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-weight:400;
	margin:0;
	padding:12px 12px 12px 24px;
	color:#555;
	text-transform:capitalize;
	}
p { font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333;
	margin:0;
	}

/* ===============================================*/
.menu {
	position:relative;
	margin:0;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
	/*width:146px;*/
}
.menu ul li a, 
.menu ul li a:visited {
	display:block; 
	text-decoration:none;
	text-transform:uppercase;
	color:#333; 
	font-weight:400;
	line-height:2.5em;
	margin-right:1px;
}
/* ===============================================*/
#topframe {
	clear:both;
	width:920px;
	height:2.5em;
	background: #f6f6f6;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0;
	font-size:12px;
	}
#topframe.menu ul li a, #topframe.menu ul li a:visited {
	color:#333;
	padding:0 18px 0 18px;
	}
#topframe.menu ul li:hover a, #topframe.menu ul li a:hover {
	color:#FFF; 
	background:#b93739;
	}
#topframe.menu ul li.page a {
	color:#FFF;
	background:#b93739;
	}

/* ===============================================*/
#subframe {
	clear:both;
	height:2.5em;
	background: #CCC;
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	margin:0 0 0 180px;
	padding:0;
	font-size:12px;
	}
#subframe.menu ul li a, #subframe.menu ul li a:visited {
	color:#FFF;
	padding:0 18px 0 18px;
}
#subframe.menu ul li:hover a, #subframe.menu ul li a:hover {
	color:#FFF;
	background:#b93739;
}
#subframe.menu ul li.page a {
	color:#FFF;
	background:#b93739;
}

/* ===============================================*/
#topcart {
	float:right;
	padding:4px 6px 0 6px;
	color:#333;
	font-size:10px;
	font-weight:400;
	}
.menu ul li a, 
.menu ul li a:visited {
	color:#333;
	padding:0 8px 0 8px;
	}
.menu ul li:hover a {
	color:#b93739;
	background:#f6f6f6;
	}
/* ===============================================*/
.txtin, .txtzip, .txtext { font:Arial, Helvetica, sans-serif; font-size:12px; border:1px solid #CCC; }
.txtin {width:180px;}
.txtzip {width:71px;}
.txtext {width:300px;}
/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}
