@CHARSET "UTF-8";

* { margin: 0; padding: 0; border: 0; }

/* TAGS */
html, body { font-family: Verdana; font-size: 85%; position: relative; }
a { color: #ce9b17; text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { color: #ce9b17; font-size: 1.8em; font-weight: normal; margin: 0px 0px 30px 0px; }
input, textarea, select { border: 1px solid #545454; }
hr { height: 3px; background: url('../images/line.gif') repeat-x; clear: both; }

/* IDS */
#page { position: absolute; width: 1000px; left: 50%; margin-left: -500px; }
#header { position: relative; height: 432px; width: 100%; }
	#header img { float: left; }
	#phone { clear: both; position: absolute; left: 22px; top: 25px; width: 247px; height: 90px; text-align: center; }
		#phone div { position: absolute; left: 70px; top: 2px; font-size: 2.3em; font-weight: bold; }
	#menu { clear: both; position: absolute; text-align: center; width: 1000px; bottom: 12px; font-size: 1.2em; }
		#menu ul { list-style-type: none; }
		#menu li { display: inline; background: url('../images/menu-bull.png') no-repeat 0 0; padding: 0px 5px 0px 25px; }
			#menu li#current a { color: #af1616; }
			#menu a { color: #292929; }
		#menu .line { margin: 8px 0px 0px 0px; }
	
	#share { position: absolute; right: 0px; top: 0px; color: #ffffff; width: 304px; height: 134px; }
	
#content { clear: both; margin: 0px 0px 0px 0px; }
	#left-block { float: left; padding: 0px 0px 0px 50px; width: 190px; }
		#left-block .date { color: #ce9b17; font-size: 2.0em; width: 63px; font-weight: bold; margin: 0px 0px 30px 0px; }
		#left-block .date div { color: #585858; font-size: 0.45em; float: right; font-weight: normal; }
		#left-block .text { margin: 0px 0px 30px 0px; }
	#right-block { float: right; width: 685px; }

#footer { clear: both; margin: 30px 0px 0px 0px; }
	#copyright { color: #898989; margin: 17px 80px 17px 80px; }
	
/* CLASESS */
.line { width: 880px; height: 3px; background: url('../images/line.gif') repeat-x; margin: 5px 0px 0px 60px; }
.item { color: #545454; margin: 30px 0px 30px 0px; font-size: 1.5em; }
.button { padding: 2px 10px 2px 10px; background: #f8d226; color: #000000; cursor: pointer; }