/* followgobbo.com */
/* basic elements */

html,body{margin:0;padding:0}
body {
    padding: 0;
    text-align:center;
	font: normal 11px/16px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #666666;
	background: #655C52;
	}

h1.long {
	text-indent: -9999px;
	margin: 10px 0 10px 0;
	width: 630px;
	height: 40px;
	}
h1 {
	text-indent: -9999px;
	margin: 0 0 0px 0;
	height: 40px;
	width: 300px;
	}
h2 {
	font: normal 10px/15px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	}
h3 {
	font-weight: bold;
	color: #7591A7;
	margin: 0;
	}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	}
p#topnav {
	margin: 0em 3em 0 0;
	padding-top: 1em;
	}
p.intro {
	font: normal 12px/20px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #AAC0D0;
	}
.pageOn {
	font-weight: strong;
	color: #ff6633;
}

a:link 	{ text-decoration: underline; color: #666666; }
a:hover { color: #99cccc; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }

/* main divs */

#container {
	width: 640px;
	margin: 0px auto;
	text-align:left;
	background-color:#fff;
	background-repeat: no-repeat;
	padding: 0;
	}
#header {
	margin: 0; 
	padding: 17px 0 0 0;
	display:block;
	width:640px; 
	height:53px; 
	background: #655C52;
	float: left;
	} 
	
#menu {
	height: 37;  
	margin:0; padding:0;
	float: right;
	}
div#footer p{margin:0;padding:5px 10px}
div#contentL{
	float:left;
	width:300px; 
	padding: 10px 10px 10px 20px;
	margin: 40px 0 0 0;
	}
div#contentR{
	float:right;
	width:280px; 
	padding: 0px 20px 0 0;
	margin: 90px 0 0 0;
	}
#contentspan {
	width: 600px;
	margin: 20px 20px 10px 20px;
	border-bottom: black 1px dotted;
	padding: 20px 0 10px 0;
	clear: left;
	}
#footer {
	clear: both;
	width:100%;
	border-top: 1px dotted #000;
	text-align: right;
	font: normal 9px/16px veranda, trebuchet MS, arial, helvetica, sans-serif;
	background: #fff;
	}

/* top menu rollovers */

#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {float: left; display:inline;}
#menu a {
	text-indent: -9999px;
	display: block;
	width: 115px;
	height: 37px;
   }
#menu a:hover {
   background-position: 0px -37px;
   }
#menu a:active {
   background-position: 0px -74px;
   }

.about { background: url("../images/a_about.gif") 0 0 no-repeat;}
.services { background: url("../images/a_services.gif") 0 0 no-repeat;}
.collections { background: url("../images/a_collections.gif") 0 0 no-repeat;}
.contact { background: url("../images/a_contact.gif") 0 0 no-repeat;}


/* LISTS */
ul {
	margin: 10px 0 10px 20px; 
	padding: 0;
	}
li {
	margin: 5px 0 0 0; 
	padding: 0;
	}

/* top menu */



/* IMAGE MANAGEMENT */

img {
	border: 0;
	}
.logo {
	margin: 0;
	float: left;
	}
.calicon {
	margin: 15px 0 0 0;
	}
.topimage {
	border-top: 3px solid #FFF;
	}
.insetrules {
	float: left;
	clear: left;
	margin: 0px 20px 20px 0px;
	padding-top: 30px;
	}
.inset {
	float: left;
	margin: 0px 20px 20px 0px;
	background-color: #333;}
	
/* form elements */

form {
	padding: 1em 0;
	}
.textinput {
	margin-bottom: 1em;
	width: 50%;
	}
.cityinput {
	margin-bottom: 1em;
	width: 50%;
	}
.stateinput {
	margin-bottom: 1em;
	width: 10%;
	}
.zipinput {
	margin-bottom: 1em;
	width: 15%;
	}
.textarea {
	margin-bottom: 1em;
	width: 100%;
	}
.selection {
	margin-bottom: 1em;
	}
