#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}



/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*
====================================
Start Theme One Styling
====================================
*/

body
{

	background-color:#F7F7F7;
	font-family:'Tahoma','Verdana','Arial',sans-serif;
}

#Container
{
	margin:0 auto 0 auto;
	width:780px;
}

#Header
{
	overflow: hidden;
}

#Logo
{
	background-image:url(../Data/Assets/PCMacNerds/images/logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:94px;
	width:161px;
	float:left;
}
#Top
{
	float:left;
}
#Top1
{
	color:#dadada;
	font-size:8pt;
	height:67px;
	width:619px;
	background-image:url(../Data/Assets/PCMacNerds/images/top-bg.gif);
	overflow: hidden;
}

#Logo a
{
	display:block;
	height:100%;
}
#Header #Login
{
	float:right;
	padding-top:20px;
	padding-right:10px;
}
#Header #Login a
{
	color:white;
}
#Navi
{
	border-top:solid 1px white;
	border-left:solid 1px white;
	background-color:#E0E0E0;
	width:618px;
	overflow: hidden;
}
#NaviBar
{
	width:780px;
	height:10px;
	border-bottom:solid 1px white;
	overflow: hidden;
	background-color:#5B7ED8;
}
#Navi li
{
	float:left;
	color:#0E368E;
	display:block;
	margin:0 0 0 0;
	font-size:8pt;
	height:26px;
	width:120px;
	border-right:solid 1px white;
	text-align:center;
}

#Navi li a
{
	color:#0E3791;
	text-decoration:none;
	display:block;
}

#Navi li a:hover, #Navi li.Selected a
{
	
	background-color:#5B7ED8;
	height:26px;
	color:#FFFFFF;
}

#FooterNavi
{
font-size:8pt;
margin:10px 0px 0px 0px;
padding-bottom:5px;
padding-top:20px;
width:780px;
text-align:center;
overflow: hidden;
}
#FooterNavi li
{
	float:left;
	width:195px;
}
#FooterNavi li a
{
	color:#0E3791;
	text-decoration:none;
	display:block;
}

#FooterNavi li a:hover, #FooterNavi li.Selected a
{
	color:#0E3791;
}

#Content
{
	background-image:url(../Data/Assets/PCMacNerds/images/content-bg-top.gif);
	background-repeat:repeat-x;
	background-position: top left;
	clear:both;
}
#Content2{
	background-image:url(../Data/Assets/PCMacNerds/images/content-bg-bottom.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}
#HomeFeature
{
text-align:left;
height:440px;
font-size:11pt;
}
.hp_promo
{
    padding-top:10px;
}
.hp_promo a
{
	font-size:10pt;
	color:#666666;
	text-decoration:none;
}

.hp_promo a:hover
{
	font-size:10pt;
	color:blue;
	text-decoration:underline;
}

.hp_promo p{
    text-align:justify;
    font-family:Verdana;
    font-size:8pt;
    color:#333333;
}
.hp_NaT
{
    border: solid 1px #cccccc;
    padding:1px;
    width:30%;
    text-align:left;
    float:left;
    margin-left:15px;
    min-height:210px;
}
.hp_NaT .header
{
    background-color:#F2F2F2;
    border-bottom: solid 1px #E5E5E5;
    padding:2px;
    font-weight:bold;
}
.hp_NaT .content
{
    padding:2px;
}
.hp_NaT .content
{
    padding:5px;
}
.hp_NaT a
{
	font-size:8pt;
	color:#666666;
	text-decoration:none;
}

.hp_NaT a:hover
{
	font-size:8pt;
	color:blue;
	text-decoration:underline;
}

/* Box is same as .hp_NaT exept for set dimentions and floating */
.box
{
    border: solid 1px #cccccc;
    padding:1px;
    text-align:left;
    min-height:50px;
}
.box .header
{
    background-color:#F2F2F2;
    border-bottom: solid 1px #E5E5E5;
    padding:2px;
    font-weight:bold;
}
.box .content
{
    padding:5px;
}
.box a
{
	font-size:8pt;
	color:#666666;
	text-decoration:none;
}

.box a:hover
{
	font-size:8pt;
	color:blue;
	text-decoration:underline;
}



#HomeFeature .promo{
	background-position: left top; 
	background-repeat: no-repeat;
	width:320px;
	height:220px;
	margin:5px;
	cursor:hand;
	font-size:10pt;
	color:#666666;
	text-decoration:none;
}
#HomeFeature .promoOver{
	background-position: left top; 
	background-repeat: no-repeat;
	width:320px;
	height:220px;
	margin:5px;
	cursor:pointer;
	cursor:hand;
	color:blue;
	font-size:10pt;
	color:blue;
	text-decoration:underline;
}
#HomeFeature #promo1{
	background-image: url(../Data/Assets/PCMacNerds/images/win.png); 
}
#HomeFeature #promo2{
	background-image: url(../Data/Assets/PCMacNerds/images/smartphone.png); 
}
#HomeFeature #promo3{
	background-image: url(../Data/Assets/PCMacNerds/images/apple.png); 
}
#HomeFeature #promo4{
	background-image: url(../Data/Assets/PCMacNerds/images/gaming.png); 
}
#HomeFeature .promoGrp{
	float:left;
	background-image: url(../Data/Assets/PCMacNerds/images/dotted-line-h.gif); 
	background-position: center center; 
	background-repeat: repeat-x; 
	text-align:left;
}
#HomeFeature .item{
	margin-left: 80px; 
	line-height: 40px; 
	height: 60px;
	padding-bottom:30px;
}
#HomeFeature .promoLink {
	text-align:right;
}
#HomeFeature .promoLink a{
	color:blue;
}

