html,body
{
	margin:0;
	padding:0;
	border:0;
}

html 
{
	height:100%
}


body
{
	min-height:100.01%;
	background:#444444;
	min-width:960px; /*** MOZ width ***/
	text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
	margin-bottom: 10px;
	font-size: 105%;
}

div
{
	margin: 0px;
	border:0px;
	padding:0px;
}

p
{
	margin-bottom: 1em;
}


h1
{
	font-size: 150%;
	margin: 0px;
	margin-bottom: 1em;
	border:0px;
	padding:0px;

}

h2
{
	font-size: 130%;
	margin: 0px;
	margin-top: 2em;
	margin-bottom: .5em;
	border:0px;
	padding:0px;
	font-weight: bold;

}

h3
{
	font-size: 100%;
	margin: 0px;
	margin-top: 1em;
	margin-bottom: .5em;
	border:0px;
	padding:0px;
	font-weight: bold;

}

h1 a, h2 a, h3 a
{
	color: #000000;
}

h1 a:visited, h2 a:visited, h3 a:visited
{
	color: #000000;
}

a
{
	color: #E68A00;
	text-decoration: none;
}

a:visited 
{
	color: #E68A00;
}

a:active 
{
	color: #E68A00;
}

a:hover
{
	color: #E68A00;
	text-decoration: underline;
}

table 
{
border-collapse: collapse;
} 

th, td
{
	border: 1px dotted #444444;
	padding: 2px;
}

input.text
{
	width: 450px;
	height: 2em;
}

hr
{
	border: 0;
	border-top: 1px dotted #444444;
	
}

/* page styling */


div#wrapper
{
  text-align: left;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  xfont-size: 80%;
}

div#page
{	
}


strong
{
	font-weight: bold;
}

/* head */

div#headSection
{
	position: absolute;
	width: 960px;
	height: 120px;
	border-bottom: 5px solid #444444;
	background-color: #f8981d;
	xbackground-image: url(../images/header_bg.png);
	xbackground-position: 542px 0px;
	xbackground-repeat: no-repeat;
	background-image: url(../images/top_fade.gif);
	background-repeat: repeat-x;


}

div#headSection a
{
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
}

div#headSection a
{
	width: 200px;
}

div#headSection a img
{
}




/* body */

div#bodySection
{
	position: absolute;
	width: 960px;
	xtop: 135px;
	top: 131px;
	background-color: #ffffff;
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	padding-bottom:5em;
	border: 0px;
	border-bottom: 10px solid #444444;
	min-height: 400px;
}

/* nav */

div#nav
{
	position: absolute;
	top: 0px;
	left: 0px;
	xbackground-color: #00ffff;
	width: 230px;
	padding: 10px;
	padding-top: 10px;
	xbackground-image:url(/images/nav_bg.gif);
	xbackground-repeat: repeat;
}


div#nav ul#topNav
{
	margin-top: 10px;
	margin-left: 20px;
}

div#nav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	xlist-style-image: url(../images/sqoo_media_header.png);
}

div#nav ul ul
{
	margin-left: 20px;
	font-size: 85%;
}

div#nav li li
{
	font-size: 100%;
	margin-bottom: 4px;
}

div#nav li
{
	xmargin-bottom: 5px;
	margin-bottom: 12px;
}

div#nav ul
{
	margin-top: 5px;
}


div#nav li a
{
	color: #000000;
}

div#nav li a:visited
{
	color: #000000;
}

div#nav li a:active
{
	color: #000000;
}

div#nav li a:hover
{
	color: #E68A00;
}

div#nav li.current a
{
	color: #E68A00;
}

div#nav li.current li a
{
	color: #000000;
}

div#nav li.current li a:visited
{
	color: #000000;
}

div#nav li.current li a:active
{
	color: #000000;
}



/* breadcrumb */

div#breadCrumb
{
	position: absolute;
	xbackground-color: #ff00ff;
	width: 560px;
	top: 10px;
	left: 210px;
	xheight: 2em;
	padding:0px;
	border: 0px;
	margin: 0px;
	xborder-bottom: 1px solid #444444;
}

div#breadCrumb ul
{
	padding:0px;
	border: 0px;
	margin: 0px;
}

/* content */

div#contents
{
	left: 250px;
	padding: 10px 20px;
	position: relative;
	top: 3em;
	width: 670px;
	background-image:url(/images/rhs_shadow.gif);
	background-repeat: repeat-x;
	
}

div#contents ul
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 2em;
	list-style: none;
	list-style-position: outside;
}

