body {margin:0;padding:0;background:#f9f9f9; background:url(../images/background.jpg);}
p {margin: 0 0 10px 0;clear:both; font-family:Georgia,serif;font-size:11px;line-height:18px;}
a:link, a:visited, a:hover, a:active {text-decoration:none;}
.clearer {clear: both;}

#wrapper {
	margin: 50px auto;
	padding: 0px;
	border:0;
	width: 900px;
}

#header {
	height: 110px;
	float: left;
	width: 600px;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
}

#header_menu {
	
	float: left;
	width: 300px;
	background:url(../images/twitter_feed.png);
	background-repeat:no-repeat;
	height: 110px;
	background-position: 60px 20px;
}


#side-a {
	float: left;
	width: 600px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 300px;	
}

.tech {
	width:576px;
	height:109px;
	display:block;
	background-image:url(../images/tech_consult.png);
	background-position: top;
}
.tech:hover{
	width:576px; 
	background-position: bottom;
	height:109px;
	background-image:url(../images/tech_consult.png) no repeat;
}

.web {
	width:576px;
	height:79px;
	display:block;
	background-image:url(../images/web.png);
	background-position: top;
}
.web:hover{
	width:576px; 
	background-position: bottom;
	height:79px;
	background-image:url(../images/web.png) no repeat;
}

.custommade {
	width:576px;
	height:109px;
	display:block;
	background-image:url(../images/custom_made.png);
	background-position: top;
}
.custommade:hover{
	width:576px; 
	background-position: bottom;
	height:109px;
	background-image:url(../images/custom_made.png) no repeat;
}
.contactus {
	width:576px;
	height:79px;
	display:block;
	background-image:url(../images/contactus.png);
	background-position: top;
}

#footer {
	clear: both;
	background: #A2A2A2;
}

#feedWidget{
	background: #dd364b;
	border:2px solid #db2a41;
	margin:0 auto;
	width:200px;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url(../images/drop_arrow.png) no-repeat 95% 50% #00a7de;
	border:1px solid #00a7de;

	margin:-1px;
	
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

#activeTab,.dropDownList div{
	color:white;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	
	margin:0 2px 0 0;
	padding:5px;
	
	text-shadow:0 1px 1px black;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#444444;
	border-bottom:1px solid #ffffff;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	background-color:#dd364b;
}

#tabContent div{
	/* The feed entry divs */
	
	background-color:#e5dfd1;
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}
