@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
}

#container {
    margin: auto;
    width: 824px;	
}

#header {
    height: 252px;
    width: 792px;
}

#logo {
    height: 194px;
    background: url('../img/header2.jpg') no-repeat;
}

#menu {
    height: 58px;
    background: url('../img/menu_bg.png') repeat-x right;
}

#menu ul, #menu ul li {
    margin: 0;
 
    padding: 0;
    display: block;
    list-style: none;
    float: left;
    height: 58px;
        position: relative;
}

#menu ul a:link, #menu ul a:visited {
    text-decoration: none;
    display: block;
    background: url('../img/menu_btn_inactive.png') no-repeat right;
    color: #333;
    width: 113px;
    height: 38px;
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}

#menu ul a:hover {
    background: url('../img/menu_btn_active.png') no-repeat right;
}

#menu ul a.active {
    color: red;
}

.shadow #panel {
    height: 30px;
    background: url('../img/container_title_bar.png') repeat-x;
    font-weight: lighter;
    padding: 10px 0 0 10px;
    color:#333;
    font-size: 16px;
}

#sequencer {
    float:left; 
    height: 200px;
}

#sequencer2 {
    height: 200px;
    margin-left: 560px;
}

#offer {
    margin-left: 560px;
}

#offer ul, #offer ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#offer ul li {
    width: 190px;
    background: url('../img/offer_separator.png') no-repeat left bottom;
}

#offer ul li p {
    padding: 9px;
    padding-left: 25px;
    margin: 0;
}

#offer ul a:link, #offer ul a:visited {
    display: block;
    color: black;
    text-decoration: none;
    padding: 9px;
    padding-left: 25px;
}

#offer ul li a:hover {
    text-decoration: none;
    background: url('../img/offer_rollover.png') repeat-y right;
}

#offer ul a.active {
    color: red;
}

#content p {
    text-align: justify;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

#content.contact {
    float:left; 
    width:380px; 
    height: 200px;
}

#content p.company {
    color:red; 
    font-size: 17px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#list ul, #list ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#list ul {
    padding-bottom: 30px;
}

#list h1 {
    margin: 0;
    padding-top: 23px;
    font-size: 16px;
    color: red;
}

#list ul li {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
    background: url('../img/list_separator.png') no-repeat right bottom;
    overflow: hidden;
}

#list ul li:hover, #list ul li.active {
    background: url('../img/list_separator.png') no-repeat right bottom, url('../img/list_rollover.png') repeat-y right;
}

#list ul li p.link {
    text-align: right;
    margin-top: 30px;
}

#list a:link, #list a:visited {
    color: black;
    text-decoration: none;
}

#list a.nav{
    position:relative; 
    top:-5px;
    padding:3px;
}

#list #nav_box {
    text-align: center;
    margin-bottom:20px;
}

#list ul a:hover {
    color: red;
}

#list ul img, #images img {
    float: left;
    margin-right: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-color: blue;
    border-style: solid;
    border-width: 1px;
}

#images {
 
    overflow: hidden;
    margin:0;
    margin-left: 40px;
    margin-bottom: 30px;
}

#list.left_box {
    float: left;
    width: 530px;
}

#list.left_box ul li {
    background: url('../img/list_ref_separator.png') no-repeat right bottom;
}

#list.left_box ul li:hover {
    background: url('../img/list_ref_rollover.png') repeat-y right bottom, url('../img/list_ref_separator.png') no-repeat right bottom;
}

#footer {
    clear: both;
    font-size: 13px;
    background: #fff;
}

#footer #panel {
    border: solid #336699 1px;
    text-align: center;
    height: 30px;
    font-size: 13px;
    padding: 10px 0 0 10px;
}

#footer p {
    text-align: center;
    padding-bottom: 15px;
}

#qform {
    margin: 30px;
}

#qform div {
    margin: 0px 0px 20px 0px;
}

#qform label {
    display: block;
    font-size: 17px;
}

#qform textarea {
    width: 600px;
    border: none;
    border-top: 2px solid #b4b4b4;
    border-left: 2px solid #b4b4b4;
    background: #e8e8e8;
    color: #333;
}

#qform input[type=text] {
    padding: 2px;
    width: 600px;
    border-top: 2px solid #b4b4b4;
    border-left: 2px solid #b4b4b4;
    background: #e8e8e8;
}

#qform input[type=submit] {
    background: url('../img/qform_button.png') no-repeat;
    width: 98px;
    height: 26px;
    margin-left: 510px;
}

.shadow_box {
    margin: 16px;
    border: 1px solid #4b5673;
    box-shadow: 0 0 25px 0px #999;
}

.redline {
	border-left-color: red;
	border-left-style: solid;
}

.shadow, .shadow_header, .shadow_footer {
	padding: 16px;
}

.shadow {
	background: 
		url('../img/sh_lt.png') no-repeat left top,
		url('../img/sh_rt.png') no-repeat right top,
		url('../img/sh_lb.png') no-repeat left bottom,
		url('../img/sh_rb.png') no-repeat right bottom,
		url('../img/rl.jpg') repeat-y 13px,
		url('../img/sh_t.png') repeat-x top,
		url('../img/sh_b.png') repeat-x bottom,
		url('../img/sh_r.png') repeat-y right, 
		url('../img/sh_l.png') repeat-y left;
}

.shadow_header {
	padding-top:0px;
	background: 
		url('../img/sh_lb.png') no-repeat left bottom,
		url('../img/sh_rb.png') no-repeat right bottom,
		url('../img/sh_b.png') repeat-x bottom,
		url('../img/sh_r.png') repeat-y right, 
		url('../img/sh_l.png') repeat-y left;
}

.shadow_footer {
    padding-bottom: 0;
    margin-bottom: 0;
}