/* ==================================================
* (c) 2010 Pasquale Shoe Repair. All Rights Reserved.
* Designed by Man Ho
================================================== */

/* ===== CSS Reset =============================== */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* ===== Main Selectors ========================== */

html {
	background: #fff url(../assets/rt_bg.png) no-repeat fixed right top;
	height: 100%;
}

body {
	background: url(../assets/lb_bg.png) no-repeat fixed left bottom;
	min-height: 100%;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}

a {
	outline: none;
}

a, p, h5, h6, h7, li {
	color: #555555;
}

div#container {
	width: 801px;
	margin: 0px auto;
}

div#contentContainer {
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
}

/* ===== Class Selectors ========================= */

.arrow {
	font-size: 1.19em;
	font-family: "Myriad Pro", Myriad, Tahoma, Helvetica, Arial, sans-serif;
}

.quote {
	color: #49a3d4;
	font-size: 1.13em;
}

.footnote {
	color: #8c8c8c;
	font-size: 0.69em;
	font-style: italic;
	text-align: right;
}

.small, .medium, .large {
	color: #6b4d2a;
}

.small {
	font-size: 0.75em;
}

.medium {
	font-size: 0.88em;
}

.large {
	font-size: 1em;
}

.green, .brown, .orange, .blue {
	display: block;
	padding: 5px 8px;
}

.green {
	color: #6aad1f;
}

.brown {
	color: #6b4d2a;
}

.orange {
	color: #fd5607;
}

.blue {
	color: #008ed1;
}

/* ===== Header ================================== */

#header {
	margin-bottom: 13px;
	padding-top: 10px;
	width: 801px;
	height: 100px;
}

#logo {
	background: url(../assets/logo.png) no-repeat;
	float: left;
	display: block;
	width: 263px;
	height: 92px;
	text-indent: -9999em;
}

/* ===== Navigation ============================== */

ul#navlist {
	padding-top: 75px;
}

ul#navlist li {
	display: inline;
	list-style-type: none;
}

ul#navlist li a:link, ul#navlist li a:visited {
	float: right;
	padding-bottom: 3px;
	margin-left: 33px;
	font-size: 0.75em;
}

ul#navlist li a:hover {
	color: #fd5607;
	border-bottom: 2px solid #fd5607;
}

ul#navlist li a.current {
	color: #008ed1;
	border-bottom: 2px solid #008ed1;
}

/* ===== Slideshow =============================== */

#slideContainer {
	background-color: #000;
	height: 260px;
}  
#slideContainer img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 260px;
	width: 801px;
	border-style: none;
}

/* ===== News ==================================== */

#news {
	padding: 5px 0px 7px 0px;
	margin: 15px 0px 10px 0px;
	width: 801px;
	text-align:  center;
	border-top: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
}

#news p {
	font-size: 0.81em;
	font-weight: bold;
}

/* ===== Shipping ================================ */

#ship {
	float: left;
	margin: 0px;
	padding-top: 7px;
	width: 240px;
	height: 140px;
	border-right: 1px dotted #c8c8c8;
}

#ship h2, #ship h2 a {
	width: 240px;
	margin: 0px;
	color: #fd5607;
	font-size: 0.88em;
	font-weight: normal;
}

#ship p {
	margin: 10px 10px 5px 0px;
	width: 230px;
	font-size: 0.75em;
	line-height: 16px;
}

/* ==================================== #fedex {
	background: url(../_images/fedex.png) no-repeat;
	float: right;
	display: block;
	margin: 18px 10px 0px 0px;
	width: 84px;
	height: 46px;
	text-indent: -9999em;
} =========================================== */

/* ===== Info ==================================== */

#info {
	float: left;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	width: 245px;
	min-height: 140px;
	border-right: 1px dotted #c8c8c8;
}

#info h3 {
	float: left;
	color: #6aad1f;
	font-size: 0.88em;
	font-weight: normal;
}

#info p {
	float: left;
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 17px;
}

/* ===== Tip ========================================= */

#tip {
	float: left;
	margin: 0px;
	padding: 3px 0 0 12px;
	width: 278px;
	height: 140px;
}

#tip h4 {
	float: left;
	width: 278px;
	padding-bottom: 13px;
	color: red;
	font-size: 0.88em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.44em;
}

/* ===== Footer ====================================== */

#footer {
	margin-top: 7px;
	padding: 15px 0px 10px 0px;
	width: 801px;
	border-top: 1px dotted #c8c8c8;
}

#footerTop {
	padding-bottom: 5px;
	width: 801px;
	height: 20px;
	
}

#footer h5 {
	float: left;
	font-size: 0.69em;
	font-weight: normal;
}

#social img {
	float: right;
	padding-left: 7px;
	border-style: none;
}

#footerBottom {
	width: 801px;
	height: 18px;
}

#footerBottom h6, #footerBottom p {
	font-size: 0.69em;
}

#footerBottom h6 {
	float: left;
	font-weight: normal;
}

#footerBottom p {
	float: right;
}



