/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body 
{
	line-height: 1;
}
ol,ul 
{
	list-style: none;
}
blockquote,q 
{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td 
{
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 
{
	clear: both;
}
html 
{
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus 
{
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section 
{
	display: block;
}
audio,canvas,video 
{
	display: inline-block;
}
audio:not([controls]) 
{
	display: none;
}
del 
{
	color: #333;
}
ins 
{
	background: #fff9c0;
	text-decoration: none;
}
hr 
{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,sup 
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup 
{
	top: -0.5em;
}
sub 
{
	bottom: -0.25em;
}
small 
{
	font-size: smaller;
}
img 
{
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* GENERAL */
*
{
	text-decoration: none;
	outline: none;
}

.clear
{
	clear: both;
}

body
{
	background-color: #C0C6D4;
	line-height: 1.5;
	font-family: 'Raleway', Tahoma, Verdana, Arial, sans-serif;
}

#main
{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-border-radius: 4px;
    border-radius: 4px;	
	-webkit-box-shadow:  5px 5px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  5px 5px 1px 1px rgba(0, 0, 0, 0.2);	
}

#header
{
	width:960px; 
	margin-top: 15px;
}

#header #logo-title
{
	color: #784699;
	font-family: 'Lobster Two', cursive;
	font-size: 38px;
	font-weight: bold;
	padding-left: 110px;
	padding-top: 60px;
	line-height: 1.3;
}

#header #logo-spacer
{
	height: 40px;
	border-left: 110px solid #784699;
}

#header-image
{
	padding: 200px 0px 0px 140px;
	width: 820px;
	height: 47px;
	color: #fff;
	font-size: 28px;
	text-shadow: 2px 2px 0px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);	
}

#header #menu
{
	background-color: #C0C6D4;
	border-bottom: 4px solid #ED3237;	
	position: relative;
}

#header #menu a
{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 192px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	cursor: pointer;
}

#header #menu a:hover
{
	background-color: #ED3237;
}

#header #menu a.purple
{
	background-color: #784699;
}

#header #menu > ul > li /* parent menu items */
{
	float:left;
}

#header #menu > ul > li > ul /* first child list */
{
	display: none;
}

#header #menu > ul > li:hover > ul /* first child list hover */
{
	display: block;
	background-color: #ED3237;
	position: absolute;
	z-index: 999;
}

#header #menu > ul > li:hover > ul li a /* first child list hover item*/
{
	width: 300px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

#header #menu > ul > li:hover > ul li a:hover /* first child list hover over item*/
{
	background-color: #784699;
	width: 300px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

#content
{
	width:820px;
	padding: 20px 70px 20px 70px;
	color: #666666;
}

#content a
{
	color: #87A7AB;
}

#content a:hover
{
	color: #67878B;
}

#content h1
{
	color: #784699;
	font-size: 24px;
	margin-bottom: 10px;
}

#content p
{
	padding-bottom: 15px;
}

#footer
{
	width:960px;
	margin-bottom: 15px;
	border-top: 2px solid #EFEFEF;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 12px;
}

#footer div
{
	padding: 5px 0px 5px 0px;
}

#footer a
{
	color: #87A7AB;
	font-size: 12px;
}

#footer a:hover
{
	color: #67878B;
}

#footer #footer-links a
{
	padding: 0px 15px 0px 15px;
}

#content .prod-link
{
	font-size: 20px;
	font-weight: bold;
	color: #784699;
}