/* Design by Dmitry Ledentsov */

body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input {
    font-family: "Avant Garde", "Century Gothic", sans-serif;
    color: #333333;
	line-height:1;
}

h2 {
    font-weight: normal;
    font: 90%;
	margin-top:10px;
}

h3 {
    font-weight: normal;
	margin-top:10px;
}

body {
    padding: 20px;
    background-color: #ddd;
    font: 100.01%;
	margin:0;
}

p {
    padding-bottom: 0em;
    text-indent: 0em;
	line-height:1.2em;
}

#header {
    margin: 0 0 0 0%;
    padding: 0px 0 0px 0;
    background: #ffffff;
    min-width: 840px;
    background-image: url('img/top_trans.jpg');
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 9px;
	position:relative
}

#main-container {
    margin: 10px 0%;
    width: 100%;
    min-height: 170px;
    min-width: 840px
}

#big {
    margin: 10px 0%;
    width: 100%;
    background: #ffffff;
    min-width: 840px;
    /*   filter:alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
     */
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 9px;
}

#container {
    width: 100%;
    margin: 0 auto;
}

#main {
    margin: 10px auto;
    background: #ffffff;
    min-width: 840px;
    text-align: center;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 9px;
}

#footer {
    margin: 10px 0%;
    background: #ffffff;
    min-width: 840px;
    padding: 3px 0 3px 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 11px;
    overflow: auto
}

div.menuitem {
    margin: 0 0 10px 0;
    padding: 2px 0 3px 0;
    background: #ffffff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 9px;
}

div.menucontent {
    padding-left: 1em;
}

div#maincontent {
    padding: 0px 20px 10px 20px;
	margin: 0 0 0 0;
}

div.shoebox{
	overflow:hidden;
	max-width:840px;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
    border-radius: 5px;
	background-color: white;
	border: 1px solid black;
}

div.lcell {
	float: left;
	width: 380px;
	/*height:120px;*/
	margin-right:0px;
	clear:left
	margin: 0 0 0 0;
}

div.rcell{
	padding-right: 10px;
	display: inline;
	line-height:1.2;
	margin: 0 0 0 0;
}

div.colorcell {
    display: inline;
    float: right;
    margin-right: 5px;
    min-height: 13px;
    min-width: 13px;
    padding: 0;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	behavior: url(border-radius.htc);
    border-radius: 3px;
    background-color: white;
    border: solid 1px black;
}

div.myh2 {
    margin-right: 5px;
    min-height: 13px;
    min-width: 13px;
    padding: 3px;
	padding-bottom: 4px;
	float:left;
	margin:0 1em 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	behavior: url(border-radius.htc);
    border-radius: 3px;
    background-color: white;
    border: solid 1px black;
}


img.transp {
    filter: alpha(opacity = 0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    padding: 0;
    margin: 0;
    border: none;
}

.thincell {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
    border-radius: 5px;
    border: solid 1px black;
}

A:link {
    color: #333333;
    text-decoration: none
}

A:visited {
    color: #333333;
    text-decoration: none
}

A:active {
    color: #333333;
    text-decoration: none
}

A:hover {
    color: #333333;
    text-decoration: underline;
    color: #bb0055;
}

#leftnav {
    float: left;
    width: 110px;
    margin: 0;
}

#content {
    margin-left: 120px;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
    border-radius: 9px;
}

.slideshow {
	height: 150px;
	width: 200px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	behavior: url(border-radius.htc);
	border-radius: 9px;
	margin:15px;
	padding:15px;
	background: #eee;
	overflow:hidden;
}

.slideshow img {
	border: none;
	margin:15px;
	height: 150px;
	width: 200px;
}
