@import "style_ie6.css"; 

/* style.css
copyright 2007 Raphael Haefeli - All Rights Reserved
*/


/* --------------universal----------------*/

.switch{
	float: right;
	background: #333;
	border: 1px solid #FFF;
	padding: 2px;
	color: #999;
}

.switch a:link{
	color: #FFF;
}

.switch a:hover{
	color: #FFF;
	text-decoration: underline;
}
.switch a:visited{
	color: #FFF;
}

body {
	text-align: center;
	font: 11px "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #666;
	background: #666;
}

#container {
	margin:0px auto;
	text-align:left;
	width: 885px;
	padding-top: 10px;
}


#container #banner_top {
	height: 105px;
	width: 855px;
	padding: 15px;
	background: url(../images/design/bg_banners.jpg);
}


#container #header {
	background: #FFFFFF url(../images/design/bg_top.gif) no-repeat;
	height: 70px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;

}

#container #header h1 a #gotohome{
	position: absolute;
	width: 300px;
	height: 50px;
	background-image:url(../images/design/logo.jpg);
}

#container #footer {
	background: #FFFFFF url(../images/design/bg_bot.gif) no-repeat;
	height: 50px;
	position: relative;
	left: 1px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}


ul{
	list-style-image:url(../images/design/bullet.jpg);
	list-style-type: circle;
}

	
li{
	padding-left:1px;
	margin-left:-20px;
}

h4{
	font-size:11px;
}

br {
	line-height: 8px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
	
.center{
	text-align:center;
	background-position: center;
}

.left{
	text-align: left;
}

.right{
	text-align:right;
}


#container #post_footer{
	margin: 4px 20px;
	}
	
#container #post_footer #validated {
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	float: right;
}

#container #post_footer #rss {
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	float: left;
	clear: both;
	position: relative;
	top: -16px;
}

#container #post_footer #rss img{
	position: relative;
	top: 5px;
	}

#container #post_footer #validated img {
	margin-right: 4px;
}

#container #post_footer a:link {
	color: #FFF;
	text-decoration: none;
}

#container #post_footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#container #post_footer a:hover {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}

#container #post_footer a:active {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}


/* -------------------- navigation---------------------------*/
#nav {
	background: #FFF;
	list-style-type: none;
	width: 370px;
	position: relative;
	top: -30px;
	left: 480px;	
}

#nav li {
margin:0;
padding: 0;
float: left; /* To correct the IE whitespace bug */
clear: right;
list-style-image:none;
}

#nav a {
	float: left;
	width: 80px;
	height:25px;
}

#nav span {
	display:none;
}

/*--------navigation graphics and rollovers------- */

#container #header #nav #nav_home a {
	background: url(../images/design/home_up.jpg) no-repeat;
	width:70px;
}

#container #header #nav #nav_home a:hover{
	background: url(../images/design/home_ro.jpg) no-repeat;
	width:70px;
}

#container #header #nav #nav_serv a {
	background: url(../images/design/services_up.jpg) no-repeat;
	
}

#container #header #nav #nav_serv a:hover{
	background: url(../images/design/services_ro.jpg) no-repeat;
	
}

#container #header #nav #nav_port a {
	background: url(../images/design/portfolio_up.jpg) no-repeat;
	
}

#container #header #nav #nav_port a:hover{
	background: url(../images/design/portfolio_ro.jpg) no-repeat;
	
}

#container #header #nav #nav_cont a {
	background: url(../images/design/contact_up.jpg) no-repeat;
	width:75px;
}

#container #header #nav #nav_cont a:hover{
	background: url(../images/design/contact_ro.jpg) no-repeat;
	width:75px;
}

#container #header #nav #nav_news a {
	background: url(../images/design/news_up.jpg) no-repeat;
	width:75px;
	position:relative;
	top: 4px;
	left: 3px;
}

#container #header #nav #nav_news a:hover{
	background: url(../images/design/news_ro.jpg) no-repeat;
	width:75px;
	position:relative;
	top: 4px;
	left: 3px;
}

/*------------------------home------------------------------*/

#container #banner_home {
	background: #FFFFFF url(../images/design/bg_flash.gif) no-repeat;
	height: 205px;
	width: 855px;
	padding: 15px;
}


#container #main_hom {
	background: #FFFFFF url(../images/design/bg_main.gif) repeat-y;
	padding: 30px;
	position: relative;
	left: 1px;
	height: 370px;
}


