.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/custom_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/custom_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/custom_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/custom_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/custom_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

















img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
















body {
    margin : 0;
    padding : 0;
    font-family : Arial, Tahoma, Sans-serif;
    background : #26063d;
}

form {
    margin : 0;
    padding : 0;
}

.clear {
    clear : both;
}

img {
    border : 0;
}

img a {
    border : 0;
}

#wrapper {
    margin : 0 auto;
    width : 770px;
    position : relative;
}

#top-wr {
    background : url(images/top.jpg);
    width : 770px;
    height : 115px;
    position : relative;
}

#logo {
    position : absolute;
    top : 1px;
    left : 222px;
}

#content {
    background : url(images/content-bg.png) repeat-y;
    width : 770px;
    margin : 0 auto;
    position : relative;
}

#content-block-top {
    position : relative;
    padding-bottom : 15px;
}

#tele {
    position : relative;
    float : left;
    margin-left : 40px;
    font-size : 1.3em;
    padding-top : 5px;
}

#search-block {
    position : absolute;
    right : 10px;
    top : -22px;    
}

.search-field {
    background : url(images/search-bg.png);
    width : 102px;
    height : 22px;
    color : #fff;
    position : relative;
    float : left;
    border : 0;
    font-size : 1.1em;
    padding-top : 2px;
    padding-left : 10px;
    padding-right : 20px;
}

#sf {
    position : relative;
    float : left;
}

#sfbtn {
    position : relative;
    float : left;
    margin-top : -2px;
}

.dots-line {
    width : 730px;
    height : 5px;
    position : relative;
    clear : both;
    background : url(images/dots-line.png);
    margin-left : 20px;
}

#nav {
    margin-left : 70px;
    margin-bottom : 1px;
}

#nav a {
    color : #8c8d8d;
    text-decoration : none;
    font-size : 1.2em;
}

#nav a:hover {
    color : #000;
    text-decoration : none;
}

.content-main {
    margin-left : 35px;
    font-size : .9em;
    padding-right : 35px;
    line-height : 1.3em;
}

.content-main img {
    margin-right : 7px;
}

#buttons-block {
    position : relative;
    padding-top : 10px;
    font-size : .9em;
    text-decoration : none;
    color : #000;
    padding-bottom : 30px;
}

#buttons-block a {
    text-decoration : none;
    color : #000;
}

#button-1 {
    margin-left : 30px;
    position : relative;
    float : left;
    text-align : center;
    width : 158px;
    display : block;
    text-decoration : none;
    color : #000;
}

#button-1:hover {
    background : #ccc; 
}

#button-2 {
    margin-left : 25px;
    position : relative;
    float : left;
    text-align : center;
    width : 158px;
    display : block;
    text-decoration : none;
    color : #000;
}

#button-2:hover {
    background : #ccc; 
}

#button-3 {
    margin-left : 25px;
    position : relative;
    float : left;
    text-align : center;
    width : 158px;
    display : block;
    text-decoration : none;
    color : #000;
}

#button-3:hover {
    background : #ccc; 
}

#button-4 {
    margin-left : 25px;
    position : relative;
    float : left;
    text-align : center;
    width : 158px;
    display : block;
    text-decoration : none;
    color : #000;
}

#button-4:hover {
    background : #ccc; 
}

#footer {
    background : url(images/footer-bg.png);
    width : 770px;
    height : 100px;
    color : #6e8c9e;
    font-size : .7em;
    position : relative;
}

#left-fr {
    position : absolute;
    left : 35px;
    top : 20px;
}

#footer a {
    text-decoration : none;
    color : #6e8c9e;
}

#right-fr {
    position : absolute;
    top : 20px;
    right : 40px;
}
