
#category {
	float: left;
	background-color: #CCC;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
	text-align: center;
	width: 250px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
	/* CSS3 Transition Effect */
	-webkit-transition: all 0.12s ease-out;		/* Safari & Chrome */
	-moz-transition: all 0.12s ease-out;		/* Firefox */
	-o-transition: all 0.12s ease-out;		/* Opera */
}
#category:hover
{
 	/* CSS3 Transform Effect */
  	-webkit-transform: scale(1.1);     /* Safari & Chrome */
  	-moz-transform: scale(1.1);        /* Firefox */
  	-o-transform: scale(1.1);          /* Opera */
}

img {
	border-style: none;
}
a:link    {
	text-decoration:  none;
  } 
a:visited {
  text-decoration:  none;
  } 
a:hover   {
  text-decoration:  underline;
  } 
a:active  {
  text-decoration:  underline;
  } 
h3 {
	font-size:20px;
	margin:0px;
	padding: 0px;
}
#link {
	float: left;
	background-color: #CCC;
	margin: 2px;
	padding: 4px;
	border: 1px solid #000;
	text-align: center;
	width: 600px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size:small;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
	/* CSS3 Transition Effect */
	-webkit-transition: all 0.12s ease-out;		/* Safari & Chrome */
	-moz-transition: all 0.12s ease-out;		/* Firefox */
	-o-transition: all 0.12s ease-out;		/* Opera */
}
#link:hover
{
 	/* CSS3 Transform Effect */
  	-webkit-transform: scale(1.1);     /* Safari & Chrome */
  	-moz-transform: scale(1.1);        /* Firefox */
  	-o-transform: scale(1.1);          /* Opera */
}
#links {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
}
#addit {
	clear: both;
	width: 160px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}
#categories {
	clear:both;
	float:left;
	width:100%;
	overflow:visible;
	margin-top: 2px;
}
#cat_menu {
	padding:0;
	list-style-type:none;
	float:left;
	position:relative;
	left:50%;
	margin: 0 auto;
}
#cat_menu li {
	float:left; position:relative; right:50%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 1px;
}
#cat_menu a {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#08c;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #FFF;
}
#cat_menu a:hover {
	color:#000; 
	background:#d4d4d4;
	text-decoration:none;
	border: 1px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
}
#cat_menu #active {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#000;
	background: #08c;
	font-weight:bold;
	border: 1px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0088cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#08c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #08c); /* for firefox 3.6+ */ 
}
#locations {
	clear:both; 
	float:left; 
	width:100%; 
	overflow:hidden;
	font-size:small;
	margin-top: 2px;
}
#loc_menu {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}
#loc_menu li {
	float:left; position:relative; right:50%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 1px;
}
#loc_menu a {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#08c;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #FFF;
}
#loc_menu a:hover {
	color:#000; 
	background:#d4d4d4;
	text-decoration:none;
	border: 1px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 
}
#loc_menu #active {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#000;
	background: #08c;
	font-weight:bold;
	border: 1px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0088cc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#08c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #08c); /* for firefox 3.6+ */ 
}

#header {
	text-align: center;
}
#footer {
	float: right;
	font-size: x-small;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

