/* ------------ Tunstall Online - template.css --------------- */


/* ------------- General Elements -------------- */

body {
	margin: 0 auto;
	padding: 0;
	font: .8em "Trebuchet MS",Arial, Verdana, Sans-Serif;
	background-color: #c0eaf4;
}

a {
	text-decoration: none;	
	color:#527699;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 0;
}

h3 
{
     color:#557ba0; 
}

/* ------------- Background -------------- */


#background { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	background:url("../images/bg_main.gif") repeat-y center;
}


/* ------------- Wrapper -------------- */


#wrapper { 
	width: 762px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
}

/* ------------- Header -------------- */

#header { 
    height:101px;
	margin: 0 auto;
	background: url("../images/bg_header.jpg") repeat-x;
}

/* ------------- Logo -------------- */

#logo { 
	float: left;
	padding: 0px 0 0 15px;
}

/* ------------ Top Navigation section ----------------------------- */
    
#topnav {
	border: 0px solid #000000;
	font-size:1.0em;
	width:595px;
	padding: 32px 0px 0px 0px;
	float: right;
}

#topnav ul{
    margin: 0px;
	padding: 0px;
	list-style: none;
}

#topnav li{
    display:inline;
	padding: 30px 20px 16px 0px;
}

#topnav ul a{
	background:url("../images/bg_topnavdivider.gif") no-repeat left;
	padding: 0px 0px 0px 20px;
}


/* ------------ Header Navigation section ----------------------------- */
    
#headernav {
      clear:both;
      width:100%;
      float:left;
      margin: 0px 0 0 0px;
      padding: 5px 0 0 0px;
      background: #3c597c;
      font-size: 13px;
      line-height: normal;
}

#headernav ul {
      
      margin:0;
      padding: 0px 0px 0px 18px;
      list-style:none;
}

#headernav li {
      
      float: left;
      background:url("../images/left.gif") no-repeat left top;
      margin: 0px;
      padding: 0 0 0 9px;
}

#headernav a {

      float:left;
      display:block;
      background:url("../images/right.gif") no-repeat right top;
      padding: 9px 15px 5px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#003366;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#headernav a {

      float:none;
}

/* End IE5-Mac hack */

#headernav a:hover {

      color:#000000;
      text-decoration:underline;
}

#headernav #current {

      background-image:url("../images/left_on.gif");
      border-width:0;
}

#headernav #current a {

      background-image:url("../images/right_on.gif");
      color:#333;
      padding-bottom:5px;
}

/* ------------- Content - Home -------------- */

#contenthome { 

	clear:both;
	
	padding:1px 12px 12px 20px;
	
}

#contenthome h1{ 
	
	color:#003366;
	
	font-size:1.7em;

}

#contenthome ul 
{
  color:#557ba0; 
}
#contenthome ul li
{
  color:#557ba0; 
}

#contenthome p{ 
	
	color:#557ba0;
	
	font-size:1.0em;
	
	/*font-weight:bold;*/
	
	width:410px;

}

/* ------------- Content 1 -------------- */

#content1 { 

	clear:both;
	
	padding:1px 12px 12px 20px;
	
    background:url("../images/bg_content.jpg") repeat-x bottom;
	
}

#content1 h1{ 
	
	color:#003366;
	
	font-size:1.7em;

}

#content1 p{ 
	
	color:#557ba0;
	
	font-size:1.0em;
	
	/*font-weight:bold;*/
	
	width:410px;

}

#content1 div 
{
  color:#557ba0; 
}

#content1 blockquote
{
 color:#557ba0; 
}

#content1 ul 
{
  color:#557ba0; 
}
#content1 ul li
{
  color:#557ba0; 
}

#intro { 
	
    background:url("../images/intro.jpg") no-repeat right bottom;

}
#intro p a{ 

	color:#003366;
	
	font-weight:bold;
	
    background:url("../images/bullet2.gif") no-repeat left;
	
	padding-left:12px;
}

#intro p a:hover{ 

	color:#000000;
	
	text-decoration:underline;
}

/* ------------- Intro - Features Row 1 -------------- */

#introfeatures { 

	padding: 0px;
	
	margin: 0px 0px 10px 0px;
	


}

/* ------------- Intro Feature 1 -------------- */

#introfeature1 { 

	float:left;
	
	width:356px;
	min-height:180px;
	background:url("../images/box_grey.gif") no-repeat;
	background-color: #A0A8AF;	
	margin-right:0px;
	
	padding: 0px 0px 10px 0px;
	
}

