
/* -------------------------------------------------------------- 
	Resets default browser CSS.   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }
body { line-height: 1.5; background: #fff; margin: 0px; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
caption, th, td { font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
.wsmall { height: 1px !important; }
/* -------------------------------------------------------------- 
	Basic Font Settings 
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; color:#000000;}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

a { color: #333333; font-size:12px;text-decoration: none; }
a:link {color: #333333; font-size:12px;text-decoration:underline;  }
a:hover {color: #ed563b; font-size:12px;text-decoration:underline; }
a:active {color: #333333; font-size:12px;text-decoration: underline; }
a:visited {color: #333333; font-size:12px;text-decoration: underline; }
 
A.CommandButton:link {color: #333333;font-size:12px;text-decoration: underline;}
A.CommandButton:visited {color: #333333;font-size:12px;text-decoration: underline;}
A.CommandButton:hover {color: #ed563b;font-size:12px;text-decoration: underline;}
A.CommandButton:active {color: #333333;font-size:12px;text-decoration: underline;}


/* -------------------------------------------------------------- 
	Skin Styling - Start Editing Here
-------------------------------------------------------------- */

body {
	background-color: #c0c0c0;	
}

/* Page
-------------------------------------------------------------- */

#page { 
	margin: 0 auto; 
	width: 976px;
 }


/* Header
-------------------------------------------------------------- */

#header { 
	background-image: url('img/backgrounds/sprites.jpg');
	background-repeat: no-repeat;
	height: 146px;
	width: 976px;
	margin: 0 auto;
}
#header .right { float: right; display: inline; text-align: right; margin: 5px 10px 0px 0px; }
#dnn_dnnSEARCH_ClassicSearch {
    float: right;
    display: inline;  
}

#dnn_dnnSEARCH_ClassicSearch input {
	background-image: url('img/backgrounds/search.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000;
}
#header .right a {
	color: #fff !important;
	font-weight: bold;
}


/* Menu
-------------------------------------------------------------- */

#menu {
	background-image: url('img/backgrounds/sprites.jpg');
	background-position: 0px -146px;
	background-repeat: no-repeat;
	height: 36px;
	width: 976px;
	padding-left: 5px;
}

#menu .right { float: right; display: inline; margin: 7px 20px 0px 0px; }
#menu .right a { color: #fff; font-family: Arial; }
#menu .cart { float: left; margin-right: 5px;}

/* Body
-------------------------------------------------------------- */

#body {
	width: 960px;
	padding: 0px 8px;
	background: url(img/backgrounds/main.jpg) repeat-y;
	min-height: 400px;
	
}

/* Footer
-------------------------------------------------------------- */
#footer {
	background-image: url('img/backgrounds/sprites.jpg');
	background-position: 0px -194px;
	background-repeat: no-repeat;
	height: 50px;
	width: 976px;
	padding: 20px 20px 0px 20px;
}

#footer h1 {display: none;}


#footer p.quiet { color: #ccc; }

#sub_footer {
	margin: 0 auto; 
	text-align: center;
}

/* Windows
-------------------------------------------------------------- */
#ContentWindow {
	padding-top: 5px;
}

/* This is blowing things up

#ContentWindow a {
	color: red;
}

*/

#LeftWindow {
	width: 50%; 
	float: left; 
	display: inline;
}

#RightWindow {
	width: 50%;
	float: left; 
	display: inline; 
}

#LeftHomeWindow {
	width: 645px; 
	float: left; 
	display: inline;
}

#RightHomeWindow {
	width: 310px;
	float: left; 
	display: inline; 
}

.ColWindow {
	float: left; 
	display: inline; 
	width: 33.3%;
}
/* Panes
-------------------------------------------------------------- */
#LeftPane, #ContentPane, #BottomContent, #HeaderPane {
	margin: 0px 5px;
}

#HeaderPane {
	text-align: right;
}

#HeaderPane a {
	color: #5ca038;
}


#FooterPane {
	padding: 10px 6px;
}


#sub_footer {
	width: 976px;
	margin-left: 8px;
}
#sub_footer a {
	color: #222;
}
#sub_footer a:hover {
	color: #ed563b;
}
.sub_login {
	float: right;
	display: inline;
	margin-right: 75px;
}

.sub_login a { color: #222 !important;}
.sub_login a:hover { color: #ed563b !important;}


/* -------------------------------------------------------------- 
	LocalFocal 
-------------------------------------------------------------- */

.powered_by {
	float: right;
	display: inline;
	margin: 0px 15px 0px 0px;
}

.powered_by a img {
	opacity: 0.4;
	filter: alpha(opacity=40); 
	border: 0px;
}

.powered_by a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* -------------------------------------------------------------- 
	House Of Nuke Menu (minified)  
-------------------------------------------------------------- */
#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: none;
}
/* Second Menu */
ul, li { list-style-type: none !important; }
#HouseMenuNav, #HouseMenuNav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	list-style: none;
	background-color: #fff;
}

#HouseMenuNav a {
	display: block;
	line-height: 26px;
	padding: 1px 10px 8px 10px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	background: url(img/line_image.jpg) no-repeat top right;
}
#HouseMenuNav a:hover {
	color: #ffff00;
	
	
}
#HouseMenuNav li:hover {
	cursor: pointer; 
}

#HouseMenuNav li:hover span, #HouseMenuNav li.sfhover1 span {
	color: #fff;
}

#HouseMenuNav li {
	float: left;
	font-size: 12px;
}

/* Style drop down list */

#HouseMenuNav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #000;
	border-width:0px 1px 1px;
}

#HouseMenuNav li li {
	font-weight: normal;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li.sfhover1 ul {
	left: auto;
}

#HouseMenuNav li ul li a {
	background-image: none;
	line-height: 20px;
	color: #565656;
	font-size: 12px;
	width: 148px;
	padding: 0 20px;
}

#HouseMenuNav li ul li a {
}

#HouseMenuNav li ul li a:hover {
	background: #000000;
}

#HouseMenuNav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li.sfhover1 ul ul {
	left: -999em;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li.sfhover1 ul, #HouseMenuNav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#HouseMenuNav  li:hover, #HouseMenuNav  li.hover {  
	position: static;
}


/* -------------------------------------------------------------- 
	DNN 
-------------------------------------------------------------- */

.ControlPanel {
	margin: 0 auto;
	width: 976px;
	background: url(img/backgrounds/main.jpg) repeat-y;
	border: 0px;
}
.ControlPanel table {

}
.SkinObject {
color:#000000;
font-size:8.5pt;
font-weight:bold;
text-decoration:none;
}
.SkinObject:link {  }
a.SkinObject:link {  }
.Head { }
.SubHead {color: #000000; }
.SubSubHead  { }
.Normal { font-size: 12px; }
.NormalDisabled { }
.NormalBold { }
.NormalRed { }
.NormalTextBox { }
.DNNEmptyPane { display: none !important; }


