
body {
	font-family: Arial, Helvetica, 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;
}
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;
}
h8 {font-size: 12px;
	line-heright: 16px;
	font-style:italic;
	font-weight:bold;
	text-align: justify;
	text-align-last:right}
	
h9 {font-size: 12px;
	line-heright: 16px;
	font-weight:bold;
	text-align:left;
	color:#67acc6}
	
h10 {font-size: 12px;
	line-heright: 16px;
	font-weight:bold;
	text-align: right;
	color:#67acc6}

h11 {font-size: 11px;
	line-heright: 10px;
	font-weight: bold;
	text-align: right;
	}
	
h12 {font-size: 12px;
	line-heright: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-left:15px}

h1, h2, h3, h4, h5, h6 {
	font-family:'ColaborateLightRegular',Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
}


#tagline h3 {
	font-size:18px;
	font-family:georgia,Arial,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:Georgia,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:'ColaborateLightRegular',Arial,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;
}
/*--------------------------- jqueryslidemenu ----------------------------------------*/
.menu_title{
	font-family:'ColaborateLightRegular',Arial,sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

.menu_desc{
	font-family:'ColaborateLightRegular',Arial,sans-serif;
	font-size: 11px;
}

/*--------------------------- blog ---------------------------------------------------*/

.blog-meta{
	font-size:11px;
}
span.comment-name, .comment-info a{
	font-family:'ColaborateLightRegular',Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;	
}
.comment-info span{
	font-size:11px;
	font-style:italic;
}

/*--------------------------- form ---------------------------------------------------*/
input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
p {
	margin-top:10px;
}

p1{margin-top:0px;
font-style:italic}

p2{margin-top:0px;
padding-left:15px;
margin-left: 15px}

p:first-child {
	margin:0;
}
.comment-post p {
	margin-top:0px;
	margin-bottom:10px;
}