/*
 * Author : Sergios Singeridis
 * Contact : Email: info@singeridis.com
 * File Name : style.css
*/

/* ========== Styling all elements */
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;}
input{vertical-align:middle;}

.floatleft		{float:left !important;}
.floatright		{float:right !important;}

/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after	{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix		{display:inline-block;}
/* Hide from IE Mac \*/.clearfix{display:block;}/* End hide from IE Mac */

/* ========== BODY */
body{
margin:0;
padding:0;
background:#fff;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

/* ========== WRAPPER */
#wrapper{
width:749px;
margin:0 auto;
}

/* ========== HEADER */
#header{
height:111px;
position:relative;
background:url(images/img_02.jpg) right bottom no-repeat;
border-bottom:1px solid #fff;
}

/* ========== LOGO */
#header h1 a{
width:294px;
height:111px;
position:absolute;
left:0;
top:0;
background:url(images/v2r_logo.gif) left top no-repeat;
display:block;
text-indent:-2000em;
}

/* ========== MAIN NAV */
#main_nav{
height:25px;
background:#f7c614;
border-bottom:1px solid #fff;
clear:both;
}

#main_nav ul{
line-height:25px;
height:25px;
font-size:11px;
color:#000;
float:right;
padding-right:30px;
}

#main_nav ul li{
float:left;
list-style:none;
}

#main_nav ul li a{
color:#000;
text-decoration:none;
font-weight:bold;
margin-left:5px;
margin-right:5px;
}

#main_nav ul li a:hover{
color:#000;
text-decoration:underline;
}

/* ========== CONTENT WIDE */
#content{
width:508px;
float:right;
padding-top:25px;
}

.wide{
width:429px !important;
padding-left:320px !important;
}

.v2r{
height:315px;
background:url(images/img_03.jpg) left top no-repeat;
}

#content h2{
font-weight:normal;
color:#2b547e;
margin-bottom:15px;
font-size:17px;
}

#content p{
margin-bottom:15px;
color:#000;
line-height:17px;
text-align:justify;
}

#content ul{
margin-bottom:15px;
}

#content a{
color:#2B547E;
font-weight:normal;
text-decoration:none;
}

#newslinks a{
color:#2b547e;
font-weight:normal;
}

#newslinks a:hover{
color:#2b547e;
text-decoration:underline;
}


#content ul li{
font-size:11px;
margin-bottom:10px;
}

#content ul li a{
color:#000;
text-decoration:none;
font-weight:bold;
}

#content ul li a:hover{
color:#000;
text-decoration:underline;
}

#blue_list li a{
background:url(images/blue_list.gif) left 3px no-repeat;
list-style:none;
padding-left:10px;
}

#red_list li a{
background:url(images/red_list.gif) left 3px no-repeat;
padding-left:10px;
}

/* ========== SIDEBAR */
#sidebar{
width:217px;
float:left;
}

#sidebar p{
font-size:11px;
line-height:35px;
text-align:center;
}

#sidebar h3{
font-size:11px;
color:#fff;
background:#666;
height:35px;
line-height:35px;
padding-left:20px;
font-weight:bold;
}

#sidebar ul{
background:#efe7cf;
border-bottom:10px solid #e3d7ae;
padding:5px 10px;
margin-bottom:10px;
}

#sidebar ul li{
font-size:10px;
list-style:none;
line-height:24px;
}

#sidebar ul li a{
color:#333;
text-decoration:none;
background:url(images/red_list.gif) left 3px no-repeat;
padding-left:10px;
}

#sidebar ul li a:hover{
color:#333;
text-decoration:underline;
}

#sidebar ul li ul{
border:none;
padding-top:0;
padding-bottom:0;
margin:0;
}

/* ========== FOOTER */
#footer{
border-top:1px solid #000;
padding:10px;
}

#footer p{
color:#000;
font-size:11px;
}

#footer a{
color:#000;
font-weight:bold;
text-decoration:none;
}

#footer a:hover{
color:#000;
font-weight:bold;
text-decoration:underline;
}