/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
color:#555;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
color: #c30;
}

input.button { cursor: pointer; }

p { 
        margin-top: 0; 
        margin-bottom: 15px; 
	font-size: 1.3em;
	line-height: 1.3em;
}

ul
{
    margin-top: 0; 
	font-size: 1.3em;
	line-height: 1.618em;
}

ul ul
{
    margin-top: 0; 
	font-size: 1.0em;
	line-height: 1.618em;
}


img { border: 0 none; }

.productImg
{
	margin-bottom: 10px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


div#wrapper {
	margin-left: auto;
	margin-right: auto;
}


#rightcolumn {
	padding: 0;
	margin: 0;
	width: 200px;
	float:right;
}

#maincolumn,
#maincolumn_full {
	margin: 0 200px 0 10px;
	padding: 0 0 0 0;
	width: 680px;
}

#maincolumn_full {
	margin-right: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.25em;
	font-weight: normal;
	line-height: 1em;
	}
h1
{	
	margin-bottom: 0.618em;
	font-size: 1.8em;
	font-weight: normal;
}


h2 {
	margin-top: 24px;
	margin-bottom: 0.618em;
	margin-left: 0px;
	font-weight: normal;
	font-size: 1.8em;
	color: #2a2121;
	text-shadow: 0 1px 0 #CCC6BA;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
    font-size: 1.6em;
	color: #3f5867;
}

h4 {
    font-size: 1.3em;
}




#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}


#mainnav 
{
	padding: 0px;
	margin: 5px 0px 0px 5px;
	list-style: none;
	font-size: 1.4em;
}

#mainnav li
{
	margin-bottom: 15px;
color: #000;
}

#mainnav li a
{
	display: block;
}

#mainnav li a:link, #mainnav li a:visited 
{
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#mainnav ul li a:link, #mainnav ul li a:visited 
{
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	
}
	
#mainnav ul li a:hover {
	color: red;
}

#mainnav  ul
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	list-style: none;
	font-size: 0.8em;
}

#mainnav  ul li
{
	background-image: url(../../../images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 2px 8px;
	margin-bottom: 3px;
}


.productBox
{
	width: 333px;
	float:right;
	margin: 0px 5px 20px 20px;
}

.box { 
  background: #FFFFCC; 
  
}

.boxtop { 
  background: url(../../../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../../../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../../../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../../../images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.boxcontent h4 { 
	margin: 10px 0px 10px 10px;
}

.boxcontent ul {
  font-size: 1.1em;
  list-style: square;
}
