@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	width: auto;
	background-color: #CCC;
	border: thick solid #999;
}

h1 {
	color: #C90;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #FFF;
	margin-top: 12px;
	margin-bottom: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: lighter;
	font-style: italic;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000;
	text-align: center;
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C90;
	text-align: center;
}

a          {
	color: #C90;
	padding-top: 20px;
}
a:visited  {
	color: black;
	padding-top: 20px;
}
a:hover    {
	color: #000;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #000;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 125px;
	background-color: #000;
	
}

.bannerArea .container {
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #C90;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a {
	color: #C90;
	text-decoration: none;
}
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.toplogo {
	padding-left: 30px;
	height: 125px;
	background-color: #000;
	padding-top: 20px;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-repeat:repeat-x;
	background-color: #000;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-repeat: repeat-x;
	background-color: #000;
	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

.contentleft {
	width: 210px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	background-color: #FFC;
	height: auto;
	border: medium solid #999;
}

.contentright {
	padding-top: 20px;
	float: left;
	width: 640px;
	background-color: #FFC;
	border: medium solid #999;
	height: auto;
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #000;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 4px;
	
}

.footerArea .container {
	height: 77px;
	background-color: #CCC;
}

.copyright {
	padding-left: 40px;
	padding-top: 0px;
	color: #C90;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C90;
}
.contentArea .container .contentleft .bag_image {
	width: 200px;
	height: 250px;
	border: thick solid #999;
}
.contentArea .container .contentright blockquote .inventory_picture {
	height: 100px;
	width: 100px;
}
.inventory_picture {
	float: left;
	height: 75px;
	width: 100px;
	margin-left: 25px;
}
.inventory_description {
	float: left;
	height: 75px;
	width: 300px;
	margin-left: 20px;
}
.inventory_price {
	float: left;
	height: 75px;
	width: 75px;
	margin-left: 10px;
}
.contentArea .container .contentright blockquote .inventory_left {
	width: 175px;
	float: left;
}
.contentArea .container .contentright blockquote .inventory_center {
	width: 175px;
	margin-left: 10px;
	float: left;
}
.contentArea .container .contentright blockquote .inventory_right {
	float: left;
	width: 175px;
	margin-left: 10px;
}
