﻿body {
	background-image: url(/_images/layout/master/graydient.jpg);
	background-repeat: repeat-x;
	background-color: #D2D3D5;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 20px 0;
    padding: 0px;
    color: #333;
}

#pg_page {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
}

#PageWrapper {
    min-width: 966px;
    width: 966px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #969696;
    border-top: none;
}

.transparent {
   filter: alpha(opacity=90);
   -moz-opacity: 0.9;
   opacity: 0.9;
}

/* ---- header ----------------------------------------------------------------------- */
#pg_header {
    clear:both;
    height:48px;
    width:950px;
    padding:19px 8px 10px 8px;
    background-color:#fff;
}

#pg_header_logo {
	float:left;
	width:155px;
    margin-right:70px;
}

#pg_header_search {
	float:left; 
	width:362px;
}

#pg_header_search .searchbox {
    width:151px;
    height:16px;
    margin-right:1px;
    vertical-align:top;
}

#pg_header_search .searchButton {
    position:relative;
}

#pg_header_search_form {
	position:relative;
	top:12px;
}

#pg_header .topmenu {
	float:left;
	width:160px;
	border-left:1px solid #808080;
	
	list-style:none none;
	margin:0px;
	padding:0px;
	padding-left:20px;
}

#pg_header .topmenu li {
	list-style:none none;
    z-index:999;
}

#pg_header .topmenu li a {
    text-decoration:none;
    z-index:999;
}

#pg_header .topmenu li a:link    { color: #333; }   /* unvisited links */
#pg_header .topmenu li a:visited { color: #333; }   /* visited links   */
#pg_header .topmenu li a:hover   { color: red;  }   /* user hovers     */
#pg_header .topmenu li a:active  { color: red;  }   /* active links    */


/* ---- body ----------------------------------------------------------------------- */
#pg_body {
    background-color: #252223;
    background-image: url(/_images/layout/master/pagebackgrnd.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

/* ---- contents ----------------------------------------------------------------------- */
.pg_content_wrapper {
    float: left;
    display: block;
	margin: 34px 0 0 0;
    padding: 0 8px 0 8px;
    width: 950px;
    text-align: left;
	background-color: #fff;
}

.pg_contents {
    float: right;
    display: block;
    padding: 0px;
    margin: 0 0 8px 0;
    width: 948px;
	min-height: 405px;

    text-align: left;
	border: 1px solid #868685;
}

#pg_footer {
    clear: both;
    float: none;
    display: block;
	width: 966px;
	height: 30px;
    padding: 0px;
}

#pg_footer .footerTemplate { height: 30px; float: left; text-align: center; }
#pg_footer .footerInput { width: 138px; background-color: #003479; }
#pg_footer .footerImage { width: 138px; background-color: #E43689; }
#pg_footer .footerSound { width: 138px; background-color: #803689; }
#pg_footer .footerConnect { width: 138px; background-color: #F18E00; }
#pg_footer .footerPower { width: 138px; background-color: #66BC29; }
#pg_footer .footerPortable { width: 138px; background-color: #009EE0; }
#pg_footer .footerGaming { width: 138px; background-color: #E2003D; }

#pg_footer .footerText { color: #fff; font-size: 14px; font-weight: bold; position: relative; top: 25%; }

#pg_disclaimer {
	clear:both;
	padding-top:30px;
	text-align:center;
	font-size:10px;
	color: #444444;
}
#pg_disclaimer A:link    { color: black; }   /* unvisited links */
#pg_disclaimer A:visited { color: black; }   /* visited links   */
#pg_disclaimer A:hover   { color: red;  }   /* user hovers     */
#pg_disclaimer A:active  { color: red;  }   /* active links    */

.pf_banner { }
.pf_banner_icon { }
.pf_banner_prodname { margin-top:15px; font-weight:bold; }
.pf_banner_proddesc { }
.pf_banner_msg { margin-top:5px; font-weight:bold; color:#606060; }


/* ---- common styles ----------------------------------------------------------------------- */

A:link    { color: #0000FF; text-decoration: none; }
A:visited { color: #333377; text-decoration: none; }
A:hover   { color: #FF0000; text-decoration: underline; }
A:active  { color: #FF0000; text-decoration: underline; }

h1 {
    color:Black;
    text-align:center;
	font-size: 18pt;
	font-weight:normal;
}
h1:first-letter { color:Red; }

h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #58595B;
}

/* ---- miscellaneous ----------------------------------------------------------------------- */

/* -- breadcumb navigation -- */
.breadcrumbs {
    padding:10px 0 0 5px;
    font-size:11px;
    font-weight: bold;
    color:#808080;
    float:left;
}

/* -- AddThis button -- */
/*#addthisbutton {
    padding-top:3px;
    padding-bottom:10px;
}*/

/* -- captions for pictures -- */
.caption {
    font-style:italic;
    padding-bottom:2px;
    padding-top:2px;
}

/* -- RSS icon -- */
.rssfooter {
    text-align:center;
    padding-top:20px;
}
.rssfooter IMG {
    vertical-align:middle;
}

/* ---- print version ----------------------------------------------------------------------- */

@media print {
    #pg_header_search { display:none; visibility:hidden; }
    .topmenu { display:none; visibility:hidden; }
}
@media print {
    #pg_footer { display:none; visibility:hidden; }
}
@media print {
    #pg_body .mainmenu { display:none; visibility:hidden; }
}
@media print {
    #pg_submenu { display:none; visibility:hidden; }
}
