body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Sans-serif;
}

a:active, a:hover {
	text-decoration: underline;
	color: #2462be;
}

#wrap {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font: 11px Helvetica, Arial, Sans-serif;
}

#footer {
	padding-top:2em;
	height: 150px;
	background: transparent url('../images/global/swan.jpg') no-repeat center 70px;
	font: 11px Helvetica, Arial, Sans-serif;
	color:#545454;
}

#footer ul li {
	display: inline;
	margin-right: 2em;
	margin-left: 2em;
}

#footer p {
	color:#c0c0c1;
	margin-top:1.5em;
}

#footer a {
	color:#545454;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

td.left_data
{
    border-color: #DDDDDD;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 5px;
}

td.data
{
    border-color: #DDDDDD;
    border-width: 0 1px 1px 0;
    border-style: solid;
    margin: 0;
    padding: 5px;
}

th.left_header
{
    border-color: #DDDDDD;
	border-width: 1px;
    border-style: solid;
    margin: 0;

	color: #cccccc;
	padding: 5px;
}

th
{
    border-color: #DDDDDD;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    margin: 0;

	color: #cccccc;
	padding: 5px;
}

p
{
	margin: 0px 0px 10px 0px;
}

h1
{
	
	clear: both;
	text-transform: uppercase;
	color: #3f95ce;
	font-size: 14px;
	margin: 30px 0px 5px 0px;
}

h3
{
	
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	margin: 30px 0px 5px 0px;
}

.description
{
	margin: 5px 10px 5px 10px;
}

/* contact us */

.address {
	width: 200px;
	line-height: 150%;
	float: left;
	padding-left: 60px;

}

.address a:link, .address a:visited {
	color: #2462be;
	font-weight: bold;
	text-decoration: none;
}

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

.pricelist
{
	clear: both;
	width: 400px;
	line-height: 150%;
	padding: 15px 0px 0px 60px;
}

.pricelist a:link, .pricelist a:visited {
	color: #2462be;
	font-weight: bold;
	text-decoration: none;
}

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

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#signup_wrap
{
	overflow: auto;
	height: 375px;
	width: 700px;
}

#swan {
	width: 65px;
	height: 85px;
	color: #545454;
}

#copyright {
	color: #545454;
}


a {
	color:#3f95ce;
	text-decoration: none;
}

a:hover {
	color:#3f95ce;
	text-decoration: underline;
}