body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
}
#content{
	text-shadow: 1px 1px 0px #fefff3;
	font-family: 'Open Sans', sans-serif !important;
}
a {
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}
:focus, a:focus {
	outline:none;
}
:active, a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
strong {
	font-weight:400;
}

.bold {
	font-weight:bold;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	line-height:27px;
}
h2 {
	font-size: 22px;
	line-height: 25px;
}
h3 {
	font-size: 20px;
	line-height:23px;
}
h4 {
	font-size: 16px;
	line-height:19px;
}

h5 {
	font-size: 14px;
	line-height:17px;
}
h6 {
	font-size: 12px;
	line-height:16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:100;
}


#tagline h3 {
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	
}


blockquote , p.darkquote{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
}

table th {
	text-align:center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
}

table.clean_pricing th , table.pricing th {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px #000;
	color:#fcfcfc;
	font-size: 14px;	
}

/*----------------------------------------------  top navigaion  ---------------------------------------------*/
ul.top-nav li a{
	font-size:11px;
}


/*--------------------------- form ---------------------------------------------------*/
input, textarea, select{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:1.5em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
p {
	margin-top:10px;
	font-weight: 200;
	font-size: 13px;
}
p:first-child {
	margin:0;
}
.comment-post p {
	margin-top:0px;
	margin-bottom:10px;
}