* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}

/*-------------------------------------
 *
 * BASIC WRAPPERS
 *
 * */
html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#wrap {
    border-top: 5px solid #edede0;
}

#main {
    padding-bottom: 350px; /* must be same height as the footer */
    width: 900px;
    margin: 0 auto 0 auto;
}

#footer-wrap {
    position: relative;
    margin-top: -350px; /* negative value of footer height */
    height: 350px;
    clear: both;
    background: #000000 url(../img/footer.png) top repeat-x;
}

#footer-center {
    width: 900px;
    margin: 0 auto 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/*-------------------------------------
 *
 * LAYOUT AND RESETS
 *
 * */
p, .grey-middle ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.header {
    width: 100%;
    display: block;
    height: 90px;
	overflow:hidden;
}

.content {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.left {
    width: 235px;
    float: left;
    display: block;
}

.right {
    width: 665px;
    float: right;
    display: block;
}

.center {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
}

/*-------------------------------------
 *
 * HEADER AND TOP MENU
 *
 * */
#logo-img {
    margin-top: 28px;
    margin-left: 35px;
    float: left;
}

.header-menu {
    display: block;
    height: 90px;
    float: right;
}

.header-menu p a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #606160;
    font-size: 1.3em;
    margin:33px 7px 0 7px;
	word-spacing:-1px;
	letter-spacing:-1px;
	display:block;
}

.header-menu p a:hover {
    color: #0cb8d1;
}

/*-------------------------------------
 *
 * BETWEEN HEADER AND CONTENT
 *
 * */
#main-title-wrapper {
    height: 73px;
    width: 100%;
    display: block;
    background: #ffffff url(../img/middle-black-background.gif) top repeat-x;
}

#main-title-left {
    width: 244px;
    height: 73px;
    display: block;
    float: left;
    background: #ffffff url(../img/left-black-edge.png) top left no-repeat;
}

#main-title-right {
    width: 18px;
    height: 73px;
    display: block;
    float: right;
    background: #ffffff url(../img/right-black-edge.gif) top left no-repeat;
}

#main-title-center {
    float: left;
    height: 73px;
    width: 620px;
}

#main-title-center h1 {
    margin-top: 20px;
    text-align: center;
    font-size: 1.3em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: white;
}

#main-title-center h1 span {
    font-size: 70%;
    color: #0cb8d1;
}

#main-title-center h1 span#backslash {
    color: #666666;
}

/*-------------------------------------
 *
 * MAIN MENU
 *
 * */
#menu-middle {
    background: #000000 url(../img/menuback.png) bottom left repeat-x;
    width: 231px;
    display: block;
    float: left;
}

#menu-top {
    float: left;
    width: 231px;
    height: 20px;
    display: block;
    background: #ffffff url(../img/menutop.png) top left no-repeat;
}

#menu-bottom {
    margin-bottom: 10px;
    float: left;
    width: 231px;
    height: 24px;
    display: block;
    background: #ffffff url(../img/menubottom.png) top left no-repeat;
}


.menu-item {
    width: 201px;
    display: block;
    float: left;
    border-bottom: 1px solid #040b0c;
    padding: 2px 15px 2px 15px;
}

.menu-item p a {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 1.2em;
    color: #ffffff;
}

.menu-item p a#sub  {
    font-size: 1.1em;
    padding: 3px 10px 2px 10px;
    color: #c3eef4;
}


.menu-item p a:hover ,
.menu-item p a#sub:hover  {
    color: #0cb8d1;
}

#last-menu-item {
    border: none;
    margin-bottom: 0px;
}

#first-menu-item {
    margin-top: 0px;
}
.proiz-list {
    margin: 0px 10px 0px 20px;
    padding: 5px 0 5px 0;
    display: block;
    width: 100%;
}

.proiz-list a p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.7em;
    padding: 2px 4px 2px 4px;
    border: 1px solid #252b2c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #040809;
    color: #b4d7de;
    display: inline;
}

.proiz-list a:hover p {
    background: #0b1a1d;
    color: #0cb8d1;
}

p#proiz {
    font-size: 0.6em;
    color: #373d3e;
    font-style: italic;
    margin: 2px 0px 1px 20px;
}

