body {
	text-align: center; 
	margin: auto;

}

p {
	padding-bottom:10px;
	line-height: 18px;
}

h1 {
	padding-bottom:10px;
}

h2 {
	padding-bottom:10px;
	padding-top:8px;
}

h3 {
	padding:8px 0 4px 0;
}

#containertable {
    border: 0 none;
    position:relative;
    text-align:center;
    margin:auto;
    border-left: 1px solid #626161;
    border-right: 1px solid #626161;
    width:940px;
    
}

#container {
	float:left;
	width:940px;
}

#pageHeader {
    float:left;
    clear:both;
    width: 940px;
    height: 240px;
    background-image: url("../images/header_s3c_bg_red.jpg");
    background-repeat: no-repeat;
}

#pageHeaderCart {
	float:left;
	clear:both;
	padding:20px 0 20px 0;
}

#topNavigator {
	float:left;
	background-color: transparent;
	width:930px;
	padding:175px 0 0 10px;
}

.topNavButtons{
    float: left;
    padding:0 30px 8px 10px;
    background-color: transparent;
}

#leftnav {
	float:left;
	padding:0 5px 0 10px;
	padding-right:5px;
	width:160px;
	text-align: center;
}



.leftnav_text {
	float:left;
	clear:both;
	padding:6px 0 6px 0;
	text-align: center; 
	width:160px;
}

.leftnav_text2 {
	float:left;
	clear:both;
	padding:6px 0 6px 0;
	margin: 0 0 10px 0;
	text-align: center; 
	width:160px;
}

#leftnav_checkout{
	padding:12px 0 6px 0;
	}

.leftnav_title {
	float:left;
	clear:both;
	padding:6px 0 6px 0;
	text-align: center; 
	width:160px;
}

#rightnav{
    width:190px;
    text-align: center;
}

.rightnav_block{
    float: left;
    clear:both;
    min-height: 180px;
    padding:20px 0 10px 0;
    margin-bottom: 10px;
    width: 180px;
    text-align: center;
    background: transparent;
    border:1px solid #4D4C4D;
}

/* --- BUTTTONS ------------------------------------ */

.RightNavButton {
	display:block;
	text-align:center;
	margin:8px auto 0 auto;
	height:10px;
	width:50px;
	padding:6px 7px 11px;
}

.ButtonBar{
	width: 200px;
	text-align:center;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	}
	
.ButtonBar2{
	width: 200px;
	text-align:left;
	} 

.BuyButton {
	display:block;
	text-align:center;
	margin:8px 10px 0 auto;
	height:8px;
	width:60px;
	padding:6px 7px 11px;
	display: inline-block;

}

.ButtonIndent {
	
}



.BackButton {
	display:block;
	text-align:center;
	margin:8px auto 0 auto;
	height:8px;
	width:60px;
	padding:6px 7px 11px;
	display: inline-block;

}

.HomeImage {
	float:left;
	margin-top:15px;
	margin-left: 60px; 
}

.buybutton2 a{
    margin-top: 10px;
    margin-left: 4px;
    padding-bottom: 1px;
    width:48px; height:16px;
    text-align:center; font:bold 9px/18px Tahoma, Arial, Helvetica, sans-serif; display:block; text-decoration:none;
    text-transform:uppercase;

    color: #ffffff;
    background-color:#4a494a;
    border: 1px solid #ffffff;
    float: left;
} 

.buybutton2 a:link, .buybutton2 a:visited  { color: #ffffff; }

.buybutton2 a:hover{
    border: 1px solid #f59fbc;
    background-color: #727271;
    color:#f59fbc;
}


#content {
    float:left;
    clear:both;
    margin:0;
    padding-top:0;
    width:920px;
}

#homeAdPanel{
    padding: 0 0 10px 0;
    text-align: left;
}

.DesignList {
	display:block;
	padding:0px 0;
}

.designlist_element {
    float: left;
    margin: 17px;
    text-align: center;
    border: 0 none;
    height: 260px;
    width: 200px;
    padding-top: 20px;
    border:1px solid #4D4C4D;
}

#notice {
	padding-top:20px;
}

#footer {
	padding:20px 10px 70px 10px;
}

.FooterImage {
	float:right;
	
}

#designDetails{
    border: 1px solid #4d4c4d;
    padding: 15px;
    margin-left: 20px;
    float: left;
    width: 670px;
}



/* -------------------- #106 - Social Media Styles -------------------- */
.social {
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
.social.icon {
	background: url("../images/social.png") no-repeat;
	height: 16px;
	width: 16px;
}
.social.thumb {
	background: url("../images/social.png") no-repeat;
	height: 32px;
	width: 32px;
}
.social.find {
	background: url("../images/social-find.png") no-repeat;
	height: 200px;
	width: 50px;
}
/* facebook */
.social.icon.facebook {
	background-position: -32px -16px;
}
.social.icon.facebook:hover, a:hover .social.icon.facebook {
	background-position: -32px 0px;
}
.social.thumb.facebook {
	background-position: -48px 0;
}
.social.thumb.facebook:hover {
	background-position: 0 0;
}
/* twitter */
.social.icon.twitter {
	background-position: -32px -48px;
}
.social.icon.twitter:hover, a:hover .social.icon.twitter {
	background-position: -32px -32px;
}
.social.thumb.twitter {
	background-position: -48px -32px;
}
.social.thumb.twitter:hover {
	background-position: 0 -32px;
}