#introfeature1 h2{ 

	color:#ffffff;
	
	padding: 6px 0px 0px 10px;
	
	margin: 0px 0px 0px 0px;
	
	line-height:1.0em;
	
	font-size:1.7em;	
	
}

#introfeature1 h2 a{ 

	color:#ffffff;
	
}

#introfeature1 h2 a:hover{ 

	color:#003366;
	
	text-decoration:underline;
	
}

#introfeature1 p{ 

    width:214px;

	color:#ffffff;

    font-size:.9em;	
	
	padding: 0px 86px 0px 10px;
	
	line-height:1.1em;
	
}

#introfeature1 p a:hover{ 

    text-decoration:underline;
	
}

/* ------------- Intro Feature 2 -------------- */

#introfeature2 { 

	float:right;
	
	width:356px;
	min-height:180px;
	background:url("../images/box_blue.gif") no-repeat;
	background-color:#6B98CF;		
	margin-right:0px;
	
	padding: 0px 0px 10px 0px;


}

#introfeature2 h2{ 

	color:#ffffff;
	
	padding: 6px 0px 0px 10px;
	
	margin: 0px 0px 0px 0px;
	
	line-height:1.0em;
	
	font-size:1.7em;


}

#introfeature2 h2 a{ 

	color:#ffffff;
	
}

#introfeature2 h2 a:hover{ 

	color:#003366;
	
	text-decoration:underline;
	
}

#introfeature2 p{ 

    width:214px;

	color:#ffffff;

    font-size:.9em;	
	
	padding: 0px 86px 0px 10px;
	

	
	line-height:1.1em;


}

#introfeature2 p a:hover{ 

    text-decoration:underline;
	
}

.italics{ 
	
	font-style:italic;
	
	padding: 0px 6px 0px 0px;	

}

.more{ 

	color:#ffffff;
	
	font-weight:bold;


}

.more a{ 

	color:#003366;
	
	background:url("../images/bullet3.gif") no-repeat left;
	
	padding-left:12px;
	
}

.more a:hover { 

	color:#ffffff;
    text-decoration:underline;
}

.more2{ 

	color:#003366;
	
	font-weight:bold;

}

.more2 a{ 

	color:#003366;
	
    background:url("../images/bullet4.gif") no-repeat left;
	
	padding-left:12px;
}

.more2 a:hover { 

	color:#ffffff;
    text-decoration:underline;
}

/* ------------- Intro - Features Row 2 -------------- */

#introfeatures2 { 

	margin: 0px;
	
	padding: 0px;

	
}

/* ------------- Intro Feature 3 -------------- */

#introfeature3 { 

	float:left;
	
	width:356px;
	min-height:65px;
	
	background:url("../images/box_blue2.gif") no-repeat;
	
	background-color:#75BCD8;
			
	margin: 10px 0px 10px 0px;
	
	padding: 0px 0px 0px 0px;
	
}

#introfeature3 h2{ 

	color:#ffffff;
	
	font-size:1.4em;
		
	padding: 10px 0px 10px 74px;
	
	margin: 0px 0px 0px 0px;
	
}

#introfeature3 h2 a{ 

	color:#ffffff;
	
}

#introfeature3 h2 a:hover{ 

	color:#003366;
	
	text-decoration:underline;
	
}

#introfeature3 p{ 

    width:214px;

	color:#ffffff;

    font-size:.8em;	
	
	padding: 0px 86px 0px 10px;

}

/* ------------- Intro Feature 4 -------------- */

#introfeature4 { 

	float:right;
	
	width:356px;
	min-height:65px;
	background:url("../images/box_red.gif") no-repeat;
	
	background-color:#B74545;
				
	margin: 10px 0px 10px 0px;
	
	padding: 0px 0px 0px 0px;


}

#introfeature4 h2{ 

	color:#ffffff;
	
	font-size:1.4em;
	
	padding: 22px 0px 20px 70px;
	
	margin: 0px 0px 0px 0px;


}

#introfeature4 h2 a{ 

	color:#ffffff;
	
}

#introfeature4 h2 a:hover{ 

	color:#003366;
	
	text-decoration:underline;
	
}

#introfeature4 p{ 

    width:214px;

	color:#ffffff;

    font-size:.8em;	
	
	padding: 0px 86px 0px 10px;


}

/* ------------- Intro Feature 5 -------------- */

