@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
/* -----
 ----- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,*{
	margin:0;
	padding:0;
	font-family: 'Titillium Web', sans-serif;
	font-size:1em;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
	 
	font-weight: bold;
}
del,ins{
	text-decoration:none;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup,sub{
	vertical-align:baseline;
}
legend{
	color:#000000;
}
.squareborder {
	border: 1px solid #E5E5E5;
}

a{
	text-decoration:none;
}
/*
additional
*/
.clear{
	clear:both;
}
/* ----- Main Class's ----- */
.header{
	border-bottom:1px solid #eeeeee;
	background-color: #fff;
}
.header,
.content,
.footer,
.nav{
	font-family: 'Titillium Web', sans-serif;
	font-size:1em;

}
/* ----- Header ----- */
.logo{
	float:left;
	display:inline-block;
	padding:5px;
	margin-left:5px;
	background-color: #EFF8F5;
}

.logo img{
	width:100%;
	height:auto;
	min-width:100px;
}

/* ----- Menu ----- */
.header button{
	cursor:pointer;
	float:right;
	padding:7px;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
 margin:2px 5px 5px 5px;
 width:100%;
	border:none;
	color:#aaaaaa;
	border:1px solid #eeeeee;
	background:#343434;
}
.nav{
	text-align:center;
	background:#343434;
}
.nav ul{
}
.nav li{
	text-transform:capitalize;
	display:block;
	border-bottom:1px dotted #eeeeee;
}
.nav a{
	display:block;
	padding:10px;
	color:#fff;
}
.nav a:hover{
	background:#ffffff;
	color:#bb0f04;
}
/* ----- Content ----- */
#content{
	font-family: 'Titillium Web', sans-serif;
	font-size:100%;
	padding:10px;
	border-bottom:2px solid #eeeeee;
	padding:10px;
	background:#ffffff;
}
.content{
	padding:10px;
	border-bottom:2px solid #eeeeee;
	padding:10px;
	background:#ffffff;
}
 
.content-img{
	text-align:center;
	margin:0 auto;
	padding:10px 0 5px 0;
}
.content-content{
	color:#2d2d2d;
}
 
#content .heading{
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#423b3a;
	margin:3px;
}
 
#content .headingsmall{
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#289AD7;
	margin:3px 0 0 3px;
}
 
 
.smallthumb{
  	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
	margin: 5px 0px 5px 15px;
	width:6em;
	height:5em;  
}

.clientthumb{
  	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 4px;
	margin: 5px 0px 5px 15px;
	width:auto;
	height:3.5em;  
}
.content-content p{
	padding:5px 0;
  
}
.content-content p,
.content-content ul,
.content-content ol,
.content-content code,
.content-content dl{
	line-height:1.8em;
}
 
.content-content ul,
.content-content ol{
	margin:10px 10px 10px 30px;
}
.content-content ul{
	list-style:disc;
}
.content-content blockquote{
	background:url(../images/blockquote-down.png) no-repeat;
	margin:5px 0;
	color:#5d5d5d;
	border-top:1px solid #eeeeee; 
	border-bottom:1px solid #eeeeee; 
}
.content-content blockquote p{
	background:url(../images/blockquote-up.png) no-repeat bottom right;
	font-style:italic;
	padding:10px 40px;
}

.requestquote {
	background: -moz-linear-gradient( center top, #d82a18 5%, #fb9e25 100% );


filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #CA5100;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #336633;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #336633;
	background-position: center top;
}


/* ----- Footer ----- */

#greybottom{
	font-size:14px;
	padding:10px;
	background-color: #FBF9F9;
}

.footer{
	background-color: #5b5150;
}
.footer a{
	display:inline-block;
	font-size:0.8em;
	padding:10px;
	color: #FFFFFF;
}
.footer p{
	color:#FFFFFF;
	padding:5px;
}
 
 
 

/* palkesh form */
div.entry {
	width:250px;
	margin:auto;
	}
form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	float: left;
	width: 250px;
}
form .Validators {
	display: block;
	float: left;
	margin-top: 2px;
}

form .inputField  {
	display: block;
	float: left;
	width: 90%;
	margin-bottom: 5px;
}
.linksgeneral {
	color: #F04615;
	font-weight: bold;
}
.linksgeneral:hover {
	color: #000;
	font-weight: bold;
}
