/*FRONTPAGE STYLES*/
#mainbodyfront{
	min-height: 190px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 20px 10px;
}

.bottomshadow{
	background: url(../images/shadowbottom.png) top no-repeat;
	width: 750px;
	height: 25px;
}
.servicebanner{
	cursor: pointer;
}
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:43px; 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
}
/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	display:block;
	text-align: center;
	height:28px;
	text-decoration: none;
	position:relative;
	top:0px;
	padding-top: 15px;
	background: url(../images/grads.png) repeat-x;
}
ul.css-tabs a.wd{
	width: 230px;
}
ul.css-tabs a.os{
	width: 261px;
}
ul.css-tabs a.wh{
	width: 259px;
}

ul.css-tabs a:hover {
	background: url(../images/grads.png) repeat-x;
	background-position: 0 -43px;
}
/* selected tab */
ul.css-tabs a.current {
	background-color:#000;
	color:#000;	
	cursor:default;
}
ul.css-tabs a.wd.current{
	background: url(../images/grads.png) repeat-x;
	background-position: 0 -85px;
}
ul.css-tabs a.os.current{
	background: url(../images/onlinestrategybackground.png) no-repeat;
}
ul.css-tabs a.wh.current{
	background: url(../images/grads.png) 0 -129px repeat-x;
}
.learnmore{
	background: #cef0ce;
	padding: 3px 5px;
	text-decoration: none;
	color: green;
	position: relative;
	font-size: 11px;
}
.learnmore:after{
	content: '...';
}
.learnmore:hover{
	background: green;
	padding: 3px 5px;
	text-decoration: none;
	color: #cef0ce;
}
#servicebox{
	height: 220px;
	width: 750px;
	border: 1px solid green;
}
.servicebanner{
	width: 750px;
	height: 177px;
}
#Web-solutions{
	background: url(../images/banner.jpg) center no-repeat;
}
#Web-solutions .learnmore{
	top: 75px;
	left: 500px;
}
#Online-strategy{
	background: url(../images/banner.jpg) top no-repeat;
}
#Online-strategy .learnmore{
	top: 150px;
	left: 400px;
}
#Web-hosting-and-domain{
	background: url(../images/banner.jpg) bottom no-repeat;
}
#Web-hosting-and-domain .learnmore{
	top: 161px;
	left: 55px;
}


#portofoliotitlebar{
	width: 750px;
	height: 38px;
	background: url(../images/grads.png) 0 -172px repeat-x;
	border: 1px solid #cccccc;
	font-family: museo, georgia;
	font-size: 16px;
	padding: 0;
	text-align: left;
}
#portfoliotitlebarlink{
	float: left;
	width: 735px;
	height: 28px;
	background: url(../images/ourportfolio.png) left no-repeat;
	padding: 10px 0 0 15px;
	text-decoration: none;
}
/*END OF FRONTPAGE STYLES*/



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 750px;
	height:121px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(../images/grads.png) 0 -210px repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:5px 5px 5px 15px;
	background: url(../images/grads.png) 0px -390px repeat-x;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:120px;
	height:100px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:999;
	position:relative;
}

.browse{
border: 0px solid black;
position: absolute;
z-index: 2000;	
width: 54px;
height: 161px;
}
.left{
	background: url(../images/portfolioboxcover2.png) -15px 0 no-repeat;
	top: 0;
	left: 0;
}
.left img{
	border: 0px;
	position: relative;
	top: 25px;
	left: -9px;
	z-index: 4000;	
	width: 25px;
	height: 56px;
	background: none;
}
.right{
	background: url(../images/portfolioboxcover2.png);
	top: 0;
	left: 696px;
}
.right img{
	border: 0px;
	position: relative;
	top: 25px;
	left: 5px;
	z-index: 4000;	
	width: 25px;
	height: 56px;
	background: none;
}