#container #main_hom #homeleft {
	width: 550px;
	height: 375px;
	padding-right: 15px;
	border-right: 1px solid #ccc;
	float:left;
	position: relative;

}

#container #main_hom #homeright {
	float:right;
	width:220px;
	height: 375px;
	position: relative;
	padding: 0px 15px;	
}

#container #main_hom #homeright h3 {
	text-align: center;	
}

#container #main_hom #homeright li {
	padding-bottom: 15px;
}


/*------------------------portfolio------------------------------*/
#container #main_port {
	background: #FFFFFF url(../images/design/bg_main.gif) repeat-y;
	padding: 30px;
	position: relative;
	left: 1px;
	height: 1100px;
	
}

#container #main_port #columnholder {
	margin-top: 15px;
}

#container #main_port #leftcol {
	float: left;
	width: 395px;
	height: 1000px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

#container #main_port #rightcol {
	float: right;
	width: 395px;
	height: 700px;
	padding-left: 20px;
}

#container #main_port h4 {
	text-align: center;
}

/*------------------------contact------------------------------*/

#container #main_cont {
	background: #FFFFFF url(../images/design/bg_main.gif) repeat-y;
	padding: 30px;
	position: relative;
	left: 1px;
	height:350px;
}

#container #main_cont #contfrm {
	height: 310px;
	width: 375px;
	border: 1px solid #ccc;
	background:url(../images/design/bg_grad_rl.gif) repeat-y;
	background-position: right;
	padding: 10px 5px;
	float: right;
	position: relative;
	top: 15px;
}

#container #main_cont #text_cont {
	float: left;
	width: 430px;
	
}

/*----------contact form --------------- */
input {
	font: 10px Verdana, "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #ccc;
}
textarea {
	font: 10px Verdana, "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #ccc;
}

.noborder {
	border: 1px solid #FFF;
}

.red {
	color: #FF0000;
	font-weight: bold;	
}


.underline {
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 2px;
}

/*------------------------services------------------------------*/

#container #main_ser {
	background: #FFFFFF url(../images/design/bg_main.gif) repeat-y;
	padding: 30px;
	position: relative;
	left: 1px;
	height:350px;
}

#container #main_ser #leftcol_services {
	float: left;
	width: 395px;
}

#container #main_ser #rigthcol_services {
	float: right;
	width: 400px;
}

#container #main_ser #leftcol_services #digital{
	position: absolute;
	width: 400px;
	height: 30px;
	background:url(../images/design/digital_design.jpg) no-repeat;

}

/*-------------headers (sub text for images) ----------*/

#container #main_hom #homeright #didyouknow {
	position: absolute;
	width: 225px;
	height: 45px;
	background: url(../images/design/didyouknow.jpg) no-repeat;
	left: 40px;
	text-align: center;
}

#container #main_hom #homeleft #hello {
	position: absolute;
	width: 100px;
	height: 45px;
	background: url(../images/design/hello.jpg) no-repeat;
	left: -5px;
}

#container #main_ser #helpyou {
	position: absolute;
	width: 225px;
	height: 45px;
	background: url(../images/design/help_you.jpg) no-repeat;
	left: 25px;
}
#container #main_cont #text_cont #talk {
	position: absolute;
	width: 125px;
	height: 45px;
	background: url(../images/design/talktome.jpg) no-repeat;
	
}

#container #main_port #work {
	position: absolute;
	width: 225px;
	height: 45px;
	background: url(../images/design/work.jpg) no-repeat;
	left: 25px;
}

#container #main_hom #homeleft #rapha {
	position: absolute;
	width: 100px;
	height: 45px;
	background: url(../images/design/raphael.jpg) no-repeat;
	left: -5px;
}

/*--------active pages------------ */

.act_home {
	background: url(../images/design/home_up.jpg) no-repeat;
	width: 70px;
	height: 25px;
}

.act_serv {
	background: url(../images/design/services_up.jpg) no-repeat;
	width: 80px;
	height: 25px;
}

.act_port {
	background: url(../images/design/portfolio_up.jpg) no-repeat;
	width: 80px;
	height: 25px;
}

.act_cont {
	background: url(../images/design/contact_up.jpg) no-repeat;
	width: 75px;
	height: 25px;
}

.active_pg_foot {
	color:#FF8C00;
}

