/**{margin:0; padding:0}*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(images/bg_menu.gif);
	background-repeat:repeat-y;
}

h1 {
	margin: 10px 0 20px 0px;
	font-size: 1.4em;
	color: #0060B6;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0060B6;
}



form {
	margin: 0px;
	padding: 0px;
}

.footnote {
	font-size: 0.8em;
}

.question {
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 1em;
}

.answer {
	padding: 0 0 0 2em;
}

.example {
	border: 1px solid black;
	padding: 0px 1em;
}

.image_link {
	border: 0px solid #ffffff;
}

/* -- Banner Styles -- */

#banner {
	background-color: #F8F13E;
	border-color: #FF0000;
	border-style: solid;
	border-width: 0 0 2px 0;
	position: relative;
	height: 114px;
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	
}

#banner_inner {
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	width: 95%;
	height: 74px;
	top: 20px;
	margin: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 74px;
	font-weight: bold;
	color: #0060B6;
	text-align: center;
}

#logo {
	top: 9px;
	position: absolute;
	left: 10px;
}
#locations {
	position: absolute;
	height: 70px;
	top: 3px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0060B6;
	text-align: left;
	line-height: normal;
	padding: 4px 20px 0px 0px;
	margin: 0px;
}

#locations ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#locations a {
	text-decoration: none;
}

#cnr_TL {
	position:absolute;
	top:-2px;
	left:-2px;
}

#cnr_TR {
	position:absolute;
	top:-2px;
	right:-2px;
	_right:-3px;

}

#cnr_BL {
	position:absolute;
	bottom:-2px;
	left:-2px;
}

#cnr_BR {
	position:absolute;
	bottom:-2px;
	right:-2px;
	_right:-3px;
}


/* -- Menu Styles -- */

#menu {

	position: absolute;
	left: 0px;
	top: 118px;
	width: 150px;
	color: #0060B6;
	text-align: left;

}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 10px;
	margin: 0px;
}

#menu li {
	list-style-type: none;
	list-style-image: none;
	padding: 5px 10px;
	margin: 0px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #0060B6;
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#menu a:hover {
	color: #FF0000;
	
}





/*-- Footer --*/

#footer_wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	height: 65px;
	line-height: 23px;
	width: 100%;
	padding: 0 0 0 0px;
	margin: 0px 0px 0px 0px;

}

#footer_wrap img {
	position: relative;
	left: 75px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #0060B6;
	background-color: #F8F13E;
	height: 25px;
	line-height: 23px;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-color: #FF0000;
	border-style: solid;
	border-width: 2px 0 0 0;
}

#crumbs {
	float: left;
	text-align: left;
	width: 45%;
	padding: 0 0 0 2.5%;
}

#crumbs a {
	color: #0060B6;
}

#hosting {
	float: right;
	text-align: right;
	width: 45%;
	padding: 0 2.5% 0 0;
}

#hosting a {
	color: #0060B6;
}

/* -- Main content styles -- */


#content {
	position: relative;
	min-height: 100%;
	
	
}
#inner_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;

	padding: 10px 20px 65px 20px;
	text-align: left;
	margin-left: 150px;
	margin-bottom: 0px;
	
}

#inner_content  ul, #inner_content  ul ul {
	text-align: left;
	list-style: inside disc;
	padding: 5px;
	margin: 5px;
	
}


.cleared {
	clear: both;
	
}

/* Locations pages */

.shop_details {
	float: left;
	width: 250px;
	margin: 10px;
	padding: 10px;
	/*border: 3px outset #FF0000;*/
	text-align: center;
	height: auto;
}

.shop_details p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}

p.phone {
	font-weight:bold;
	margin: 10px 0 0 0 ;
}

/* Gallery */

.before_after {
	float: left;
	text-align: center;
	border: solid #999999;
	border-width: 0 0 2px 0;
	padding: 0;
	margin: 1em;
}

.before_after img {
	border-top: 3px solid #999999;
	border-left: 3px solid #999999;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	padding: 5px;
	margin: 5px;
	background-color:#CCCCCC;
}
/*.before_after img {
	padding: 5px;
}*/