@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 62.5%;
	padding-bottom: 20px;
}
#divWrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4F0404;
	text-align: left;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 98px;
}
#divHeader {
	background-image: url(../images/layout/StewartsBikesAndSports.gif);
	background-repeat: no-repeat;
	height: 98px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B2B2;
}
#divSecondaryNav {
	background-color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navText  {
	visibility: hidden;
	display:none;
}

#divSecondaryNav  a:link, #divSecondaryNav  a:visited  {
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}

#divSecondaryNav  a:hover  {
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: underline;
	font-weight: bold;
}
#divPrimaryNav {
	margin-left: 295px;
	padding-top: 75px;
	letter-spacing: 1px;
}
#divPrimaryNav ul {
	list-style-type: none;
}
#divPrimaryNav li {
	display: inline;
	margin-right: 12px;
}
#divPrimaryNav li a:link, #divPrimaryNav li a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#divPrimaryNav li a:hover, #divPrimaryNav li a.current {
	color: #C40303;
	text-decoration: none;
}
#divBody  {
	background-image: url(../images/layout/background_all.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F0104;

}
#divBody a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#divBody a:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#divBody a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


#divHomeNav {
	background-color: #4F0104;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B2B2;
	padding-right: 20px;
	padding-left: 20px;
	height: 141px;
	padding-top: 13px;
}
#divHomeNav img {
	float: left;
	padding-right: 10px;
}
#divHomeNav img.last {
	padding-right: 0px;
}
#divSpecialsWrap {
	background-image: url(../images/layout/specialsBox_top.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	font-size: 1.2em;
	width: 188px;
	margin-bottom: 10px;
}
#divSpecials {
	background-image: url(../images/layout/specialsBox.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000000;
	text-align: center;
}
#divSpecials  .imgProduct {
	margin-top: 5px;
	margin-bottom: 7px;
}


#divPageIdentity {
	width: 188px;
	float: left;
	text-align: right;
}
#divPageIdentity p, #divPhotoBar p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#divPageIdentity img, #divPhotoBar img, #divPageText img {
	margin-bottom: 12px;
}
#divOurStory, #divYourStory {
	margin-left: 210px;
	padding-right: 20px;
}
#divOurStory p, #divYourStory p, #divPageText p {
	line-height: 1.8em;
	font-size: 1.1em;
}
#divYourStory {
	clear: right;
	background-image: url(../images/layout/dots.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#divOurStory img.headline, #divYourStory img.headline {
	margin-bottom: 5px;
}
#divOurStory img.photo, #divYourStory img.photo{
	float:right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#divYourStory img.photo{
	padding-right:67px;
}
#divPageText {
	margin-left: 210px;
	width: 370px;
}

#divPageText p, #divContactPageText p {
	line-height: 1.6em;
	margin-bottom: 14px;
}
#divPageText h1, #divContactPageText h1 {
	font-size: 1.8em;
	font-weight: bold;
	}
#divPageText ul {
	margin-left: 15px;
}
#divPageText li {
	margin-bottom: 3px;
}
#divPhotoBar {
	float: right;
	width: 190px;
}


#divFooter {
	padding-left: 20px;
	font-size: 1.1em;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height:1.5em;
}
#divFooter strong {
	font-size: 1.1em;
}
#divFooter a:link, #divFooter a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#divFooter a:hover {
	text-decoration: none;
}
