@CHARSET "UTF-8";

body {
    font: 12px georgia,"times new roman",times,serif;
    color:#404040;	
    background-image: url("../img/stripe1.png");
    margin:0;
	padding:0;
	height:100%; 
}

a {
	color:#004276;
	text-decoration:none;
}
a:visited {
    color:#004276;
}

a:hover {
    text-decoration:underline;
}

p {
    margin:0;
}

h1 {
    color:#004276;
    font-weight: bold;
    font-size:15px;
    text-transform: uppercase;  
    /*margin:0;*/
}

h2 {
	color:#004276;
    font-weight: bold;
    font-size:12px;
    text-transform: uppercase;	
    /*margin:0;*/
}

#layout {
    width:900px;
    height:800px;
    margin:0 auto;
}

#header {
    width:900px;
    height:90px;
    margin-top:20px;
    text-align:center;
    border: 1px solid #D3D3D3;
    vertical-align: text-bottom;
    
    display:block;
    background-color: #C2BAA5;
    color:#FFFFFF;
}

#menu {
    margin:0 auto;
    width:400px;
    height:30px;
    padding:2px 0 0 0 ;
}
#menu ul{
    list-style:none outside none ;
    text-align:center;
    margin:0;
    padding:0;
}
#menu li {
    float:left;
    border: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    padding:5px;
    margin:0 30px 0 30px;
    display:list-item;
}
#menu li img {
    vertical-align: text-bottom;
}
#menu li a {
    text-decoration: none;
    color: #404040;
}

#content {
    float:left;
    margin:0;
}

#content_left{
	padding:20px;
    width:626px;	
    border: 1px solid #D3D3D3;
    float:left;
    display:block;
    background-color: #FFFFFF;
}

#content_right{
	margin-left:10px;
    width:180px;    
    border: 1px solid #D3D3D3;
    float:left;
    padding:20px;
    display:block;
    background-color: #FFFFFF;
}

ul.basic_list  {
	list-style:square ;
	padding-left:15px;
}
ul.basic_list li{
    margin-bottom:10px;
}

table.prices td{
	border-bottom: 1px solid #D3D3D3;
	height:25px;
}

td.form_label {
    width:150px;
    border-bottom:1px solid #D3D3D3;
}

td.form_input {
    width:400px;
}

td.form_input input{
    width:300px;
    border:1px solid #004276;
}

td.form_input textarea{
    width:400px;
    height:200px;
    border:1px solid #004276;
}

.button{
	height:25px;
    border:1px solid #004276;
    background-image: url("../img/icon_mail.gif");
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left:25px;
}

.confirm {
    background-color: #D3D3D3;
    padding:10px;
}

img.picture {
	border:1px solid #404040; 
	padding:1px;
}