div#contents li
{
	padding-left: 10px;
	background-image: url('../images/selector.gif');
	background-position:0px 5px;
	background-repeat: no-repeat;
	margin-bottom: .5em;
}


div#contents a
{
	color: #E68A00;
	text-decoration: none;
	font-weight: bold;
}

div#contents a:visited 
{
	color: #E68A00;
}

div#contents a:active 
{
	color: #E68A00;
}

div#contents a:hover
{
	color: #E68A00;
	text-decoration: underline;
}


div#bodySection div.homepage
{
	top: 0px;
}

div#contents h1
{
	padding-bottom: 2px;
	border-bottom: 1px dotted #444444;
}

div#contents img
{
	margin: 2px;
}

contentFoot
{
	position:relative;
}

/* footer */

div#footSection
{
	width: 780px;
	clear: both;
}


/* lists */

div.childList h2
{
	xbackground-color: #ffd698;
}

div.childList h2 a
{

	display: block;
	border-top: 1px dotted #444444;
	padding: 2px;
}

div.childList h2 a span.linkText
{
	xpadding-right: 20px;
	xbackground-image: url('../images/linkgo.gif');
	xbackground-position: right center;
	xbackground-repeat: no-repeat;

}


/* faq section */

div#contents div#faqAnswerList h2
{
	margin-top: 2em;
}

div#contents div#faqAnswerList a.top
{
	padding-left: 12px;
	background-image: url('../images/up.gif');
	background-position: 2px right;
	background-repeat: no-repeat;
}



/* homepage */

div#hpmain
{
	margin-bottom: 30px;
	xfont-size: 120%;
	xwidth: 544px;
}



div#hpboxes
{
	position: relative;
	margin-bottom: 50px;
	font-size: 75%;
}

div.hpbox
{
	background-color: #999999;
	width: 170px;
	height: 200px;
	float: left;
	padding: 0;
	margin: 0;
	margin-right:15px;
	cursor: pointer;
	font-size: 85%;
}

div.hpbox h2
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1.2em;
	width:168px;
	margin: 0px;
	padding: 1px;
	background-color: #444444;
	color: #ffffff;
	opacity: .90;
	filter: alpha(opacity=90);
	font-weight: bold;
	font-size: 110%;
}

div.hpbox:hover h2
{
	color: #FFC66C;
}

div#contents div.hpbox img
{
	top: 0px;
	left: 0px;
	width:170px;
	margin: 0px;
}


div.hpbox div
{
	position: absolute;
}

div.hpbox div.hpgreybox
{
	top: 168px;
	left: 0px;
	height: 28px;
	width:166px;
	margin: 0px;
	padding: 2px;
	background-color: #444444;
	color: #ffffff;
	opacity: .80;
	filter: alpha(opacity=80);
	xfont-weight: bold;
	font-size: 110%;

}

div.hpbox:hover div.hpgreybox
{
	opacity: 1;
	filter: alpha(opacity=100);
}


/* aux */

div.link
{
	cursor: pointer;
	clear: both;
}

div#contents div.link img
{
	margin-right: 10px;
	margin-bottom: 10px;
}



/* tumblr feed */

div.tumblr_title
{
	font-size: 110%;
	font-weight: bold;
		margin-bottom: 5px;
	margin-top: 5px; 
}

div.tumblr_body
{
	margin-top: 15px; 
	font-size: 105%;
}

a.tumblr_link
{
	font-size: 110%;
	font-weight: bold;
}

div#contents li.tumblr_post
{
	border-top:1px dotted #444444;
	background-image: none;
	margin-bottom: 15px;
	padding-top: 5px;

}


/* slides */


div.glassbut
{
	xbackground-color: #aaa;
	float: left;
	width: 68px;
	height: 20px;
	margin-right: 5px;
	background-image: url('../images/glassbut.gif');
	background-repeat: no-repeat;
	text-align:center;
	cursor: pointer;
	
}

div.glassbut:hover
{
	color: #E68A00;
}

div.slide_page_top
{
	margin-top: -45px;
	height: 20px;
}

div#contents ul#slideshow
{
	list-style: none;
	margin-top: 40px;
}

div#contents ul#slideshow li
{
	background-image: none;
}

.sqSlideshow_transport
{
	right: 20px;
	position: absolute;
}

div.slide
{
	clear: both;
	padding-top: 15px;
}

div.slide_picture
{
	height: 340px;
}

div.slide_picture img
{
	border: 1px solid #000;
}

span.page
{
	float: right;
	font-size: 80%;
	margin-right: 20px;
}
