
/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 875px;
    margin: 0 auto;
    text-align: left;
    background: url(images/tile.gif) repeat-y;
}

#page h2 {
	color : #00025E;
	text-align: center;
	padding-bottom : 20px;
	font-size : 20px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

/* Header 
------------------------------------------------------------------------- */

#header {
    position: relative;
    background: #e0e0e0 url(images/header.gif) no-repeat top left;
	height: 153px;
}

#logo {
    margin: 20px 40px 0 40px;
	height: 108px;
	text-indent: -5000px;
	z-index:30;
	background: #FFFFFF  url(images/logo.jpg) no-repeat left top;
}

#title {
	position: relative;
	top: 126px;
	left: 160px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    width: 20%;
    margin: 0 40px 0 50px;
    padding: 20px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: url(images/sidebar_bg.gif) no-repeat 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 0;
	text-align: left;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar a {
	color: #0620FF;
}

#sidebar a:hover {
	color: #3984C4;
}

#sidebar fieldset {
	padding: 5px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    background: url(images/bottom_sill.gif) no-repeat bottom left;
}

#footer p {
    padding: 20px 120px 20px 95px;
    background: url(images/bottom_sash.gif) no-repeat top left;
}

#footer a {
	border-bottom: none;
}

/***************************************** MENU  ***************************/

#ajaxmenu {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 140px;
}

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li.category {
	color: #00025E;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, verdana, sans-serif;
	height: 25px;
	line-height: 25px;
	padding-right: 0px;
	padding-left: 0px;	
	background: url(images/button_off.gif) no-repeat;
	margin: 5px;
}

#ajaxmenu ul li.first {
}

#ajaxmenu ul li:hover {
	background: url(images/button_on.gif) no-repeat;
}

#ajaxmenu ul li a {
	color: #0620FF;
}

#ajaxmenu ul li a:hover {
	color: #3984C4;
}

#ajaxmenu fieldset {	
	padding: 20px;
}



/***************************************** CONTENT  ***************************/

#content {
    float: right;
    text-align: left;
    width: 62%;
    margin: 20px 0 0 0;
    padding-right: 60px;
    line-height: 1.5em;
}

#content ul {
	margin-left: 60px;
	margin-top: 0px;
}

#content li {
	color : #00025E;
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
}

#content a {
	color : #0620FF;
	font-size : 14px;
	font-style: italic;
}

#content a:hover {
	color : #3984C4;
}

#content p {
	color : #00025E;
	font-size : 14px;
	font-family : "Times New Roman", Times, serif;
	text-indent: 30px; 			/* Отступ первой страки  */
	text-align: justify; 		/* Выравнивание  */
	padding: 1px; 				/*  Междустрочный интервал  */
}

#content p.special {
	color : #008080;
	font-size : 13px;
	font-style: oblique;
	font-family : "Times New Roman", Times, serif;
	text-indent: 30px; 			/* Отступ первой страки  */
	text-align: right; 			/* Выравнивание  */
	padding: 1px; 				/*  Междустрочный интервал  */
}

#content p.comment {
	color : #808080;
	font-size : 12px;
	font-style: oblique;
	font-family : "Verdana", Times, serif;
	text-indent: 30px; 			/* Отступ первой страки  */
	text-align: left; 			/* Выравнивание  */
	padding: 1px; 				/*  Междустрочный интервал  */
}

#content h3 {
	color : #00025E;
	text-align: left;
	padding-top : 20px;
	font-size : 16px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic; 
}

#content h3 a {
	color : #00025E;
	text-align: left;
	padding-top : 20px;
	font-size : 16px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic; 
}

#content img {
	float: left;
	margin: 5px;
	border: 0px;
}

#content table h4{
	text-align: center;
	font-size : 11px;
}

#content table td{
	padding: 5px;
	font-size : 11px;
}

#content fieldset {
	margin: 10px;
	padding: 0 5px 5px 5px;
}

#content fieldset table {
	color : #00025E;
	margin : 10px;
	font-size : 14px;
}

#content fieldset table a{
	font-size : 12px;
}

#layer_modal {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;	
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 30px 5px 5px 5px;
	background: #FFFFFF;	
	
	text-align: center;
}

#layer_modal fieldset{
	padding: 5px 5px 5px 5px;	
	text-align: center;
}

#layer_border {
	position: absolute;
	top: 1px;
	right: 1px;	
	background: #red;	
	
	text-align: right;
}

#orders {
	position: relative;
}

#orders h2 {
	color: #009fe0;
	text-align: left;
	font-size: 11px;
	margin-left: 30px;
	text-transform: uppercase;
}

#orders a {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #397bbd;
}

#orders a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #397bbd;
}

#order_border {
	position: relative;
	float: left;
	top: -15px;
	height: 150px;
	width: 162px;
	margin-left: 10px;
	background: url(images/order_border.gif) repeat-x;
	text-align: center;
}

#order_border img {
	margin-top: 10px;
	margin-left: 55px;
}

#order_border p {
	font-size: 12px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
	margin-right: 10px;
	line-height: 12px;
}
