/**********************************************************
SITE NAME: MDS Electro-Technic
SITE URL: www.mdselectrotechnic.ca
SITE EMAIL:

AUTHOR: KillerDesign
URL: www.killerdesign.ca
EMAIL: info@killerdesign.ca
***********************************************************/

* {
  border: 0;
  margin: 0;
}

body {
  background: #d1bf91;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  margin-top: 5px;
}
.small {
  margin: 15px;
  padding: 5px;
  border: 1px solid #99A067
}

/**** LINK ATTRIBUTES ****/
a:link {
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a:visited {
  color: #000000;
}

/**** SITE SIZE ****/
#main {
  margin: 0 auto;
  width: 800px;
  height: 540px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  background: #ffffff;
}

/**** SITE SIZE ****/
#index_main {
  margin: 0 auto;
  width: 800px;
  height: 540px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  background: #ffffff url(../images/bg_mds.png);
}

/**** HEADER ATTRIBUTES ****/
#header {
  width: 800px;
  height: 165px;
  padding-top: 10px;
  text-decoration: normal;
}

/**** LOGO ATTRIBUTES ****/
#logo {
  padding-right: 10px;	
  text-align: left;
}

#logo h1 {
  font-size: 18px;
  font-weight: none;
  color: #000066;
}

#logo a {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

#logo a:hover {
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
}

/*---- DEFINE MENU BAR HERE ----*/
.topmenu {
  width: 800px;	
  background: #000066;
}

#menu {
  margin: 0;
  z-index: 30;
}

#menu li {
  list-style: none;
  float: left;
  font-size: 14px;
  color: #ffffff;
}

#menu li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #000066;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#menu li a:hover {
  background: #6699cc;
}

#menu div {
  position: absolute;
  visibility: hidden;
  margin: 0px 20px;
}

#menu div a {	
  position: relative;
  display: block;
  margin: 0;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #000066;
  color: #ffffff;
  font-size: 14px;
}

#menu div a:hover {
  background: #6699cc;
  color: #ffffff;
}

/*---- INDEX DEFINE MENU BAR HERE ----*/
.index_topmenu {
  width: 800px;	
  background: #860039;
  text-align: right;
}

#index_menu {
  background: #860039;
  margin: 0;
  z-index: 30;
}

#index_menu li {
  list-style: none;
  float: left;
  font-size: 14px;
}

#index_menu li a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  background: #860039;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

#index_menu li a:hover {
  background: #6699cc;
  color: #ffffff;
}

/*---- DEFINE NAVIGATION BAR HERE ----*/
.bluebar {
  width: 800px;
  background: #6699cc;
  height: 37px;
}  

/**** CONTENT AREA ATTRIBUTES ****/
#content {
  width: 760px;
  padding: 20px;
}

#content h1 {
  font-size: 12px;
  font-weight: normal;
}

#content h2 {
  font-size: 16px;	
}

#content h3 {
  font-size: 18px;	
  color: #860039;
}

#content a {
  color: #000000;
  text-decoration: none;
}

#content a:hover {
  color: #000000;
  text-decoration: underline;
}

/**** INDEX CONTENT AREA ATTRIBUTES ****/
#index_content {
  width: 800px;
  padding-top: 10px;
}

#index_content {
  width: 800px;
}

#index_content h1 {
  font-size: 12px;
  font-weight: normal;
}

#index_content h2 {
  font-size: 18px;	
}

#index_content h3 {
  font-size: 18px;	
  color: #860039;
}

#index_content a {
  color: #000000;
  text-decoration: none;
}

#index_content a:hover {
  color: #000000;
  text-decoration: underline;
}

/**** FOOTER ATTRIBUTES ****/
#footer {
  font-size: 11px;
  color: #000000;
  padding-top: 5px;
  text-align: center;
}

#footer a {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
}

/**** CONTACT FORM ATTRIBUTES ****/
#contact-area {
	width: 600px;
	margin-top: 15px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 40px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #6699cc;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 12px;
}

