@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(/static/main_bkg.jpg); background-repeat: repeat-x;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}

label, input { display: block; }
input.text { margin-bottom: 12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.2em; margin: .6em 0; }

.prod-title {
  font-size: 20px;
  color: #3FB3B2;
  font-weight: bold;
}
.prod-price {
  font-size: 16px;
  color: #727272;	
}
.prod-option {
  font-size: 16px;
  color: #39A5D3;
}

.service-title {
  font-size: 18px;
  color: #3FB3B2;
  font-weight: bold;
}

.service-desc {
  font-size: 12px;
  color: #666;
}

/* attributes for categories lists */

ul {
	list-style-image:url(/static/list_bullet.jpg);
	line-height: 20px;
}

li a {
	color: #199698;
	text-decoration: none;
	font-weight: bold;
}
li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:14px;
	font-weight:bold;
	background:transparent url(/static/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	/* border-bottom:1px solid #000000; */
	/* border-top:1px solid #000000; */
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(/static/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/static/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

.rounded_image {
	border: 2px solid #CCCCCC;
}
