/* -------------------------------------------------------------
	raisa udovenko
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style_main.css
	Version:		1.4
	Date:			5 September 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #fff url(/images/bg_body.jpg) no-repeat center top;
	font: normal 10px/2.6em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
}

a img,
:link img,
:visited img {
	border: 0;
}

th,
td,
caption {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link,
a:visited {
	color: #1ba2dc;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 0.8em;
}

h1 {
	font-size: 2.3em;
	color: #d677ae;
}

h2 {
	font-size: 1.8em;
	color: #d593ee;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.15em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 600px;
	margin: 0 auto;
	padding: 0 100px;
	background: url(/images/bg_index.jpg) no-repeat center top;
	text-align: left;
}

.title,
.title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	margin: 0 0 48px 0;
	padding: 68px 0 0 0;
}

#brand {
	background: url(/images/logo_raisaudovenko.jpg) no-repeat;
}

#brand, #brand a {
	width: 400px;
	height: 47px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	padding: 0 0 30px 0;
	font-size: 1.2em;
	font-style: oblique;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-style: normal;
	font-weight: normal;
}

#content h1 {
	margin: 0 0 5px 0;
}

#content h3 a {
	padding-right: 12px;
	font-weight: bold;
	background: url(/images/icon_arrow.gif) no-repeat right 0.6em;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1.7em;
}

#content ul {
	padding-left: 20px;
}

#folio_sample,
#folio_sample a {
	width: 325px;
	height: 311px;
	float: left;
	text-indent: -9000em;
}

#folio_sample {
	margin-bottom: 18px;
	background: url(/images/img_polaroid.gif) no-repeat;
}

.column_wrapper {
	width: 100%;
	float: left;
	clear: both;
}

.half_column,
.half_column_right {
	width: 274px;
	padding-right: 25px;
	float: left;
	border-right: 1px solid #f4e1ed;
}

.half_column_right {
	padding-left: 25px;
	padding-right: 0;
	border: 0;
}

form {
	margin-top: 30px;
}

form .half_column {
	border: 0;
}

label {
	display: block;
	font-weight: bold;
}

label.inline {
	margin-right: 20px;
	display: inline;
}

textarea {
	margin-bottom: 15px;
	overflow: auto;
}

.hidden {
	display: none;
}

#captcha_why_content {
	padding: 10px;
	font: italic 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#captcha_why_content p {
	margin-bottom: 1.7em;
}

.error,
.message {
	padding: 5px 10px;
	background: #c00;
	color: #fff;
	font-style: normal;
	font-weight: bold;
}

.message {
	background: #060;
}

.error a:link,
.error a:visited {
	color: #fff;
	text-decoration: underline;
}

.error a:hover,
.error a:active,
.error a:focus {
	text-decoration: none;
}





/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	height: 60px;
	margin: 0 auto;
	float: none;
	clear: both;
	color: #b2b2b2;
	text-align: left;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #b2b2b2;
}

#copyright {
	width: 49.9%;
	float: left;
}

#credit {
	width: 49.9%;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}