/*
 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.7.0
 */
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
    color: #000;
    background: #960101 url( ../img/bg_main.jpg ) repeat-x;
    
}
body {
    font-size: 80%;
    font-family:verdana,arial,sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select { 
    *font-size: 100%;
}

/*
 By devweb.ro <office@devweb.ro>
*/

div#header {
    position: relative;
    height: 160px;
    border: solid 4px #EFEFEF;
    background: transparent url("../img/top_pic.jpg") no-repeat left top;
}

div#topmenu{
    padding:22px 0;
}

ul#navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
} #navlist li {
    display: inline;
    list-style-type: none;
} #navlist a {
    margin-right:6px;
    padding: 8px 16px;
} #navlist a:link, #navlist a:visited {
    color: #fff;
    font-weight: bold;
    background-color: #ed170b;
    text-decoration: none;
} #navlist a:hover, #navlist a.active {
    color: #fff;
    background-color: #0E5885;
    text-decoration: none;
}


div#container {
    width: 876px;
    margin: 0 auto;
    
}
div#white_page{
    background-color: #FFF;
    border: solid 4px #EFEFEF;
}
div#content {
    float: right;
    width: 626px;
    margin-top: 10px;
    
}

div#content h1{
    margin:4px 0;
    font-weight: bold;
    color: #960101;
    font-size: 110%;
    padding:4px 4px;
}



div#navigation {
    float: left;
    width: 240px;
    margin-top: 10px;
}

div#navigation h1{
    margin:4px 0;
    font-weight: bold;
    color: #960101;
    font-size: 110%;
    padding:4px 4px;
}

div#extra {
    float: left;
    clear: left;
    width: 250px
}

div#footer {
    clear: both;
    width: 100%;
    height: 60px;
    text-align: center;
}

.gall_view{
	z-index: 999;
	width: 620px;
	height: 420px;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 10px;
}
.gall_view img{
	margin: 0 auto;
	
}

.gallery_thumbs{
	position: relative;
	width: 600px;
	text-align: center;
	padding: 10px !important;
	margin:0 !important;
	height: 150px;
	overflow: auto;
	z-index: 99;
}

.gallery_thumbs li{
	display: inline;
}

.gallery_thumbs li a{
	background-color: transparent !important;
	border: none !important;
}

.gallery_thumbs li a img{
	border: none;
	background-color: #FFF;
	padding: 5px;
}

.gall_preloader{
	width: 140px;
	height: 70px;
	margin: 12px auto;
	text-align: center;
	background: transparent url( ../img/ajax-loader.gif ) no-repeat center bottom;
	color: #FFF;
}

/* Contact form */
#contact_form legend {
	font-weight: bold;
	color: #ED1B24;
	margin-left: 10px;
}
#contact_form fieldset {
	border: none;
	margin: 12px 0;
}

#contact_form .error {
	color: #AC1919;
	font-size: 90%;
}

.success {
	border: none;
	background-color: #E2E2E1;
	padding:8px;
	margin:4px 0;
	width: 554px;
	float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-indent:0px !important;
}

#contact_form .text_input, #contact_form  .selectbox, #contact_form  .textarea {
	width: 300px;
    padding:2px;
}

#contact_form  table tr td {
    padding: 4px;
}