#menu-middle h1 {
    color: #ffffff;
    margin: 0 0 10px 20px;
    font-size: 0.9em;
}

p#menu-small {
    color: #aeb0b1;
    margin: 0 20px 10px 20px;
    font-size: 0.8em;
}

#menu-middle input[type = text] {
    width: 150px;
    margin: 0 0 0 20px;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    padding: 3px 5px 3px 5px;
    border: 1px solid #252b2c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #091a1e;
    color: #b4d7de;
}

#menu-middle button {
    width: 70px;
    margin: 5px 20px 0 20px;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    padding: 3px 5px 3px 5px;
    border: 1px solid #6b7a7d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000708;
    color: #cfe2e6;
}

#menu-middle button:hover {
    background: #0b1a1d;
    color: #0cb8d1;
}

/*-------------------------------------
 *
 * CONTENT CONTEXT
 *
 * */
.grey-top {
    float: right;
    width: 653px;
    height: 18px;
    display: block;
    background: #ffffff url(../img/grey-top.gif) top left no-repeat;
}

.grey-middle {
    float: right;
    width: 653px;
    display: block;
    background-color: #edede0;
}

.grey-bottom {
    margin-bottom: 10px;
    float: right;
    width: 653px;
    height: 16px;
    display: block;
    background: #ffffff url(../img/grey-bottom.gif) top left no-repeat;
}

.grey-middle h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #3E3E3E;
    margin-left: 25px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #cdcdcd;
}

.grey-middle h2, .grey-middle h3, .grid a h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #009cb3;
    font-weight: normal;
    text-shadow: 1px 1px 0px #cdcdcd;
    margin-bottom: 10px;
}

.grey-middle h3 {
    font-size: 1.2em;
    margin-bottom: 4px;
}

.grey-middle p, .grey-middle ul li {
    color: #555555;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.grey-middle p span#error {
    background: #f8c8c8;
    font-size: 90%;
    font-style: italic;
    padding: 1px 2px 0px 2px;
    border-bottom: 1px solid #f78b8b;
}

.grey-middle blockquote p {
    font-family: georgia, times;
    color: #444444;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0ce;
    border-top: 1px solid #e0e0ce;
    margin: 0px 10px 10px 10px;
    font-style: italic;
    letter-spacing: 1px;
}

.grey-middle ul {
    margin: 0 20px 10px 30px;
    list-style: square;
}

.grey-middle ul li {
    margin-bottom: 0;
}

.grey-middle p a, .grey-middle blockquote a, .grey-middle ul li a, .grey-middle h2 a, .grey-middle h3 a {
    border-bottom: 1px solid #d0e9ed;
    color: #008ba0;
}

.grey-middle p a:hover, .grey-middle blockquote p a:hover, .grey-middle h2 a:hover, .grey-middle h3 a:hover, .grey-middle ul li a:hover {
    border-bottom: 1px solid #aaaaaa;
    color: #aaaaaa;
}

.grey-left {
    margin: 10px 20px 0px 25px;
    width: 380px;
    display: block;
    float: left;
}
.grey-right-container{
	float:right;
	display:block;
	width:227px
}

.grey-right {
    margin: 10px 20px 10px 0;
    padding: 0 0 0 20px;
    width: 187px;
    display: block;
    float: right;
    border-left: 1px solid #e0e0ce;
}

.grey-right a {
    display: block;
    border: 1px solid #d0e9ed;
    background: #ddfaff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;
}

.grey-right a:hover {
    border: 1px solid #d0e9ed;
    background: #d0e9ed;
}

.grey-right a p#image-small {
    margin-bottom: 0;
    color: #666666;
    font-size: 12px;
    font-style: italic;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.grey-left table tr td, .grey-center table tr td {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 3px 5px 3px 5px;
    background: #fafaed;
    color: #666666;
    font-size: 12px;
    border: 1px solid #dfdfd3;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.grey-left table tr#top-price td {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 9px 5px 9px;
    background: #c0ffb7;
    color: #444444;
    font-size: 18px;
    border: 1px solid #afe9a6;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.grey-left table tr#top-line td {
    font-size: 60%;
    font-style: italic;
    color: #888888;
    background: #edede0;
}

.grey-left table {
    margin-bottom: 10px;
}

