/* CSS Document */

/* Colors values are as follows: Dark Grey #4F4F4F, red #CF1D24, white #ffffff, black #000000, light grey #D9D9D9*/

/* Set the main background color, font color (dark grey), font size etc here*/
body {
background-color: #D3D3D3;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #4F4F4F;
text-align: center;
}

/* This set the the generic link to dark grey with and underline and then a hover state of red */
A {
color: #4F4F4F;
text-decoration: underline; }
A:hover {
text-decoration: none;
color: #CF1D24; } 

/* These are all the different header style in white, red and black and large medium and small, the small is the same size as the generic font size.*/
.header_white_large {
font-size: 17px;
color: #FFFFFF;
line-height: 24px;}
.header_red_large {
font-size: 17px;
color: #CF1D24;
line-height: 24px;}
.header_black_large {
font-size: 17px;
color: #000000;
line-height: 24px;}
.header_white_medium {
font-size: 15px;
color: #FFFFFF;
line-height: 24px;}
.header_red_medium {
font-size: 15px;
color: #CF1D24;
line-height: 24px;}
.header_black_medium {
font-size: 15px;
color: #000000;
line-height: 24px;}
.header_white_small {
font-size: 12px;
color: #FFFFFF;
line-height: 24px;}
.header_red_small {
font-size: 12px;
color: #CF1D24;
line-height: 24px;}
.header_black_small {
font-size: 12px;
color: #000000;
line-height: 24px;}

/* Header setting for the services boxes, including the white border at the bottom */
.header_services {
font-size: 17px;
color: #ffffff;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
padding-bottom: 5px;
border-bottom: 1px solid #ffffff;}

#wrapperbackground {
width: 979px;
background-image:url(/../images/wrapper_background.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
background-color: #D3D3D3;
}

#wrapper {
width: 960px;
margin: 0px auto;
background-color: #FFFFFF; /*white*/
text-align: left;
}

/*Header starts here */
#header { }
#logo_language_wrapper { }
#logo { 
margin: 0px; 
background-image: url(../images/logo.jpg); 
margin-top: 10px; 
margin-left: 10px;
height: 80px; 
width: 179px; 
background-repeat: no-repeat;
float: left; }
#language {
padding-top: 10px;
padding-right: 10px;
float: right;}

/*Navigation Starts Here*/
#navigation {
clear: both;
text-align: right;
height: 20px;
color: #CF1D24;
padding-right: 5px;}

#navigation a { 
text-decoration: none; 
color: #4F4F4F; 
font-size: 13px; 
font-weight: 600; 
padding-left: 5px; 
padding-right: 5px;}
#navigation a:hover {
text-decoration: underline;
color: #CF1D24; }
.nav_current { 
font-weight: 600; 
text-decoration: none; 
color: #CF1D24; 
font-size: 13px;
}

/*Main Content Starts here*/
#main {
margin-left: 10px;
margin-right: 10px;}
#mainphoto {
margin-top: 5px;
width: 940px;
height: 192px;
background-image: url(../images/home_mainimage.jpg); /*change the url for the main image here*/
background-repeat: no-repeat;}




#contentwrapper{ }

#breadcrumbs {
border-bottom: 1px solid #D9D9D9;
height: 20px;
}

#left {
float: left;
width: 690px;}

#leftnav {
float: left;
width: 170px;
padding-left: 10px;
padding-top: 10px;
}

/* This sets the link styles for the left hand navigation*/
#leftnav a {color: #CF1D24; text-decoration: underline;}
#leftnav a:hover {color: #CF1D24; text-decoration: none;}

#leftnavitems {
display: block;
list-style-type:none;
padding-left: 20px;
margin: 0px;
}

/* This change the sub navigation items in the left hand nav change back to black and leaves the each of the services in red*/
#leftnavitems a {
color: #000000;
}
#leftnavitems a:hover {
color: #CF1D24;
}

/* This gives the sub navigation items a bit of padding at the bottom */
#leftnavitems li {
padding-bottom: 5px;}

