/*================================================================
The MAIN stylesheet for the iSelect website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

/*When you make subsequent style sheet files, import them through here*/

@import url("base.css");
@import url("footer.css");
@import url("images.css");
@import url("layout.css");
@import url("module.css");
@import url("navigation.css");
@import url("typography.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  }

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 3px 0;
  font-size: 16px;
  }

h2 {
  color: #FF6600;
  margin: 10px 0 6px 0;
  font-size: 14px;
  line-height: 150%;
  border-bottom: 1px solid #B2A161;
  }

p {
	margin: 10px 0 6px 0;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6ems;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
  }
  
.fig {
  margin: 30px 0 6px 0;
  font-size: 11px;
  font-style: italic;
  line-height: 130%;
  text-align: left;
  }
  
  #orderbtn{
  text-align: right;
  }

.importantText {
	font-weight: bold;
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }
#sidebar p {
  font-size: 11px;
  }
 #sidebar2 img {
  margin-bottom: 20px;
  }
a img,:link img,:visited img { 
  border: none;
  }
   

/* FORMS
----------------------------------------------------------------*/
fieldset {
  border: 1px solid #AAA;
  }

fieldset p {
  margin: 4px 0;
  }

input.text {
  width: 290px;
  } 

input.textShort {
  width: 80px;
  }

input.submit {
  float: right;
  }
a:active {
	color: #333333;
}



/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
  text-align: left;
  color: #B2A161;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  }


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
  }
a:visited {
	color: #333333;
	text-decoration: none;
}
