/* Required */
html,body{
      margin:0;
      height:100%;
	  background: url(../images/graphics/background.gif); background-position: left top; background-repeat: repeat-x;
}
/* Using this class in an empty div will stop floating divs above floating outside of the container div */
.clearBoth
{
	clear:both;
}
/* This will center the content in the center of the page using any set width */
.master 
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-left:10px;
	padding-right:10px;
	background-color:White;
}
.headDiv
{
    width:960px;
    height:135px;
}

.imageBlock
{
    width:960px;
    height:295px;
}

.mainImage
{
    width:703px;
    height:295px;
    float:left;
}

.contactDetails
{
    width:257px;
    height:295px;
    float:right;
background: url(../images/graphics/contact.gif); background-position: left top; background-repeat: repeat-x;

}

.spaceDiv
{
    height:30px;
}

.conDiv
{
    width:960px;
	background-color:White;
}
/* Make sure the with of conLeft, conCenter and conRight always = the width of master */
.conLeft
{
    width:191px;
    float:left;
}
.conCenter
{
    width:484px;
    float:left;
    padding-right:30px;
}
.conRight
{
    width:255px;
    float:right;
}
.footDiv
{
    width:960px;
    height:80px;
    line-height:30px;
    background: url(../images/graphics/footerbg.gif); background-position: left top; background-repeat: repeat-x;
}
    
.footerLeft
{
     width:650px;
	 height:80px;
	 float:left;
}

.footerRight
{
     width:310px;
	 height:80px;
	 float:right;
}




/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}


/* All Navigations */
.Nav_Side_Level1,.Nav_Side_Level2,.Nav_Side_Leveln,.Nav_Side_Level_Selected,.Nav_Top{
  text-decoration:none;
}


.Nav_Side_Level1{
  color:036;
  font-weight:bold;
}

.Nav_Side_Level2{
  color:369;
}

.Nav_Side_Leveln{
  color:69a;
}

.Nav_Side_Level_Selected{

}

.Nav_Top{
  color:#DB7124;
}








/* Start Shop Styles */
.shopsubmit,.ft100bold,.pft100,.ft100,.ft{
  background-color:cccccc ;font-size:10px;
}
.ft100bold,.pft100,.ft100{
  width:100px;
}
.shopsubmit,.ft100bold{
  font-weight:bold; font-size:11px;
}
.shopsubmit{
  font-size:12px
}
/* End Shop Styles */
 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */

/* RSS feeds */
 

.rssHeader{font-size: 1px; display:none; }
.rssList{ margin:0px; padding:5px 10px 5px 10px}
.rssItem{ list-style-type:none; border-bottom:0px solid #e3e3e3; margin:0px;}

