body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #sideBar{
	float:left;
	width:250px;
	margin-top:10px;
	margin-left:10px;
	border: 0px none #f0f0f0;
	background-color: #FFF;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	display: block;
}
.oneColFixCtrHdr #footer {
	width:720px;
	height:90px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-image: url(http://viaboxes.com/images/footerImg.jpg);
	line-height: 15px;
	float: left;
	margin-left: 34px;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	margin-top: 20px;
}

.mainForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E1B0C;
	margin: 10px;
	width: 525px;
	display: block;
	background-color: #F00;
	float: left;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #D3460A;
	font-size: 14px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 2px;
}

h2 {
	color: #696969;
	font-size: 12px;
}

img {
	border:0px;
}
div {
	padding:0px;
	font-family:verdana;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited {
	color: inherit;
}
#main {
	width:780px;
	margin: 0px;
	border: 0px solid #f0f0f0;
	background-color: #FFF;
	padding: 10px;
}
#viaLogo {
	width:200px;
	height:100px;
	float:left;
	display:block;
	padding-top: 0px;
	margin: 0px;
	padding-left: 0px;
}
#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #4480D2;
	list-style-type: none;
	text-align: right;
	white-space: normal;
	word-spacing: 40px;
	width: 200px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topNav ul {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
#topNav a:link, #topNav a:visited {
	font-family: Arial, Helvetica, sans-serif
	color: white;
	text-decoration: none;
}

#topNav a:hover {
	color:#4c2a14;
}
#cartLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	color: #4480d2;
	width: 400px;
	height: 20px;
	text-align: right;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: -20px;
}

#cartLink a:link, #cartLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #4480d2;
	text-decoration: none;
}
#cartLink a:hover {
	color:#4c2a14;
}	

#cellarTab a {
	background-image: url(http://viaboxes.com/images/cellarButton4.jpg);
	height: 75px;
	width: 75px;
	margin-left: 5px;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
}
#cellarTab a:link, #cellarTab a:visited {
	background-image: url(http://viaboxes.com/images/cellarButton4.jpg);
}
#cellarTab a:hover {
	background-image:url(http://viaboxes.com/images/cellarButton3.jpg);
}
#craftsTab a {
	background-image: url(http://viaboxes.com/images/craftsButton4.jpg);
	height: 75px;
	width: 75px;
	margin-left: 5px;
	margin-top: 30px;
	margin-right: 5px;
	float: right;
}
#craftsTab a:link, #craftsTab a:visited {
	background-image: url(http://viaboxes.com/images/craftsButton4.jpg);
}
#craftsTab a:hover {
	background-image: url(http://viaboxes.com/images/craftsButton3.jpg);
}
#closetTab a {
	background-image: url(http://viaboxes.com/images/closetButton4.jpg);
	margin-left: 5px;
	height: 75px;
	width: 75px;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
#closetTab a:link, #closetTab a:visited {
	height: 75px;
	width: 75px;
	background-image: url(http://viaboxes.com/images/closetButton4.jpg);
}
#closetTab a:hover {
	background-image: url(http://viaboxes.com/images/closetButton3.jpg);
}
#kidsTab a {
	background-image: url(http://viaboxes.com/images/kidsButton4.jpg);
	height: 75px;
	width: 75px;
	margin-left: 5px;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
#kidsTab a:link, #kidsTab a:visited {
	background-image: url(http://viaboxes.com/images/kidsButton4.jpg);
}

#kidsTab a:hover {
	background-image: url(http://viaboxes.com/images/kidsButton3.jpg);
}

#homeTab a {
	height: 75px;
	width: 75px;
	margin-left: 5px;
	background-image: url(http://viaboxes.com/images/homeButton4.jpg);
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	display: inherit;
	padding: 0px;
}

#homeTab a:link, #homeTab a:visited {
	height: 75px;
	width: 75px;
	background-image: url(http://viaboxes.com/images/homeButton4.jpg);
}

#homeTab a:hover {
	background-image: url(http://viaboxes.com/images/homeButton3.jpg);
}
#menuTop {
	float:left;
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #4480D2;
	white-space: normal;
	font-style: normal;
	font-stretch: normal;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menuTop ul, #menuTop li {
	margin: 0px;
	padding: 0px;
	}

#menuTop ul {
	list-style-type: none; 
}

#menuTop li {
	width: 80px;
	height: 15px;
	margin: 0px 0px 0 0;
	padding: 0;
}

#menuTop a {
	display: block;
	margin: 0;
	padding: 0px 10px;
}

#menuTop a:link, #menuTop a:visited {
	font-family: Arial, Helvetica, sans-serif
	color: white;
	text-decoration: none;
}

#menuTop a:hover {
	color:#4c2a14;
}

ul.menuHoriz li {
	float: left;
}

ul.menuVert {
	position: absolute;
	top: 35px;
	display: block;
	background-color: #529BFF;
	text-align: left;
	font-size: 11px;
	visibility: hidden;
}

ul#menuSubOne	{ left: 0px}
ul#menuSubTwo	{ left: 80px}
ul#menuSubThree	{ left: 160px}
ul#menuSubFour	{ left: 240px}
ul#menuSubFive	{ left: 320px}
ul#menuSubSix	{ left: 400px}
ul#menuSubSeven	{ left: 480px}
ul#menuSubEight	{ left: 560px}
ul#menuSubNine	{ left: 640px}
#mainImage {
	width:500px;
	height:350px;
	float:right;
	display:inline;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.Txt_This {
	margin-top:5px;
	width:500px;
	margin-bottom:5px;
	float:right;
	display:inline;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	line-height: normal;
	padding-top:1px;
	padding-bottom:2px;
	background-color: #FFF;
}
#slideshow {
	background-color: #666666;
	width:500px;
	padding-top:0px;
	height:124px;
	margin-top:19px;
	margin-bottom:0px;
	float:right;
	display:inline;
}
.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E1B0D;
	text-align: right;
	width: 425px;
	float: left;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.aboutContent {
	height: 425px;
	width: 425px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
}
#shoppingCartForm {
	top:200px;
	width:450px;
	z-index:1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: block;
	margin-left: 50px;
	float: left;
	padding: 0px;
	text-align: left;
}
#shoppingCartForm .errorMessage {
	color:#F00
}

#detailsContent {
	float: left;
	width: 425px;
	display: block;
	margin-top: 20px;
	margin-left: 50px;
	font-size: 12px;
	text-align: justify;
}
#textContent {
	float: left;
	width: 700px;
	display: block;
	margin-top: 10px;
	margin-left: 40px;
	font-size: 12px;
	text-align: justify;
}

