/*
Theme Name: pcw
Theme URI: http://pcworld.ca
Description: Pcworld Canada theme.
Author: Jeff Radecki
Author URI: http://hgcnow.com
*/

/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	
background: #000000;
font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	font-size: 62.5%;
	
}

#container {
	width: 995px;
	margin: auto;
	font-size: 1.2em;
			}
#searchRss {
	height: 80px;
	width: 350px;
	float:right;
	z-index:2;
}



#top_nav {
height: 100px;
	padding-top: 5px;
	color: #7E0200;
}

#header {
background-image: url(images/headerBg.gif);
	
	height: 83px;
	padding-top: 7px;
	padding-left: 10px;
}


#main_nav {
	background-image: url(images/navTop.gif);
	height: 45px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 10px;
	
}

#right {
	font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	float: right;
	width: 325px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}


#content {
    font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	position: relative;
	margin-right: 350px;
	margin-left: 10px;
	padding: 0px;
}

#footer {
	background: url(images/footerBg.gif) #ffffff no-repeat top left;
padding-top:10px;
padding-bottom:5px;
	clear: both;
}

/**************************************** text, images, lists ****************************/
/*
img.float_left {
	float: right;
}*/

p {
	font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	font-size:12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

a {
	color: #cc0000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
}

img {
padding:2px;
}

h1, h1 a, h1 a:hover {
	color: #666;
	font-size: 18px;
	text-decoration: none;
}

h2 a {
	font-size: 16px;
	color: #666666;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	text-decoration: none;
}

h3, h3 a {
	background-image: url(images/sidebar_heading.gif) ;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 19px;
	width: 550px;
	color: #000000;
	padding-top: 3px;
	padding-left: 24px;
	text-decoration: none;
}

h4, h4 a {
	background-image: url(images/sidebar_heading_2.gif);
	font-size: 1em;
	height: 19px;
	width: 275px;
	color: #000000;
	padding-top: 3px;
	padding-left: 24px;
	padding-right: 10px;
	text-decoration: none;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

ol {
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

.red, .red a, .red a:link, .red a:visited   {
font-color:#CC0000;
text-decoration:none;
}

.red a:hover {
font-color:##56564b;
text-decoration:underline;
}
/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 25px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 5px 1em;
	height: 18px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #ffffff;
text-decoration: underline overline;

}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}

#right ul, #left ul {
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}


