@charset "UTF-8";

/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BEGIN */

body {
	background:url(images/bgElement.jpg) center top no-repeat #747477;
	font-family:Arial, Verdana, sans-serif;
	font-size:small;
	color:#58595A;
	overflow-x:hidden;
	}
a {color:#712D54;text-decoration:none;}
a:hover {color:#712D54;text-decoration:underline;}
p {margin-bottom:10px;}
sub {padding-left:15px;font-size:x-small;}
h2 {font-size:x-large;color:#DDD078;padding-bottom:15px; font-weight:bold;}
.post h2 {font-size:large; font-weight:normal;}
.post img { border:solid; border-width:thick; border-color:#660033;}
h3 {font-size:small;font-weight:bold;color:#712D54;padding-top:15px;}
h4 {font-size:x-large;font-weight:bold;padding:8px 0 0px;line-height:5px;}

#container {
	background-color:#E4E4E4;
	width:990px;
	margin:0 auto;
	padding:10px 20px 20px 20px;
	}
#header {
	height:70px;
	padding-bottom:5px;
	}
	#headerLeft {float:left;width:630px;}
	#headerRight {float:left;width:360px;text-align:right;}
		#headerRight input {margin-top:30px;border:1px solid #58595A;background:#CCCCCC;padding:2px;}
		#headerRight a {color:#58595A;text-decoration:none;padding-left:6px;}
		#headerRight a:hover {color:#712D54;text-decoration:underline;padding-left:6px;}

#contentPane {
	background-color:#FFFFFF;
	padding:25px;
	}
	#contentFeatured {float:left;width:636px;}
	#contentSide {float:left;width:244px;margin-left:40px;}
		.promoBox {}
		.promoBox img {}
	
#menu {
	height:45px;
	background:url(images/bgRepeat.jpg);
	}
	#menu li {float:left;color:#DDD078;font-weight:bold;padding-left:45px;font-size:medium;line-height:45px;}
	#menu li a {color:#DDD078;text-decoration:none;}
	#menu li a:hover {color:#DDD078;text-decoration:none;background:#712D54;color:#E4E4E4;}
.bucket {
	float:left;
	width:290px;
	padding:10px;
	line-height:20px;
	}
	.bucket strong {font-size:medium;}
	.bucket img {float:right;margin-top:-20px;}
.bucketCenter {
	
	}
	
/* SUB PAGE SPECIFIC STYLES */
#subPage {
	background:url(images/bgSubPage.jpg) center top no-repeat #747477;
	}
	
#subMenu li {
	padding:0 35px;
	font-size:x-large;
	}
#catalogMenu, #subPageContentPane, #subPageSidePane, #blogContentPane, #blogSidePane, #twoPane_content, #twoPane_sideBar, #threePane_content, #threePane_sideBar {
	float:left;
	line-height:16px;
	padding:0 10px;
	}
#catalogMenu {
	width:160px;
	}
	#catalogMenu a:hover {color:#58595A;text-decoration:none;}
#subPageContentPane {
	width:400px;
	padding:0 20px;
	border-right:2px solid #58595A;
	border-left:2px solid #58595A;
	}
	#subPageContentPane img {padding-bottom:15px;}
#subPageSidePane {
	width:290px;
	font-size:x-small;
	}
	#subPageSidePane strong {font-size:large;}
	
/* BLOG PAGE SPECIFIC STYLES */
#blogContentPane {
	width:490px;
	padding:0 20px;
	border-right:2px solid #58595A;
	border-left:2px solid #58595A;
	}
	#blogContentPane img {margin:0 10px 10px 0;border:2px solid #712D54;}
	.float {float:left;}

#blogSidePane {
	width:200px;
	font-size:x-small;
	}
	#blogSidePane strong {font-size:large;}
	
/* MAGENTO SPECIFIC STYLES */
#onePane_content {
	width:900px;
	padding:0 20px;
	}

#twoPane_content {
	width:670px;
	padding:0 20px;
	}
	#twoPane_content img {border:2px solid #712D54;}
#twoPane_sideBar {
	width:200px;
	font-size:x-small;
	}

#threePane_content {
	width:550px;
	padding:0 20px;
	border-right:2px solid #58595A;
	border-left:2px solid #58595A;
	}
#threePane_sideBar {
	width:150px;
	font-size:x-small;
	}
	
.informational ul li {float:left;padding:4px 14px 4px 0;}