#introfeature5 { 
	
	width:356px;
	min-height:65px;
	background:url("../images/box_red.gif") no-repeat;
	
	background-color:#B74545;
				
	margin: 10px 0px 10px 0px;
	
	padding: 0px 0px 0px 0px;


}

#introfeature5 h2{ 

	color:#ffffff;
	
	font-size:1.4em;
	
	padding: 22px 0px 20px 70px;
	
	margin: 0px 0px 0px 0px;


}

#introfeature5 h2 a{ 

	color:#ffffff;
	
}

#introfeature5 h2 a:hover{ 

	color:#003366;
	
	text-decoration:underline;
	
}

#introfeature5 p{ 

    width:214px;

	color:#ffffff;

    font-size:.8em;	
	
	padding: 0px 86px 0px 10px;


}

/* ------------- Content 2 -------------- */

#content2 { 

clear:both;
	
	padding: 0px;
	
	border-top: 1px solid #ffffff;
	
    background:url("../images/bg_content2.jpg") repeat-x top;
	
	

}

#content2 h2{ 

	color:#cc3333;
	
	font-size:1.1em;
	
	margin: 6px 0px 6px 0px;
	
}

#content2 h2 a{ 

	color:#cc3333;
	

}

#content2 h2 a:hover{ 

	text-decoration:underline;
	color:#FFFFFF;

}

#content2 p{ 

	color:#003366;
	
	font-size:1.0em;
	
	line-height:1.0em;width: 226px;

}

#content2 p a{ 

	color:#003366;
	/*
	font-weight:bold;
	*/
    background:url("../images/bullet1.gif") no-repeat left;
	
	padding-left:12px;


}

#content2 ul 
{
  color:#557ba0; 
}
#content2 ul li
{
  color:#557ba0; 
}

/* ------------- Content 2 - Features -------------- */

#feature1 { 

	float:left;
	
	width: 236px;
	
	padding: 1px 8px 8px 10px;
	
    background:url("../images/bg_content2divider.gif") repeat-y right;
	
	background-color:#ceccc0;

}

#feature1 a {
	line-height: 1.15em;
}

#feature1 a:hover{ 

	text-decoration:underline;
	color:#FFFFFF;
}

#feature2 { 

	float:left;
	
	width: 236px;
	
	padding: 1px 8px 8px 10px;
	
    background:url("../images/bg_content2divider.gif") repeat-y right;
	
	background-color:#ceccc0;

}

#feature2 a {
	line-height: 1.15em;
}

#feature2 a:hover{ 

	text-decoration:underline;
	color:#FFFFFF;

}

#feature3 { 

	float:left;
	
	width: 236px;
	
	padding: 1px 8px 8px 10px;
		
	background-color:#ceccc0;

}

#feature3 a {
	line-height: 1.15em;
}

#feature3 a:hover{ 

	text-decoration:underline;
	color:#FFFFFF;

}

/* ------------- Footer -------------- */

#footer {
	clear:both;
	margin-top:2px;
	padding: 0px 0px 4px 7px;
	font-size:.8em;
	color:#ffffff;
	text-align:left;
	background-image:url("../images/bg_footer.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#B74545;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#footer a{ 
    padding:0px 6px 0px 6px;
	color:#ffffff;
}

#footer a:hover{ 
	color:#527699;
	text-decoration:underline;
}

/* ------------- Credits -------------- */

#credits { 
	float:left;
	padding:7px;
	font-size:.8em;
	color:#666666;
	text-align:left;
}

#credits a{ 
    padding:0px 6px 0px 6px;
	color:#666666;
}

#credits a:hover{ 
	color:#527699;
	text-decoration:underline;
}

/* ------------- Copyright -------------- */

#copyright { 
	float:right;
	padding:7px;
	font-size:.8em;
	color:#666666;
	text-align:left;
	border-top: 1px solid #DDD;	
}

#stepheader { 
	
	margin: 0px 0px 8px 0px;
	
	padding: 0px 0px 0px 10px;
	
	border: 1px solid #ccc;
	
	background-color:#fff;  
	
}

#stepheader h2 { 

	padding: 4px;
	
	font-size:1.4em;
	
	line-height:2px;
	
	
	
	color:#003366;
}


#store_products { 

    clear:both;
	
	padding: 0px;
	
	margin: 0px 0px 10px 0px;
	
	background:url("../images/bg_content.jpg") repeat-x bottom;


}

