/*

vRAD Tabs Stylesheet
version: 01
date: 06.17.09
author: Page 10

*/



/* STRUCTURE
___________________________________________*/
#tabs {
	font-family: Arial;
	width: 301px;
	height: 218px;
	background: url(../images/tabtable/tabs-bg-blue.png) no-repeat;
	}


/* LINKS
___________________________________________*/	
#tabs li a:link, #tabs li a:visited {
	font-size: 13px;
	float: left;
	width: 94px;
	height: 23px;
	background: url(../images/tabtable/tabs-buttons.png) no-repeat;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	}

#tabs li a:hover { text-decoration: underline; }

#tabs #tab-service { background-position: 0 0; }

#tabs #tab-reliability { background-position: -94px 0; }

#tabs #tab-expertise  { background-position: -188px 0; }

#tabs ul {
	list-style: none;
	padding: 8px 0 0 10px;
	margin: 0;
	}

#tabs li { float: left; }

#tabs a.learnmore {
	font-size: 12px;
	float: none;
	width: 100%;
	background: none;
	text-align: left;
	padding-top: 10px;
	text-decoration: underline;
	color:#fff;
	text-transform: none;
	display: block;
} /* normal link fix */


/* CONTENT
___________________________________________*/
#tabs .tab-content {
	font-size: 12px;
	margin: 20px 20px 20px 20px;
	text-align: justify;
	color: #fff;
	}

.tab-service { background: url(../images/tabtable/tabs-bg-blue.png) no-repeat!important; }

.tab-expertise { background: url(../images/tabtable/tabs-bg-green.png) no-repeat!important; }

.tab-reliability { background: url(../images/tabtable/tabs-bg-orange.png) no-repeat!important; }


