body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
	background-color: #767676;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
	margin-top: 15px;
}
#mainContent a{
	color: #BABABA;
	text-decoration: none;
}
#mainContent a:hover{
	color: #BABABA;
	text-decoration: underline;
}
#footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}

h1#logo{clear:both;float:left;margin:0}
h1#logo, h1#logo a{display:block;overflow:hidden;width:262px;height:77px}
h1#logo a{background:url(images/logo.gif) no-repeat;margin:0}
h1#logo span{color:#fff;display:block;margin-top:-1000px}

/*-----PMM MENU STYLE UPDATES for this PAGE PACK-------*/
#p7PMnav li {
	width: auto;
	background-color: #8C8C8C;
}



#container #header #topMenu {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	width: 500px;
}




#container #footer {
	height: 61px;
	width: 920px;
	margin-top: 25px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C8C;
}
#container #footer a{
	color: #C4C4C4;
	text-decoration: underline;
}
#container #footer a:hover{
	color: #C4C4C4;
	text-decoration: none;
}
#container #footer #footerMenu {
	float: left;
	height: 31px;
	width: 445px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8C8C8C;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 10px;
}

#container #footer #footerContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4C4C4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8C8C8C;
	padding-left: 50px;
	float: left;
	height: 41px;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: right;
	width: 210px;
}
#container #footer #footerContact a{
	text-decoration: none;
}
#container #footer #footerContact a:hover{
	text-decoration: none;
}
#container #footer #footerLogo {
	height: 41px;
	width: 210px;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 15px;
	color: #C4C4C4;
	font-weight: bold;
}
#container #footer #footerLogo #subTitle {
	font-size: 10px;
}
#container #mainContent .ccshop {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
#container #mainContent .glassblowing {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #mainContent #subContentWrapper .studio {
	float: left;
}
#container #mainContent #subContentWrapper .studio2 {
	float: right;
}
#container #mainContent .chrisLowry {
	float: left;
	width: 445px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8C8C8C;
}
#container #mainContent .chrisRichards {
	float: right;
	width: 445px;
	padding-left: 10px;
}
#container #mainContent .chrisLowry .chrisLowryBio {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#container #mainContent .chrisRichards .christopherRichardsBio {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
ul#storelist {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 940px;
	padding-left: 0px;
}
ul#storelist li {
	border: 0px solid #dedede;
	float: left;
	width: 110px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


ul#storelist a { display: block; width: 100%;text-decoration: none;padding-left: 2px;padding-top: 2px;padding-bottom: 4px; }
ul#storelist a:hover {
	text-decoration: none;
	background-color: #856157;
	color:#FFFFFF;
}
ul#storelist img { border: 0px solid #dedede; display: block; padding-bottom: 5px; }
#container #mainContent #storelist a {
	font-size: 11px;
	text-align: center;
}
#container #mainContent .cart {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#container #header #topSm {
	float: right;
	width: 575px;
	height: 20px;
	text-align: right;
	margin-right: 15px;
}
#container #mainContent .cart form {
	margin-top: 0px;
	padding-top: 0px;
}
#container #mainContent #subContentWrapper .categoryWrapper .categoryDescription {
	text-align: left;
}
#container #mainContent #subContentWrapper .categoryWrapper .categoryTitle h2 {
	font-size: 17px;
	margin-bottom: 8px;
}
#container #mainContent #subContentWrapper .categoryWrapper .productWrapper .productCart {
	float: right;
	width: 70px;
	text-align: left;
}
#container #mainContent #subContentWrapper .categoryWrapper .productWrapper .productTitle {
	float: left;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #F2F2F2;
	text-align: left;
}
#container #mainContent #subContentWrapper .categoryWrapper .productWrapper {
	float: left;
	width: 220px;
	margin-right: 10px;
}
#container #mainContent #subContentWrapper .categoryWrapper .productWrapper .productImage img {
	padding-top: 15px;
	padding-bottom: 10px;
}
.title {
	font-weight: bold;
	text-align: left;
}

.price {
	font-weight: bold;
}
#container #mainContent #subContentWrapper .categoryWrapper {
	color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C8C;
	padding-bottom: 35px;
	padding-top: 25px;
}
#container #credit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
}
#container #credit a{
	color: #474747;
	text-decoration:none;
}
#container #credit a:hover{
	color: #BABABA;
	text-decoration:underline;
}
#container #mainContent #gallery img {
	border: 1px solid #FFFFFF;
}

#container #mainContent #gallery a:hover img{
	border: 1px solid #cccccc;
}
#container #mainContent #subContent .textLeft {
	float: left;
	width: 450px;
	padding-right: 25px;
	color: #CCCCCC;
}
#container #mainContent #subContent .textRight {
	float: right;
	width: 385px;
	padding: 10px;
	background-color: #646464;
	font-size: 12px;
	color: #CCCCCC;
}
#container #mainContent #subContent {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C8C;
	border-right-color: #8C8C8C;
	border-left-color: #8C8C8C;
	background-color: #767676;
}
#container #mainContent #subContent .textRight img {
	margin-right: 10px;
}
#socialMedia {
	text-align: right;
	float: right;
	width: 70px;
	padding-top: 4px;
}
#cart {
	text-align: right;
	float: right;
	width: 85px;
	padding-right: 0px;
	padding-top: 4px;
}
#adBanner {
	text-align: right;
	float: right;
	width: 220px;
	padding-right: 0px;
}
.strikeout {
	text-decoration: line-through;
}
