/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #000 url("../images/background.gif") top center no-repeat;
  font: normal 76%/2em Tahoma, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}

p {
  font-size: .9em;
  text-align: justify;
}

a {
  color: #3998d2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/
#homeright h1 {
  font-size: 1.2em;
  margin: 15px 0px;
}


#container {
  width: 913px;
  text-align: left;
  margin: 0 auto;
}

#homemain {
  padding-top: 10px;
}

#homephoto {
  float: left;
  margin-left: 90px !important;
  margin-left: 45px;
  width: 269px;
  height: 504px;
}



#main {
  padding-top: 40px;
}

#leftsidebar {
  background: url("../images/dots.gif") top left repeat-x;
  width: 200px;
  float: left;
  margin-left: 52px !important;
  margin-left: 25px;
}

#leftsidebar ul {
  background: url("../images/dots.gif") bottom left repeat-x;
  font-size: .9em;
  padding: 20px 10px;
}

#content {
  float: left;
  width: 609px;
}
.homesubcontent {
  background: url(../images/home_background.jpg) left top no-repeat;
  float: right;
  width: 911px;
  margin-top: 20px;
  margin-bottom: 30px;
}

/*----New----*/
/*---------------------------------------------------------------------*/

.Newhomesubcontent {
  
  float: right;
  width: 911px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.Newhomesubcontent h2 {
  background: url("../images/home_blueblock.gif") left 6px no-repeat;
  color: #3998d2;
  font-weight: bold;
  padding-left: 15px;
}

.Newproducts {
  float: right;
  width: 475px;
  position:relative;
  left: -20px;
}

.Newproducts p{text-align:left;}

.Newproducts img{ position: relative; left: 0px; padding-left: 10px;}

.right{float: right; clear: right;}

.appiontment{position: relative;
	right:20px;
	top:20px;}

#links2 {
  float: right;
  width: 360px;
  clear: right;
  margin: 30px 120px 60px 0px;

}


/*---------------------------------------------------------------------*/

#links {
  float: right;
  width: 360px;
  clear: right;
  margin: 120px 120px 0px 0px;

}


.products {
  float: right;
  width: 475px;
}
#flash {
  float: left;
  width: 269px;
  margin-left: 50px;
}


#contentBlog {
  float: left;
  width: 809px;
  margin-left: 30px;
}
#contentBlog h1 {
 font-size: 1.5em;
 margin-left: 40px;

}


#gallerycontent {
  float: left;
  width: 809px;
  margin-left: 25px;
}

#mapContainer {
  width: 568px;
}

#footer, #footer p {
  text-align: center;
  font-size: .9em;
  line-height: 1em;
  color: #565656;
}

#footer p {
  margin: 20px 0;
  line-height: 1.2em;
}

#footer ul a {
  color: #fff;
  text-transform: uppercase;
}

#footer li {
  display: inline;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

#footer li.last {
  border: 0 none;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.spacer {
  padding-bottom: 40px;
}

.homecontent {
  border: 1px solid #3998d2;
  border-width: 1px 0;
  margin: 30px 72px 30px 42px;
  background: url("../images/p_background.gif") bottom left repeat-x;

}
.homecontent p {
  font-size: 1.1em;
}



.homesubcontent h2 {
  background: url("../images/home_blueblock.gif") left 6px no-repeat;
  color: #3998d2;
  font-weight: bold;
  padding-left: 15px;
}



.homesubcontent p {
/*background: url("../images/home_bluegradient.gif") top left no-repeat; */
  padding-left: 15px;
  width: 230px;
}

.maincontent {
  margin: 0 0 0 41px;
}

.maincontent h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #3998d2;
  color: #3998d2;
  margin: 20px 0;
  padding: 20px 0 10px 0;
  clear: both;
}
.maincontent h2 small { color: #ffffff; }

.maincontent p {
  margin-bottom: 20px;
}

.maincontent ul {
  font-size: .9em;
  line-height: 1.4em;
  margin: 20px;
}


.overview {
  border: 1px solid #3998d2;
  border-width: 1px 0;
  margin: 10px 0 20px;
  padding: 10px 0;
}
.overview object {
  float: left;
  margin-left: 35px;
  margin-top: 20px;
}


.overview ul {
  font-size: .8em;
  line-height: 1.4em;
  margin: 20px;
}

.maincontent img {
  float: right;
  margin: 0 0 10px 10px;
}

.large {
  font-size: 1em;
}

/*----End CSS Reset----*/