#store_products h3 { 

	padding: 8px;
	
	font-size:1.0em;
	
	line-height:1.0em;
	
	background-color:#eaeaea;
	
	color:#003366;
}

#store_products h4 { 

	line-height:1px;
	
	font-size:1.2em;
	
	padding: 0px 0px 0px 8px;
	
	margin: 0px;
	
	color:#557ba0;
}

#store_products p { 

	color:#333;
	
	font-size:1.1em;
	
}


#store_products img { 

	float:left;
	
	margin: 2px 10px 10px 0px;
	
}

#store_product1 { 

width: 335px;
	
	
	float:left;
	
	margin: 0px 10px 10px 0px;
	
	padding: 0px 10px 0px 10px;
	
	border: 1px solid #ccc;
	
	background-color:#FFFFFF;
	
}

#contentstore { 

	clear:both;
	
	padding:1px 12px 5px 20px;
	
    background:url("../images/bg_content.jpg") repeat-x bottom;
	
}


#contentstore h1{ 
	
	color:#003366;
	
	font-size:1.8em;

}

#contentstore p{ 
	
	color:#527699;
	
	font-size:1.0em;

}

#contentstore a {

	text-decoration: underline;
	
	color:#527699;
	
	font-weight:bold;

}

#contentstore ul li {


	color:#527699;


}

#contentstore a:hover {

	text-decoration: underline;
	
	color:#000;

}

.storeintro { 
	
	color:#557ba0;
	
	font-size:1.1em;
	
	font-weight:bold;

}

.price { 
	
	color:#000;
	
	font-size:1.1em;
	
	font-weight:bold;

}

#store_product2 { 

width: 335px;
	
	
	float:left;
	
	margin: 0px 0px 10px 0px;
	
	padding: 0px 10px 0px 10px;
	
	border: 1px solid #ccc;
	
	background-color:#FFFFFF;
	
}

#continue { 
	
	clear:both;
	margin: 0px 0px 10px 0px;
	
	padding: 0px 0px 0px 10px;
	
	border: 1px solid #ccc;
	
	background-color:#fff;  
	
	float:none;
}

.disclaimer { 
	
	color:#000;
	
	font-size:11px;

}

/* ------------- Forms --------------- */

 label {
		width: 12em;
		text-align: left;
		font-size:1.0em;
}

.submit input {
		margin-left: 11em;
}
input {
		color: #000;
		background: #fff;
		border: 1px solid #ccc;
}

.btn{
		background: #ffd100;
		border: 1px solid #ffd100;

}
.btn2{
		background: #ffd100;
		border: 1px solid #eaeaea;

}
textarea {
		color: #003366;
		background: #fff;
		border: 1px solid #ccc;
		
		font-size:1.1em;
		
		width:400px;
		
		height:60px;
}

.submit input {
		color: #000;
		background: #ffd100;
		border: 0px outset #666;
}
fieldset {
		border: 1px solid #ccc;
		background: #fff; margin:12px 0px 0px 0px;
		padding: 0px 0px 10px 10px;
}

legend	{
		color: #003366;
		background: #fff;
		border: 1px solid #ccc;
		padding: 6px;
		font-size:1.2em;
}

.feedback	{
		position:absolute;
		margin-left:184px;
		font-size:0.8em;
}

.error_name	{
		position:absolute;
		margin-left:308px;
		padding: 2px 0px 4px 20px;
		font-size:0.8em;
		background: url(../images/error.gif) no-repeat left top;
		color:#FF0000;
}

.error_telephone	{
		position:absolute;
		margin-left:280px;
		padding: 2px 0px 4px 20px;
		font-size:0.8em;
		background: url(../images/error.gif) no-repeat left top;
		color:#FF0000;
}

.error_email	{
		position:absolute;
		margin-left:310px;
		padding: 2px 0px 4px 20px;
		font-size:0.8em;
		background: url(../images/error.gif) no-repeat left top;
		color:#FF0000;
}

textarea.tncs {
	width: 100%;
}

/* Tables */
table { color: #557ba0; border-collapse: collapse; background: #fff; width: 100%; text-align: left; }
th, td { border: 1px solid #557ba0; padding: 3px 5px; }
thead tr, tr.grand_total { color: #fff; background: #557ba0; }
tr.even { background: #eee; }
input.quantity { width: 30px; }
.column_item_name { width: 60%; }
.column_quantity { width: 25%; }
.column_price { width: 15%; }
