/***********************************************/
/* www.designside.ca - © 2010                  */
/* webmaster@designside.ca                     */
/* CSS Document                                */
/***********************************************/

body {
	margin: 0px;
	background-color: #333333;
	height: 100%;
	/*background-image:url(../images/bknd-splash.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;*/
}
table {empty-cells: hide;}

body,table,td,tr,h1,h2,h3,h4,h5,h6,DIV,a {
	font-family: Arial, sans-serif;
	color: #cccccc;
	font-size: 1em;
}

#PageWrapper {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top:0;
	width: 951px;
}

/***********************************************/
/* HTML Elements                               */

a {text-decoration: none;}
a:link, a:visited {color: #EEEEF9;}
a:hover {color: #FFFEAA; text-decoration: underline;}
a:active {color: #cccc88; text-decoration: none;}

/***********************************************/
/* Masthead                                    */

#Masthead {
	height: 95px;
	background-image: url(../images/nav/border-top.jpg);
	background-repeat: no-repeat;
}

/***********************************************/
/* Nav Masthead                                */

#NavMasthead {
	padding-top: 42px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 851px; 
	font-weight: bold;
}

div#NavMasthead a {text-decoration: none; display: block; font-size: 0.8em;}
div#NavMasthead a:link, div#NavMasthead a:visited {color: #CACACA;}
div#NavMasthead a:hover {color: #F0F0F0;}
div#NavMasthead a:active {color: #9CC3DC;}

div#NavMastheadCookies {
	margin-top: 3px;
	height: 15px;
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/nav/border-cookie.jpg);
	background-repeat: no-repeat;
	font-size: 0.7em;
}

div#Cookies {
	float: right;
	padding-right: 72px;
}

/***********************************************/
/* Content                                     */

#ContentWrapper {
	margin-top: 15px;
	width: 951px;
	margin-left: auto;
	margin-right: auto;
}

#Content {
	padding-top: 0px;
	min-height: 470px;
	width: 851px; 
}

#ContentRotatorHome {
	float: left;
}
	#ContentRotatorHome img {
		border: 1px solid #cccccc;
	}

#ContentRightColumn {
	float: right;
	overflow: hidden;
	margin-top: -24px;
}

#ContentFooter {
	position: relative;
	float: left;
	padding: 25px 50px;
}

/***********************************************/
/* Accordion                                   */

#Accordion {
	font: 0.75em "Trebuchet MS", sans-serif; 
	margin: 50px;
}
	td.productHeadersTDblk {
	  background-color: #111310;
	  background-image: url(images/texture-bevel-blk.jpg);
	  background-repeat: repeat-x;
	  font-weight: bold;
	  padding: 3px 3px 3px 5px;
	  border: 1px solid #535353;
	  border-top: 0px;
	}
	
	td.productHeadersTDblu {
	  background-color: #003147;
	  background-image: url(images/texture-bevel-blu.jpg);
	  background-repeat: repeat-x;
	  font-weight: bold;
	  padding: 3px 3px 3px 5px;
	  border: 1px solid #0B93D5;
	}
	
	td.productDescriptionTD {
		padding: 12px;
	}
	
#Accordion img {
	float: left;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 4px;
	border: 1px solid #808080;
	display: inline;
}

#Accordion p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#ProductDescription {
	min-height: 82px;
	overflow: hidden;
}

	#ProductDescription a:link,
	#ProductDescription a:visited {text-decoration: none; color: #FFFEAA;}
	#ProductDescription a:hover {text-decoration: underline; color: #EEEEF9;}
	
/***********************************************/
/* Forms                                       */



/***********************************************/
/* Footer                                      */

#FooterWrapper {
	margin-top: -4px;
	width: 951px;
	min-height: 31px;
	background-image: url(../images/nav/border-bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#FooterTag {
	padding-top: 17px;
	font-size: 0.7em;
	float: right;
	padding-right: 22px;
	color: #888888;
	width: 360px;
}

#FooterLinks {
	padding-top: 17px;
	font-size: 0.7em;
	float: left;
	padding-left: 52px;
	color: #888888;
	width: 360px;
}

  #FooterLinks a {display: inline; padding: 0px 10px 0px 0px;}

-->