
/******************* All *******************/

*{ margin: 0; padding: 0;}

ul {
	list-style: none;
	list-style-position: outside;
}

a {
	color: #2ea9cc;
	text-decoration:none;
	border:0 none;
	outline:0;
}
a:hover {
	text-decoration:underline;
}

 .img_link:hover, .img_link:link { border: none; padding: 0px; background: transparent;}

.clearFlat {
	clear: both;
	padding:0px;
}

.msg_error{
	color: red;
	font-weight: bold;
}

.msg_ok{
	color: green;
	font-weight: bold;
}

.box1 {
    font: normal 10px Verdana;
    border: 1px solid ;
    background: transparent;
}

.just {
	text-align: justify;
}

.shadow {
	background: url('../img/bg_trans.png') repeat scroll 0 0 transparent;
	padding: 10px;
}

/******************* General *******************/

body {
  	background-color: black; /*white;*/
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: Georgia, 'Times New Roman', serif; 
	font-size: 10pt;
    font-weight:normal;
    line-height:18px;
  	width: 100%;
	color: #141414;
}


#container {
    margin: 0 auto;
    width: 910px;
    border: 0px solid;
}

#welcome{
	width: 440px;
	height: 200px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px auto auto -240px;
}

#topbox {
    display: block;
    margin: 40px 22px 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}

#contentbox {
    display: block;
    height: auto;
}

#bottombox {
    display: block;
    margin: 6px 22px 130px 0px;
    border-bottom: 1px dotted;
}


/********************** works ************************/


#works {
	display: block;

}

.ribbon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	z-index: 100;
}

.quote a {
	color: white;
	text-decoration:none;
}



.quote-box {
    /*width: 890px;*/
}

.quote-con {
    /*font-size: 22px;*/
    font-weight: bold;
    line-height: 44pt;
    padding: 30px 0px 20px 30px;
	color: white;

}

.bubble-point {
    height: 26px;
    width: 181px;
}

#big_quote {
	font-size: 52pt;
	font-weight: bold;
}


.work {
	float: left;
	background-color: #2ea9cc;
	padding: 25px;
	height: 230px;
	margin: 0px 20px 20px 0px;
	width: 233px;
    position: relative;
}

.work_link a {
	color: white;
	text-decoration:none;
}

.work_link a:hover {
    
    color: #E8E8E8;
}


.work a img {
    border: 0 none;
    width: 233px;
    height: 140px;
}

.work_title {
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}

.work_descr {
	padding-top: 5px;
	line-height: 12px;
    font-style: italic;
}

.work_link {
	font-size: 8pt;
	font-weight: bold;
    padding: 8px 0px 5px 0px;
}


.quote-box, .bubble-point {
	background-color: #2ea9cc;
}

