/*
tinker - Main CSS
Copyrights- trendywebstar.com
made by: trendyWebStar
April - 2012
 

/*---------------01 - RESET CSS---------------*/
/*-------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:22px;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/*-------------------------------------------------------*/
/*-------------02 - BODY,HEADINGS & TABLES-------------*/
/*-------------------------------------------------------*/
body {
	background:#FFF url("http://themes.trendywebstar.com/preview/body-bg-14.jpg") center repeat;
	font:14px Arial,sans-serif;
	line-height:24px;
	color:#898989;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-tap-highlight-color:rgb(255,255,0);
	border-top:4pt solid #2d9ad3;
	
}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

img::selection {
	background:transparent;
}
img::-moz-selection {
	background: transparent;
}
/*-------------------------------------------------------*/
/* ------------------HEADINGS------------------*/ /*-------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-variant:normal;
	white-space:normal;
	color:#303031;
	margin-bottom:15px;
	font-family:'Myriad Pro',Arial,Verdana,serif;
}
h1 {
	font-size:30px;
	line-height:28px;
	font-weight:normal;
}
h2 {
	font-size:24px;
	line-height:27px;
}
h3 {
	font-size:20px;
	line-height:23px;
}
h4 {
	font-size:18px;
	line-height:24px;
}
h5 {
	font-size:16px;
	line-height:24px;
}
h6 {
	font-size:14px;
	line-height:17px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#303031;
	font-family:'Myriad Pro',Arial,Verdana,serif;
	font-size:100%;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#2d9ad3;
	font-family:'Myriad Pro',Arial,Verdana,serif;
	font-size:100%;
	text-decoration:underline;
}

#wrapper {
	height:auto;
	width:100%;
}
#container {
	height:auto;
	width:940px;
	background-color:#FFF;
	padding:0 30px;
	text-align:left;
	margin:0 auto 40px auto;
	float:left;
	-webkit-box-shadow:inset 0 0 15px #e8e8e8;
	-moz-box-shadow:inset 0 0 15px #e8e8e8;
	box-shadow:inset 0 0 15px #e8e8e8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1pt solid #959595;
}
.center {
	height:auto;
	width:940px;
	margin:30px auto;
}

#content {
	padding-bottom:0px;
	height:auto;
	float:left;

}
.colors{width:170px;margin:30px auto;}
#header {
	padding:30px 0;
	height:90px;
	
}
a ,a strong{
	text-decoration:none;
	color:#2d9ad3;
}
a:hover {
	text-decoration:underline;
	color:#2d9ad3;
}
a#logo {
	background:transparent url("http://themes.trendywebstar.com/preview/logo.png") no-repeat;
	display:block;
	
	width:265px;
	height:90px;
	text-indent:-9999px;
	margin:0 auto;
}
.horizontal-line {
	width:100%;
	margin:30px auto;
	float:left;
	border-top:1px solid #e1e1e1;
}
.horizontal-line-dotted {
	width:100%;
	margin:30px auto;
	float:left;
	border-top:1px dotted #e1e1e1;
}

.clear-line {
	width:100%;
	margin:10px auto auto auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.one,.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	float:left;
}
.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	margin-right:20px;
}
.one {
	width:940px;
}
.one-half {
	width:460px;
}
.two-third {
	width:620px;
}
.one-third {
	width:300px;
}
.inner-content {
	width:700px;
}
.one-third-big {
	width:340px;
}
.one-fourth {
	width:220px;
}
.one-fifth {
	width:172px;
}
.one-sixth {
	width:140px;
}
.last {
	margin-right:0px!important;
}
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.img-align-right {
	margin:5px 0 0 10px;
	float:right;
}
.img-align-center {
	margin:5px 0;
	text-align:center;
}
.text-align-left {
	float:left;
}
.text-align-center {
	text-align:center;
}
.text-align-right {
	float: right;
}
.our-info{float:right;width:auto;padding:20px 0 0 0; } 
.italic{font-style:italic;}


.featured-img{margin-left:-30px;
	border-radius:4px 4px 0 0 ;
	-moz-border-radius:4px 4px 0 0 ;
	-webkit-border-radius:4px 4px 0 0 ;
	margin-bottom:30px;
	border-bottom:1pt solid #dcdbdb;
}
.italic-crim {
	font-style:italic;
	font-family:"Crimson River",Georgia,Arial;
	color:#d7d7d7;
}
.italic-georgia {
	font-style:italic;
	font-family:"Georgia",Verdana,Arial;
	color:#959595;
}
a img {
	border:none;
}
strong {
	font-weight:bold;
	color:#898989;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
.colored {
	color:#2d9ad3;
}


 

.big-text{width:425px;float:left;}
.features_img{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1pt solid #d7d7d7;
	cursor:pointer;
	 -webkit-transition:all 0.2s ease,top 0ms linear;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
	
}
.features_img:hover{border:1pt solid #c1c1c1;-moz-box-shadow:0 0px 8px #72c2e7;
	-webkit-box-shadow:0 0px 8px #72c2e7;
	box-shadow: 0 0px 8px #72c2e7;}