@charset "UTF-8";
/* CSS Document */

/* outer container */
#storesContainer {
	display:block; 
	width: 960px; 
}

#storesContainer hr {
	clear:left;
}

/* store links */

#storeLinks ul {
	width:25%;
	float:left;
	padding:0;
}

#storeLinks p {
	clear:left;
	padding-top: 50px;
}

#storeLinks li {
	line-height:2.4em;
}


/* latest news from the store blogs */


.col1 {
	width:470px;
	float:left;
	padding: 0 50px 0 0;
}

#facebook {
	background:url("images/size-facebook.gif") no-repeat scroll -5px 15px transparent;
}

#facebook h3 {
	margin-left:70px;
}

.col2 {
	float:left;
	width:440px;
	padding-top:10px;
}

.col2 ul li a {
	border:none;
	display:block;
}

.col2 ul li a span {
    display: block;
    height: 45px;
    margin-left: 65px;
    padding-top: 35px;
    position: relative;
    width: 330px;
}

#twitter {
	background:url("images/size-twitter.gif") no-repeat scroll 0px 15px transparent;
}

#twitter h3 {
	margin-left:70px;
}

/* blog links */

#blogLinks ul {
	padding-left:0;
}

#blogLinks div {
	float:left;
	padding-right:40px;
	width:200px;
}

div#viewBlogButton {
	float:right;
	padding-right:0;
	margin-top:25px;
}

#blogLinks li {
	clear:left;
	min-height:100px;
	margin: 30px 0;
	padding: 10px;
	width: 940px;
}

.blogButton {
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px 40px;
	text-align: center;
}
.blogButton a:link, .blogButton a:visited {
	color:#FFFFFF;
	border-bottom: 1px dotted;
}
.blogButton a:hover{
	border-bottom: 1px solid;
}
.blogButton a:active {
	border-bottom-color: #F38030;
	color: #F38030;
}

/*scroll button */
#scrollButton {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    left: 1450px;
    top:0;
    position: fixed;
    display:none;
}

#scrollButton a {
	border-bottom:none;
}

