@charset "utf-8";
@import url("../webfonts/opensans_bold/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shops-listing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop-information {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about-us {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shops-listing {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shop-information {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about-us {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#shops-listing {
	clear: both;
	float: left;
	margin-left: 0;
	//*width: 91.5254%;*//
	display: block;
}
#shop-information {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#about-us {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}.gridContainer.clearfix #main-container {
	margin:0px;
	padding:0px;}
	
.header {
	padding: 0;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.header a:link {
	color: #333;
	text-decoration: none;
	font-family:"opensans bold";
}
.header a:visited {
	text-decoration: none;
	color: #333;
}
.header a:hover {
	text-decoration: underline;
	color: #ff6600;
	font-family:"opensans bold"
}
.header a:active {
	text-decoration: none;
	color: #333;
}
.header p {
	font-size:20px;
}
.footer td,th{
	margin: 0;
	padding: 0;
	background-color:#000;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:10px;
	padding-bottom:10px;	
	line-height:1.5em;
	font-size:14px;
}



.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
	color: #fff;
}
.footer a:active {
	text-decoration: none;
	color: #fff;
}


.shops-listing {
	max-width:100%;
	background-color:#333;
	color:#fff;
}
.shop-listing-name {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	font-family: "opensans bold";
}
.shop-listing-name a:link {
	color: #fff;
	text-decoration: none;
}
.shop-listing-name a:visited {
	text-decoration: none;
	color: #fff;
}
.shop-listing-name a:hover {
	text-decoration:underline;
	color: #fff;
}
.shop-listing-name a:active {
	text-decoration: none;
	color: #fff;
}


.shop-listing-name-smaller {
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	font-family: "opensans bold";
}
.shop-listing-name-smaller a:link {
	color: #fff;
	text-decoration: none;
}
.shop-listing-name-smaller a:visited {
	text-decoration: none;
	color: #fff;
}
.shop-listing-name-smaller a:hover {
	text-decoration:underline;
	color: #fff;
}
.shop-listing-name-smaller a:active {
	text-decoration: none;
	color: #fff;
}



.shop-listing-keyword {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom:10px;

	line-height: normal;
	word-spacing: normal;
	vertical-align: top;
}
#shops-listing table {
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	border-top-width:3px;
	border-bottom-width:3px;
	vertical-align:middle;
}
.shop-heading {
	font-family: "opensans bold";
	font-size: 28px;
	text-transform: uppercase;
}

.shop-information {
}

.shop-information a:link {
	color: #ff6600;
	text-decoration: none;
}
.shop-information a:visited {
	text-decoration: none;
	color: #333;
}
.shop-information a:hover {
	text-decoration: underline;
	color: #ff6600;
	font-size:16px;
}
.shop-information a:active {
	text-decoration: none;
	color: #333;
}
#shops-listing table tr td {
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#header  p {
	font-size: 20px;
	font-family: "opensans bold";
}
strong {
	font-family: "opensans bold";
	font-weight: normal;
}
#shop-information h3 {
	font-family: "opensans bold";
	font-weight: normal;
}
.about-us h3 {
	font-family: "opensans bold";
	font-weight: normal;
}
.about-us strong {
	font-family: "opensans bold";
	font-weight: normal;
}
.gridContainer.clearfix {
	max-width: 1024px;
	margin-left: 0px auto;
	margin-right: 0px auto;
	background-color: #FFF;
	padding:0;

}
