/**
 * Custom Styles
 * 
 * Copyright &copy; 2009 Matthew Plant
 */

	
/*****************************************************/
/* General Settings */
/*****************************************************/

	html {
	}

	body {
		font-family: "Century Gothic", sans-serif;
		font-size: 13px;
		color: #666666;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Times New Roman",Georgia,Serif;
		color: #C63300;
		margin:0em 0pt;
	}

	h2, h4, h6 {
		color: #C633000;
	}

	table, th, tr, td {
		padding: 0;
	}

	th	{
		border: 0px;
		text-align: center;
		background-color: #DDDDDD;
		color: black;
	}

	td {
		border: 0px;
		padding: 0px;
	}

	a:link, a:visited {
		color: #666666;
	}

	hr {
		color: #999999;
		background-color: #999999;
	}

	blockquote, ul, ol, dl {
		margin: 0em;
	}
	


/*****************************************************/
/* phpWebsite Settings								 */
/*****************************************************/

	div.box-title, div.box-content, div.box-footer {
		background-color: #FFFFFF;
		padding: 0px;
	}

	div.box-title h1 {
		font-size: 17px;
	}

	div.box h2 {
		font-size: 15px;
		font-weight: bold;
	}

	div.box h3 {
		font-size: 17px;
		color: #C63300;
		font-weight: bold;
	}
	
	div.panel-title {
		background-color: #FFFFFF;
	}

	.bgcolor1 {
		background-color: #EEEEEE;
	}



/*****************************************************/
/* Control Panel Tabs and Frame						 */
/*****************************************************/

	div.frame {
		background-color: lightgrey;
		border-color: grey;
	}

	ul.tabmenu li.active {
		background-color: lightgrey;
		color: white;
	}

	ul.tabmenu li.active a {
		font-weight: bold;
	}

	ul.tabmenu li.inactive {
		background-color: white;
		color: grey;
	}

	ul.tabmenu li.inactive a:hover {
		background-color: lightyellow;
		font-weight: bold;
		color: black;
	}

	ul.tabmenu li.inactive a, a:visited {
		color: #666666;
	}


/*****************************************************/
/* Yahoo YUI Grid Settings                           */
/*****************************************************/

	#hd {
		text-align: center;
		color: #666666;
	}

	#bd {
	}

	#ft {
		text-align: center;	
	}



/*****************************************************/
/* Other											 */
/*****************************************************/


	.bgWhite {
		background-color: #FFFFFF;
	}

	#layout-naked {
		background: #FFFFFF;
	}

	#header {
	}

	#footer {
	}

	#footerSmall {
		padding-top: 6px;
		font-family: helvetica,Arial,sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #666666;
	}	

	#footerSmall a:link, #footerSmall a:visited {
		color: #666666;
		text-decoration: none;	
	}

	#footerSmall a:hover {
		text-decoration: underline;	
	}



/*****************************************************/
/* SimplicityDecor's additional styles				 */
/*****************************************************/


	.AddToCart {
	    color: transparent;
	    width: 175px;
	    height: 40px;
		background-image: url(/themes/simplicity/images/button_add-to-cart.gif);
	    margin: 0;
	    padding: 0;
	    border: 0;
	}
	
	.highlightOrange {
		color: #C63300;
	}

	a.highlight {
		color: #C63300;
	}

	a:hover {
		color: #C63300;
	}


	table.outside {
		border: 1px solid;
		border-color: #999999;
	}

	td.outside {
		padding: 14px;
	}

	table.inside {
		border: 1px solid;
		border-color: #999999;
    	border-width: 0 0 1px 1px;
	}

	td.inside {
		border: 1px solid;
		border-color: #999999;
		border-width: 1px 1px 0 0;
	}

