/* Flspecialista Blue CSS */

/* --- Basic Div Properties --- */

#container {
background-color: #E5EEF4;
color: #003556;
}

#top {
background-image: url(../../../img/top_blue.png);
}

#header {
background-image: url(../../../img/header_blue.png);
}

#leftcol {
background-image: url(../../../img/leftcol_blue.png);
background-position: 0 0;
background-repeat: no-repeat;
}

#rightcol {
background-image: url(../../../img/rightcol_blue.png);
background-position: 0 0;
background-repeat: no-repeat;
}

#footer {
background-image: url(../../../img/footer_blue.png);
background-position: 0 0;
background-repeat: repeat-y;
}

/* --- Contact Information --- */

#contactinfo {
color: #E5EEF4;
}

/* --- Top Navigation Buttons  --- */

a.homebutton {
background: url(../../../img/home_blue.gif)
}

a.emailbutton {
background: url(../../../img/email_blue.gif)
}

/* --- Topmenu --- */

#topmenu ul li a:hover {
color: #FF6A00;
}

.submenu {
border: 1px solid #003556;
}

.submenu li a {
color: #003556;
}

.submenu li a:hover {
color: #FF6A00;
}

/* --- Newsletter --- */

input.textfield {
border: 1px solid #003556;
}

input.button {
background: url(../../../img/sendbutton_blue.png) 0 0 no-repeat;
}

/* --- Content --- */

#content a:link {
	text-decoration: none;
	color: #003556;
}

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

#content a:hover {
	text-decoration: none;
	color: #FF6600;
}

/*
#content a.bordered {
display: block;
margin: 10px;
height: 170px;
border-top: 1px dashed #003556;
border-bottom: 1px dashed #003556;
color: #003556;
text-decoration: none;
}

#content a.bordered:hover {
color: #FF6A00;
}*/

