@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position-y: top;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

#shell{
	margin:0px auto;
	width:1000px;
	text-align: left;
}

table{
	border-collapse: collapse;
}

tr{
	vertical-align:top;
}

td{
	padding:0px;
}

ul{
	line-height:150%;
	color:#333;
}

/* CONTENT */
.title{
	font-size:24px;
	font-weight:bold;
	color:#333;
}

.content{
	text-align:justify;
	font-size:14px;
	line-height:175%;
	color:#666;
	margin-right: 30px;
}

.legal_title{
	font-size:14px;
	font-weight:bold;
	color:#333;
}

.spec_table
{
    border-color::#87A1C4;
    border-width: 3px;
    border-style: solid;
}

.spec_title_td
{
    border-color:#87A1C4;
    border-width: 3px;
    border-style: solid;
    margin: 0;
    padding: 10px 5px;
    background-color:#87A1C4;
	color:#FFF;
}

.spec_td
{
    border-color:#87A1C4;
    border-width: 3px;
    border-style: solid;
    margin: 0;
    padding: 10px 5px;
    background-color:#FFF;
}

/* NEWSLETTER */
#newsletter{
	padding:0px 0px 0px 27px;
}

.newsletter_label{
	font-size:11px;
	color:#666;
	padding:0px;
}

.newsletter_box{
	font-size:10px;
	height:15px;
	color:#666;
}

.newsletter_button{
	font-size:10px;
	color:#666;
}

/* FOOTER */
.p_footer{
	text-align:right;
	font-size:11px;
	color:#999;
}

.leftmargin{
	text-align:left;
	font-size:12px;
	line-height:175%;
	color:#666;
	margin-right: 30px;
}

.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 5;
	margin-bottom: 5;
	text-align:right;
}

.sideMenu{
	background-image:url(images/icon_LED.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:18px;
	line-height:130%;
	padding-left:20px;
}

.sideLink{
	text-decoration:none;
	color:#FFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}