body {
	background: #333 url(http://mjjshoerepair.com/images/bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	margin:0;
	padding: 0;
}
#wrapper {
	width: 980px; /* Change the site width here */
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

img {
	border:none;
}
a {outline: none;}

.clear {
	clear:both;
	}
	/*------------------------------ Header -----------------------------*/
#headerCont {
	width:100%;
	background: url(../images/headerBG.jpg) repeat-x;
	}

#header {
	width:980px;
	margin:0 auto;
	background: url(../images/header.jpg);
	height:228px;   /* Change the height of header here according to the height of hearder image */
}
#header p {
	margin:0;
}
#headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	margin:0 auto;
	color:#333;
	padding-top:170px;
	width:940px; /* Change the width of text here according to header image so no text overlaps image */
}
#headerInfo a:link, a:visited, a:active {
	color:#039;
}
#headerInfo a:hover {
	color:#039;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:8px;
	letter-spacing:-1px;
	margin:0 auto;
	color: #900;
	text-align:center;
	width:980px; /* Change the width of slogan text here according to header image so no text overlaps image */
}
/*------------------------------ Navigation -----------------------------*/
#navContainer {
	width:195px;
	float:left;
	margin:5px;
	border-right:1px #ddd solid;

	}
				
ul#navigation {  /* This is the navigation container */
	width: 175px;
	padding:8px;
	font-size:14px;
	list-style:none;
	margin:0;
	background:none;
	font-weight:bold;

		
}
ul#navigation li a {
	display: block;
	margin: 0 0 12px 0;
	background:#e3e3e3;
	text-decoration:none;
	color: #666;
	padding:5px 0 5px 10px;
}

ul#navigation a:visited {
	background: #e3e3e3;
	color: #666;
	}

ul#navigation a:hover {
	background:#999;
	color:#FFFFFF;
}

ul#navigation  a:active {
	background:#999;
	color:#FFFFFF;
	
	}
#underNav{
	width: 195px;
	clear:both;

	}	
#underNav p {
	font-size:12px;
	padding:6px;
	text-align:center;
	}	
/*------------------------------ Content -----------------------------*/

					
#content {
	width:720px; /* Set the width here according to the navbar width */
	float:right;
	height:auto;
	background: #fff;
	margin:0;
	padding: 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow: auto;

}

.ulstyle {
	line-height:22px;}

.formTable tr:nth-child(odd) {
background: #ffffff;
}

.imageLeft {
	margin: 0.5em 1em 0.5em 0;
	float:left;
}
.imageRight {
	margin: 0.5em 0 0.5em 1em;
	float:right;
}
.imageCenter {
	margin-left:auto;
	margin-right: auto;
	display:block;
	padding:0.5em;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.addressBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.addressItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
h2, h3, h4 {  /* If using different styles, sepatare the tags  */
	margin:0;
}
p .breakhere {
	page-break-after:always;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #069;
	margin:5px 0 25px 0;
}
.paraHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.textColor {
	color:#F00;
	font-weight:bold;
	margin:0;
}
a.nounderline:link {
	color: #000066;
	text-decoration: none;
}
a.nounderline:visited {
	color: #000066;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000099;
	text-decoration: underline;
}
a.nounderline:active {
	color: #000066;
	text-decoration: none;
}
.center {
	text-align:center;
}
.left {
	text-align:center;
	float: left;
	width: 300px;
}
.right {
	text-align:center;
	float: right;
	width: 300px;
	margin-right: 45px;
}
#footer {
	clear: both;
	background: #aaa;
	padding: 10px;
	text-align:center;
	font-size:12px;
}
/*------------------------------ Content - Columns -----------------------------*/

div#outer { /* This is the div that holds the columns*/
	width: 752px; /* Change the width of container here*/
	height: 300px;
	margin: 35px auto;
	background-color: #fff;
	border: none;
}
div#first { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#second { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	border-right:#CCC 1px dotted;
	width: 220px;  /* Change the width of collumn here*/
}
div#third { /* This is the first column*/
	background-color: none;
	float: left;
	padding: 15px;
	width: 220px;  /* Change the width of collumn here*/
}
/*------------------------------ Content - Images -----------------------------*/
.image-Left {
	margin: 0 25px 0 10px;
	float:left;
	border:1px #CCCCCC solid;
	padding: 3px;
}
.image-Right {
	margin: 0 10px 0 25px;
	float:right;
	border:1px #CCCCCC solid;
	padding: 3px;
}
.image-Center {
	margin-left:auto;
	margin-right: auto;
	display:block;
	border:1px #CCCCCC solid;
	padding: 3px;

}
.noBorder{
	border:none;
	}

.imageSet {  /* images container settings*/
	margin: 0 auto;
	border:0px;
	text-align:center; /* center images */
	width:700px; /* change size here for sufficient space to hold 2 or more images */
}
.imageSet img {  /* individual images settings */
	margin-left:auto;
	margin-right:auto;
	margin: 25px 10px;  /* distance between images and top/bottom */
	border: #CCC 1px solid;
	padding: 3px;
}
.caption {
	text-align:center;
	background:#fff;
	font-size:11px;
	margin:0;
	color: #666;
	width:106px; /*change caption width here*/
}
.image_Caption-Left { /*image caption container*/
	float:left;
	width:116px; /*change image width here*/
	margin: 3px 20px 0 10px;
}
.image_Caption-Right { /*image caption container*/
	float: right;
	width:116px; /*change image width here*/
	margin: 3px 10px 0 20px;
}
.image_Caption-Center { /*image caption container*/
	width:116px; /*change image width here*/
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	display:block;
}
.image_CaptionGroup {
	width: 100%;
	margin: 10px auto;
	height:270px;
}
.image1 {
	float:left;
!important  background: #fff;
	text-align:center; /* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.image2 {
	float: left;
!important  background: #fff;
	text-align:center;/* Change here image/text alignment */
	margin: 0;
	padding: 10px;
	width: 47%;
}
.colorBlock {
	margin: 0 auto;
	width:350px; /* change width of block here */
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	padding: 5px;
}
.socialIconsHorz {
	float:right;
	margin:5px;
}
.couponBorder {
	border: thin dashed #000;
	margin: 0 auto;
	width:350px;
	text-align:center;
	background-color:#eee;
	padding: 10px;
}
/*------------------------------ Footer -----------------------------*/

#footer {
	clear:both;
	background: #eee;
	padding:2px;
	text-align:center;
	font-size:11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#000066;
}
#footer a:hover {
	color:#000099;
}
#cwr {
	margin:0 auto;
	background-color:none;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}/*------------------------------ Aside -----------------------------*/

aside {    /* If using Aside feature, just add aside tag to html */
	float:right;
	width:20%;
	padding:30px;
	font-size:12px;
	border-left: #CCC dotted thin;
	margin-top: 5px;
}