.grey-center table tr td a {
    color: #0c8597;
}

.grey-center table tr td a:hover {
    color: #aaaaaa;
}

.grey-center {
    margin: 5px 25px 10px 25px;
    border-top: 1px solid #e0e0ce;
    display: block;
    float: left;
    width: 600px;
    padding-top: 15px;
}

/*-------------------------------------
 *
 * CONTENT FORMS CONTEXT
 *
 * */
.grey-middle input[type = text], .grey-middle select, .grey-middle textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 3px 5px 3px 5px;
    background: #fafaed;
    color: #666666;
    font-size: 16px;
    border: 1px solid #dfdfd3;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    width: 300px;
}

.grey-middle select{
	width: 320px;
	display:block;
}

.grey-middle textarea {
    font-size: 12px;
    height: 200px;
}

.grey-middle form p {
    margin: 4px 0 4px 0;
    font-size: 1em;
    color: #333333;
}

.grey-middle button {
    font-size: 16px;
    display: block;
    border: 1px solid #d0e9ed;
    background: #eaf5f7;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0 5px 0;
    color: #0c8597;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.grey-middle button:hover {
    border: 1px solid #d0e9ed;
    background: #d0e9ed;
    color: #3E3E3E;
}

div#error-div, div#success-div {
    width: 60%;
    padding: 20px;
    font-size: 110%;
    font-style: italic;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
}

div#error-div {
    background: #f8c8c8;
    border: 1px solid #f78b8b;
}

div#success-div {
    background: #e2f7df;
    border: 1px solid #9af78b;
}

div#error-div p, div#success-div p {
    padding: 0;
    margin: 0;
}

/*-------------------------------------
 *
 * GRID CONTEXT
 *
 * */
#no-border-center {
    border: none;
    padding-top: 0;
}

.grid  {
    display: block;
    margin: 3px 8px 7px 2px;
    width: 187px;
    height: 195px;
    float: left;
    overflow: hidden;
}

.grid  .grid-img {
    width: 175px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #d0e9ed;
    background: #f1fdff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display:block;
}

.grid a:hover .grid-img {
    border: 1px solid #d0e9ed;
    background: #d0e9ed;
}

.grid .grid-img img {
    margin: auto;
    display: block;
}
.grid h3{margin:0;}
.grid  h3 a {
    font-size: 90%;
    margin: 0;
	display:block;
	border:none;
	padding: 2px 3px 0 3px;
}

.grid p span {
    font-family: georgia, times;
    font-style: italic;
    font-size: 110%;
    color: #444444;
}

.grid  p {
    padding: 0 3px 0 3px;
	margin:0;
}

 .grid  h3 a:hover {
    color: #666666;
	border:none;
}

/*-------------------------------------
 *
 * FOOTER CONTEXT
 *
 * */

.footer-bottom{
	width:900px;
	height:220px;
	display:block;
}

.footer-top{
	width:900px;
	height:130px;
	display:block;
}

.footer-top h1{
	color:#ffffff;
	padding: 18px 20px 10px 20px;
}

.footer-top p a{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    padding: 2px 4px 2px 4px;
    border: 1px solid #252b2c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #040809;
    color: #b4d7de;
    display:block;
	float:left;
	margin: 2px;
}
.footer-top p a:hover{
	    background: #0b1a1d;
    color: #0cb8d1;
}

.footer-segment {
    width: 33.3%;
    height: 220px;
    float: left;
    display: block;
}

.footer-segment h1 {
    margin: 10px 20px 10px 20px;
    color: #ffffff;
}

.footer-segment p {
    color: #aeb0b1;
    margin: 5px 10px 5px 10px;
    line-height: 1.4em;
    font-size: 0.8em;
}

.footer-segment p a {
    border-bottom: 1px solid #252b2c;
    background: #040809;
    color: #b4d7de;
    background: #0b1a1d;
}

.footer-segment p a:hover {
    background: #0b1a1d;
    color: #0cb8d1;
}

.footer-segment p img {
    background: none;
    border: none;
    margin-bottom: -3px;
}

#footer-news p a {
    background: none;
    font-size: 1.2em;
}

#footer-news span {
    font-size: 0.7em;
    color: #373d3e;
    font-style: italic;
}


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



