/*----------------- Global Tags ---------------------*/
* {
	padding:0;
	margin:0 auto;
	font-family:Tahoma, serif;
}
body {
    color:#777f7d;
	font-size:11px;
	background-color:#FFF;
	width:990px;
}
.clearing {
    clear:both;
}
img {
	border:0;
}
a {
    color:#75a8d5;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
h3{
    background:url('/static/images/h3_background.gif') no-repeat;
    padding:19px 20px 8px 20px;
    *padding:18px 20px 10px 20px;
    color:#ff5d2b;
    font-size:12px;
    font-weight:bold;
}
h1 {
    font-size:14px;
    color:#2973b3;
    padding:6px 0;
    margin-bottom:7px;
}
h2 {
    color:#ff5d2b;
    font-size:12px;
    font-weight:bold;
}

/*--------------------------- Header ----------------------*/
#header {
    height:107px;
    background:url('/static/images/tile-header.gif') repeat-x;
}
.logo {
	margin:25px 0 0 18px;
	float:left;
}
.banner {
	float:right;
	margin:24px;
}

/*----------------------- Footer -----------------------*/
#footer {
    background-color:#FFF;
    border-top:2px solid #e6e6e6;
    margin:10px 18px 0 18px;
}
.footer_links {
    float:left;
    font-weight:bold;
    color:#c6c6c6;
    padding:18px 0 0 20px;
}
.footer_links span{
    border-right: solid 1px #c6c6c6;
    padding-left:15px;
}
.footer_links a{
    font-weight:normal;
}
.copyrights {
    padding:10px 0 0 20px;
    float:left;
    color:#c6c6c6;
}
.description {
	padding:10px 20px 0 0;
	float:right;
    color:#c6c6c6;
}
.description a{
    color:#c6c6c6;
    text-decoration:none;
}
.description a:hover{
    text-decoration:underline;
}

/*--------------------- Columns ----------------------*/
#wrapper {
	background-color:#FFF;
}
#left_column {
    margin-top:15px;
    float:left;
    width:205px;
    margin-left:5px;
}
html>body #left_column{
    margin-left:10px;
}
#middle_column {
    margin-top:15px;
    float:left;
    margin-left:20px;
    width:550px;
    background-color:white;
}
#middle_column p{
    text-align:justify;
}
#right_column {
    margin-top:14px;
    float:right;
    margin-right:5px;
    width:175px;
}
html>body #right_column {
    margin-right:10px;
}
#middle_column ul {
	padding:10px 0 10px 16px;
}

/*------------------------- Block --------------------------*/
.action_errors {
    font-size:16px;
    color:red;
    margin:8px;
}
.validation_errors {
    color:red;
	float:right;
}

/*----------------------- Template Preview ----------------------*/
.template{
    width:155px;
    background:url('/static/images/template_background.png') no-repeat;
    height:268px;
    text-align:center;
    float:left;
}
.thumbnail {
    height:155px;
    text-align:center;
}
table{
    width:145px;
}
.template a{
    margin:0;
}
.template .links {
	background:#ff5d2b;
	color:white;
    padding:5px;
	margin:0 4px 5px 4px;
    text-align:center;
}
.template .links a {
	color:white;
	font-weight:bold;
    padding:0 10px;
}
.template .info {
    padding:2px 5px 5px 15px;
    height:65px;
    text-align:left;
}
.template .info a {
	color:#75a8d5;
	font-weight:normal;
}
.view_templates{
   	width:155px;
	margin:2px 8px 0 12px;
	text-align:center;
	float:left;
}
html>body .view_templates{
    margin:15px 7px 10px 18px;
    *margin:2px 8px 0px 12px;
}
.browse_all{
    clear:both;
    font-weight:bold;
    text-align:right;
    margin-top:15px;
    margin-bottom:15px;
    padding:0 21px 5px 0;
}
html>body .browse_all{
    padding:0 16px 5px 0;
}

/*------------------- Template Container ----------------------*/
.template_container {
    text-align:right;
    margin-bottom:10px;
}
.pager {
    margin:10px 20px 10px 0;
}
html>body .pager {
    margin:5px 20px 5px 0;
    *margin:10px 20px 10px 0;
}
.pager a {
	margin:0;
	font-weight:normal;
}
.avatar img{
	width:60px;
	height:60px;
    float:right;
    margin-right:183px;
    *margin-right:178px;
    vertical-align:bottom;
}

/*------------------------ Antispam System ------------------------*/
.validator{
    display:none;
}
.imageGenerator{
    float:right;
    border:1px solid black;
}
.antispam_system{
    margin-top:13px;
    float:right;
    margin-bottom:15px;
    width:335px;
}
.form_message {
    color:red;
}
.antispam{
    float:left;
    width:116px;
}

/*------------------------ Contacts Live Chat --------------------*/
.live_chat{
	padding:0 5px 20px 0;
}
.live_chat a{
    padding:0;
}
.live_chat img{
	margin:15px 0 0 0;
}
.ttfield {
    display: none;
}