#HomeFeature #promoSepY{
	background-position: center center; 
	float: left; 
	background-image: url(../Data/Assets/PCMacNerds/images/dotted-line-v.gif); 
	background-repeat: repeat-y; 
	height: 100%;
	width:60px;
	text-align:center;
}
.hf_s_h
{
	background-position: left top; 
	background-image: url(../Data/Assets/PCMacNerds/images/dotted-line-x.gif); 
	background-repeat: repeat-x;
}
#ContentContainer
{
	min-height:400px;
	height:100%;
	/*background-color:red;*/ /* Used for debug */
}

#HomePageContent
{
	font-size:14px;
	/*background-color:purple;*/ /* Used for debug */
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
#MainContent
{
	
	font-size:14px;
	/*background-color:purple;*/ /* Used for debug */
	padding-left:20px;
	padding-right:40px;
	text-align:justify;
	
	padding-bottom:40px;
}
#MainContent strong
{
	font-weight:bold;
}

#mcHeader{	
	text-align:left;
	padding-top:20px;
	font-size: 12pt;
	color:#666666;
	padding-bottom:0px;	
}
#MainContent h2{	
	font-size: 10pt;
	color:#999999;
	margin:10px 0 10px 0;

}
#MainContent h3{	
	font-size: 10pt;
	color:#333333;
	margin:10px 0 10px 0;
}

#MainContent p
{
	margin:10px 0 10px 0;
}

#MainContent a
{
	color:red;
	text-decoration:underline;
}

#MainContent a:hover
{
	color:red;
	text-decoration:none;
}


#Footer
{
	clear:both;
	font-size:8pt;
	color:white;
	
	/*
		min-height:40px;
		line-height:40px;
		padding:0 0 0 15px;
	*/
	background-color:#5B7ED8;
	text-align:center;
	padding:5px 0px 5px 0px;
}

#Footer a
{
	color:#808080;
	text-decoration:none;
}

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

#Footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#Footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}

.f25p
{
    float:left;
    width:25%;
}

/*
HOME PAGE MAIN PROMO
*/
.promoOff
{
    padding:10px;
    height:65px;
}
.promoOn
{
 	background-image:url(../Data/Assets/PCMacNerds/images/hp_bg.png);
 	background-repeat:no-repeat;
    padding:10px;
    height:65px;
}
.content_s
{
    background-image:url(../Data/Assets/PCMacNerds/images/cb-sep.gif);
 	background-repeat:repeat-y;
 	background-position:right top;
 	padding:5px 15px 5px 10px;
 	margin-right:5px;
 	
 	text-align:justify;
    font-family:Verdana;
    font-size:8pt;
    color:#333333;
}
.content_ns
{
    padding:5px 15px 5px 10px;
    margin-right:5px;
    
    text-align:justify;
    font-family:Verdana;
    font-size:8pt;
    color:#333333;
}



















