/*
Theme Name: Laxmi Cotspin
Theme URI: http://rtcamp.com/wordpress/themes/
Description: For Laxmi Cotspin
Author: rtCamp
Author URI: http://rtcamp.com/
Version: 1.0
*/

body{
  background-color: #ebebeb;
  color: #303030;
  margin: 0;
  padding: 0;
  font: 14px verdana, arial, sans-serif;
  line-height: 160%;
}

/* General */

h1, h2, h3, h4, h5, h6{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h1{
  font-size: 24px;
}

h2{
  margin: 10px 0px;
  font-size: 20px;
  font-weight: bold;
}
a{
  color: #0064b1;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: underline;
}
img{
  border: 0 none;
  padding: 5px;
}

img.main{
  padding: 0px;
  border: 0px;
}
 
.clear{
  clear: both;
  height: 1px;
  overflow:hidden;
}
hr{
  background: #ebebeb;
  color: #ebebeb;
  border: 0 none;
  height: 1px;
}
blockquote{
  background: #f2f4f8;
  padding: 7px;
  margin-right: 10px;
  font-size: 11px;
  border-left: 2px solid #001B59;
}
blockquote p{
  margin: 10px;
}
.imgright {
  float: right;
  margin: 0 0 7px 7px;
}
.imgleft {
  float: left;
  margin: 0 7px 7px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
#container{
  width: 800px;
  margin: 0 auto;
  padding: 0;
}

/* Header */

.header{
  margin-top: 15px;
}

/* Top Nsavigation */
#navbar{
		clear: both;
		float: left;
		width: 796px;
		background: #7D91C4;
		overflow: hidden;
		border: solid 2px #7D91C4;
		}

ul.menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-weight:bold;
		font-size: 16px;
		}

ul.menu li {
		float: left;
		}

ul.menu li a {
		float: left;
		display: block;
		margin: 0px 5px; 
		padding: 3px 15px;
		line-height: 24px;	
		color: #fff;
		text-decoration: none;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		}

ul.menu li a:link,
ul.menu li a:visited {
		color: #fff;
		}
	
ul.menu li a:hover,
ul.menu li a:active {
		color: #7D91C4;
		background: #fff;
}

body#default ul.menu li.home a,
body#product ul.menu li.product a,
body#about ul.menu li.about a,
body#contact ul.menu li.contact a,
body#certificates ul.menu li.certificates a{
		color: #7D91C4;
		background: #fff;
}

/* Content */

.content{
  background: #fff url(images/content-top.jpg) center top no-repeat;
}
.entry{
  margin: 0px 10px;
  width: 780px;
  float: left;
  display: inline;
}
.entry h3{
  font-size: 22px;
}
.entry h3 a{
  color: #0a39a8;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.entry h3 a:hover{
  border-bottom: 1px solid #0a39a8;
  padding-bottom: 10px;
}
.postmeta{
  font-size: smaller;
  color: #999;
  margin-bottom: 10px;
}
.postmeta a{
  color: #9c9c9c;
  text-decoration: underline;
}
.postmeta a:hover{
  color: #000;
}


/* Footer */

.footer{
  clear: both;
  background: #fff url(images/content-bottom.jpg) center bottom no-repeat;
  padding: 5px; margin-bottom: 15px;
  text-align: center;
  color: #999;
}