/* This is what make the current page have the arrow beside it, you can change this image to suit*/
.current { list-style-image:url(../images/right_nav_bullet.jpg); list-style-type: square; list-style-position: outside; }

/* This is the main content with a small amount of padding and a border on both the right and left hand sides*/
#maincontent {
width: 480px;
float: left;
padding: 10px;
border-left: 1px solid #D9D9D9;
border-right: 1px solid #D9D9D9;
}

#topten li {
list-style-type:circle;
list-style-image:url(../images/right_nav_bullet.jpg);
padding-bottom: 10px;
}

ol {
color: #CF1D24;
font-size: 14px;
font-weight: bold;
}

ol p { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #4F4F4F;
font-weight: normal;}

#topten_ordered li {
list-style-type: decimal;
padding-bottom: 10px;
}
#banner1 {
width: 245px;
height: 145px;
margin-bottom: 10px;
}
#banner2 {
width: 245px;
height: 145px;
}


/* You can change the font size of the intro here and if you do then change the line height to suit also */
#intro {
height: 95px;
font-size: 14px;
line-height: 18px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;}

#services { 
height: 200px;}
.services_description {
padding-left: 15px;
padding-right: 8px;
padding-top: 15px;}

.more1 {
margin-right: 35px;
margin-top: 10px; 
text-align: right;}
.more1 a { color: #FFFFFF }
.more1 a:hover { color: #FFFFFF; text-decoration: none; }

.more2 {
margin-right: 20px;
margin-top: 10px; 
text-align: right;}
.more2 a { color: #FFFFFF }
.more2 a:hover { color: #FFFFFF; text-decoration: none; }


#consultancy {
width: 218px;
height: 200px;
float: left;
background-image: url(../images/consultancy_bg.jpg); /* This is where the image in the services boxes comes in*/
background-repeat: no-repeat;
color: #FFFFFF}

#webdesign {
width: 218px;
height: 200px;
float: left;
margin-left: 10px;
background-image: url(../images/webdesign_bg.jpg);
background-repeat: no-repeat;
color: #FFFFFF}

#onlinemarketing {
width: 218px;
height: 200px;
float: left;
margin-left: 10px;
background-image: url(../images/onlinemarketing_bg.jpg);
background-repeat: no-repeat;
color: #FFFFFF}

#right{
float: left;
width: 245px;
height: 300px;
padding-top: 10px;
margin-bottom: 10px;
margin-left: 5px;}


/* This sets the style for the recent projects section, or what ever you change it too - Make sure you dont change the width*/
#recentprojects { }
/*This is the image for the recent projects - change to suit what ever image you want, dependinng on what you change the section to*/
#recentprojectspic_temp {
background-image:url(../images/temp_recentpropic.jpg);
background-repeat: no-repeat;
width: 245px;
height: 100px;
padding-bottom: 15px;
}

#rightside_content {
border-top: 1px solid #CF1D24;
border-bottom: 1px solid #CF1D24;
padding-top: 15px;
height: 258px; }
/* clients' presentatons*/

#cliente {
height:80px;
width:480px;
margin-bottom:10px;
}

#logo_cliente {
height:70px;
width:180px;
float:left;
}

img.logo_cliente {
margin-left:10px;
height:70px;
}

#link {
height:80px;
width:300px;
float:left;
}

p.link {
margin-left:10px;
margin-top:15px;}

/* All the footer styles start here, but you probably wont have to change them*/
#footer {
clear: both;
width: auto;
height: 20px;
padding-top: 10px;
border-top: 1px solid #D9D9D9;
margin-left: 10px;
margin-right: 10px;}

#copyright { 
float: left;
text-align: left;
width: 570px;
}
#bottomnav {
float: left;
}
#bottomnav a {
text-decoration: none; 
color: #4F4F4F;
padding-left: 3px;
padding-right: 3px;
}
#bottomnav a:hover {
text-decoration: underline;
color: #CF1D24;
}

/* This is what give the rounded corner on the bottom */
#wrapper_bottom {
background-image: url(../images/wrapper_bottom.jpg);
background-repeat: no-repeat;
width: 979px; 
height: 14px;
clear: both;
}

