html,body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    font-family:Verdana,Tahoma,'Times New Roman',arial,sans-serif;
    font-weight:normal;
    text-decoration:none;
	background:#fff;
/*    font-size:100,01%; */
    color:#fff;
    background:url(/img/background.jpg) center no-repeat #2F2F2F;
}
* {
	padding:0;
    margin:0;
    outline:none;
}
img {border:0;}
.cleft {
	position:absolute;
    float:left;
}
.cright {
	position:absolute;
    float:right;
}
.nounderline {
	text-decoration:none;
}
.nounderline:hover {
	text-decoration:underline;
}
.underline {
	text-decoration:underline;
}
.underline:hover {
	text-decoration:none;
}

/* Links configuration */
a {
	color:#fff;
}
a:visited {}
a:hover {
	color:#fff;
    text-decoration:none;
}
a:active {}
/* Links configuration */

/* DIV's configuration */
#container {
    width:904px;
    height:693px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-452px;
    margin-top:-346px;
}
#note_top {
    width:100%;
    height:489px;
    background:url(/img/notebook_top.gif) no-repeat bottom center;
    position:absolute;
}
#note_bottom {
    width:100%;
    height:204px;
    background:url(/img/notebook_bottom.gif) no-repeat top center;
    position:absolute;
    top:489px;    
}
#content {
    width:672px;
    height:283px;
    margin-left:117px;
    margin-top:46px;
}
#info {
    width:640px;
    height:360px;
    padding:15px 15px 10px 15px;
    clear:left;
    text-align:left;
    margin-top:85px;
    overflow:auto;
}
#menu {
    height:40px;
    width:673px;
    top:250px;
    position:absolute;
    background:url(/img/menu_light.gif) repeat-x center #ddd;
    overflow:hidden;
}
#menu .f {background:url(/img/menu_light_f.gif) repeat-x center #D667FF;color:#fff;}
/* DIV's configuration */

/* Menu */
#menu ul {width:615px;list-style:none;margin:0 auto;}
#menu ul li {height:30px;float:left;margin:0px 15px 15px 20px;padding:10px 5px 0 5px;}
#menu ul li a {text-decoration:none;color:#373737;}
#menu ul li a:hover {text-decoration:none;}
/* Menu */

/* Content */
h1,h2,h3 {font-weight:normal;font-family:'Trebuchet MS';margin-bottom:25px;}
h3 {margin:0 0 10px 15px}
p {font-size:10pt;margin-bottom:10px;}
p:first-letter {margin-left:10px;}
.phone {width:100%;text-align:center;position:absolute;top:310px;width:300px;left:300px;}
.title {width:100%;text-align:center;margin-top:185px;position:absolute;top:0;width:500px;left:215px;}
.content {list-style:circle;font-size:10pt;margin-left:35px;}
.content li {margin-bottom:5px;}
.content li p {visibility:none;padding-top:15px;}
.content a {text-decoration:none;border-bottom:1px dashed #fff;}
.wrapper {width:100%;height:10px;clear:both;overflow:hidden;}

#contacts {margin-left:15px;}
#contacts label {clear:left;width:100px;float:left;}
#contacts input {float:left;margin-left:5px;clear:right;margin-bottom:10px;}
#contacts textarea {float:left;margin-left:5px;clear:right;margin-bottom:10px;}
#contacts input,#contacts textarea {border:1px solid #C0C0C0;padding:1px 2px;}

#portfolio {list-style:circle;margin-left:25px;}
#portfolio li {margin-bottom:10px;}
#portfolio li {font-size:10pt;}

#load_img {position:absolute;top:250px;left:50%;z-index:999;display:none;}
#special_offer {background-color:#80FF80;padding:5px 20px 5px 20px;margin:15px 5px 0 5px;color:#FF0000;}
#special_offer p:first-letter {margin-left:0;}
/* Content */
