/* CSS Document */ 

/*##################################################################
Color Index:
Dark Blue: 1e2c5b
White: fff
black: 000
light blue: 374a6b
lighter blue: 2a4779
#####################################################################*/

#nav a:link { 
	color: #1e2c5b;
  font-size: 16px;
  font-family: verdana, arial, times;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 87px;
  height: 36px;
}
#nav a:visited { 
	color: #1e2c5b;
  font-size: 16px;
  font-family: verdana, arial, times;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 87px;
  height: 36px;
}
#nav a:hover { 
	color: #1e2c5b; 
  font-size: 16px;
  font-family: verdana, arial, times;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/mouseover.png);
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 41px;
}
#nav a:active { 
	color: #1e2c5b;
  font-size: 16px;
  font-family: verdana, arial, times;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 87px;
  height: 36px;
}	
	
body {
  margin: 0;
  background-color: #fff;
  font-family: arial, times;
  font-size: 11pt;
}
#outter_container {
  width: 100%;
  height: auto;
}
#container {
  width: 939px;
  height: auto;
  margin:0 auto;
}
#header {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  width: 939px;
  height: 168px;
}
#nav {
  background-image: url(../images/navigationbg.jpg);
  background-repeat: no-repeat;
  width: 939px;
  height: 41px;
  line-height: 41px;
  padding-left: 40px;
}
.content_top {
  background-image: url(../images/contenttop.jpg);
  background-repeat: no-repeat;
  width: 939px;
  height: 15px;
}
.content_bottom {
  background-image: url(../images/contentbottom.jpg);
  background-repeat: no-repeat;
  width: 939px;
  height: 21px;
}
#content {
  width: 849px;
  height: auto;
  background-image: url(../images/contentbg.jpg);
  background-repeat: repeat-y;
  min-height: 300px;
  padding-left: 50px;
  padding-right: 50px;
}
.home {
  margin-left: 15px;
  text-align: center;
}
.products {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.services {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.contact {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.coupons {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.plogger {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

h2 {
  font-size: 16pt;
  color: #374a6b;
  margin-bottom: 0;
}

h3 {
  font-size: 12pt;
  color: #2a4779;
  margin-bottom: -5;
}
