/*
Template Name: Growing Business
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/
@import url(navi.css);

@import url(forms.css);

@import url(tables.css);

@import url(featured_slide.css);

.b-share .b-share-icon {
	height: 26px;
	background:
		url(/images/share-fiolet.png)
		no-repeat
}

.b-share .b-share-icon_yaru {
	width: 15px
}

.b-share .b-share-icon_yaru:hover {
	background-position: 0 -26px
}

.b-share .b-share-icon_vkontakte {
	width: 18px;
	background-position: -27px 0
}

.b-share .b-share-icon_vkontakte:hover {
	background-position: -27px -26px
}

.b-share .b-share-icon_facebook {
	width: 14px;
	background-position: -57px 0
}

.b-share .b-share-icon_facebook:hover {
	background-position: -57px -26px
}

.b-share .b-share-icon_twitter {
	width: 32px;
	background-position: -82px 0
}

.b-share .b-share-icon_twitter:hover {
	background-position: -82px -26px
}

.b-share .b-share-icon_odnoklassniki {
	width: 14px;
	background-position: -122px 0
}

.b-share .b-share-icon_odnoklassniki:hover {
	background-position: -122px -26px
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #8A0651;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nostart {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	margin-top: -15px;
}

a {
	outline: none;
	text-decoration: none;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.imgl,.imgr,.blogimgl {
	border: 1px solid #666666;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
}

.imgl {
	float: left;
	margin: 0 15px 0 0;
	clear: left;
}

.blogimgl {
	vertical-align: baseline;
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
}

.imgr {
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
}

/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
}

div.wrapper h1,div.wrapper h2,div.wrapper h3,div.wrapper h4,div.wrapper h5,div.wrapper h6
	{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.col0,.col0 a {
	color: #999999;
	background-color: #000000;
}

.col1 {
	color: #999999;
	background-color: #FFFFFF;
}

.col2,.col2 a {
	color: #FFFFFF;
	background-color: #8A0651;
}

.col3 {
	color: #777777;
	background-color: #FFFFFF;
}

.col3 a {
	color: #8A0651;
	background-color: #FFFFFF;
}

.col4 {
	color: #98989A;
	background-color: #000000;
}

.col4 a {
	color: #FFFFFF;
	background-color: #000000;
}

.col5,.col5 a {
	color: #FFFFFF;
	background-color: #8A0651;
}

/* ----------------------------------------------Generalise-------------------------------------*/
#topbar,#header,#homecontent,#breadcrumb,#container,#footer,#copyright {
	position: relative;
	margin: 0 auto 0;
	display: block;
	width: 960px;
}

/* ----------------------------------------------TopBar-------------------------------------*/
#topbar {
	padding: 10px 0;
}

#topbar p {
	float: left;
	margin: 0;
	padding: 0;
}

#topbar a:HOVER {
	text-decoration: underline;
}
/* ----------------------------------------------Header-------------------------------------*/
#header {
	padding: 30px 0;
	z-index: 1000;
}

#header h1,#header p {
	margin: 0;
	padding: 0;
}

#header #logo {
	display: block;
	float: left;
	width: 260px;
	margin-top: 6px;
}

#header h1 {
	margin: 0;
	font-size: 32px;
	border: none;
}

#header h1 a {
	color: #8A0651;
	background-color: #FFFFFF;
}

/* ----------------------------------------------BreadCrumb-------------------------------------*/
#breadcrumb {
	padding: 15px 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li.current a {
	text-decoration: underline;
}

/* ----------------------------------------------Homepage Content-------------------------------------*/
#homecontent {
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #CCCCCC;
}

#homecontent ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#homecontent li {
	display: block;
	float: left;
	width: 290px;
	margin: 0 45px 0 0;
}

#homecontent li.last {
	margin-right: 0;
}

#homecontent p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
}

#homecontent p.readmore {
	margin-bottom: 0;
}

#homecontent p.readmore a {
	padding: 5px 15px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background-color: #8A0651;
}

/* ----------------------------------------------Content-------------------------------------*/
#container {
	padding: 30px 0;
	line-height: 1.4em;
}

#content {
	display: block;
	float: left;
	width: 600px;
}

/* ------Comments-----*/
#comments {
	margin-bottom: 40px;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .commentlist li.comment_odd,#comments .commentlist li.comment_even
	{
	margin: 0 0 10px 0;
	padding: 15px;
	list-style: none;
}

#comments .commentlist li.comment_odd {
	color: #666666;
	background-color: #F7F7F7;
}

#comments .commentlist li.comment_odd a {
	color: #8A0651;
	background-color: #F7F7F7;
}

#comments .commentlist li.comment_even {
	color: #666666;
	background-color: #E8E8E8;
}

#comments .commentlist li.comment_even a {
	color: #8A0651;
	background-color: #E8E8E8;
}

#comments .commentlist .author .name {
	font-weight: bold;
}

#comments .commentlist .submitdate {
	font-size: smaller;
}

#comments .commentlist p {
	margin: 10px 5px 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: none;
}

#comments .commentlist li .avatar {
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0 0 0 10px;
}

/* ----------------------------------------------Column-------------------------------------*/
#column {
	display: block;
	float: right;
	width: 300px;
}

#column .follow a{
	margin: 0 6px;
}

#column .follow {
	padding: 0 20px 25px 20px;
}

#column .follow i /*--Twitter--*/ {
	display: inline-block;
	background: url("/images/icons/sprite_icons_blog.png") no-repeat 0 0;
	height: 52px;
	width: 52px;
}

#column .follow i.RSS {
	background-position: 0 -53px;
}

#column .follow i.Skype {
	background-position: 0 -106px;
}

#column .follow i.GTalk {
	background-position: 0 -159px;
}

#column .twitter {
	background-color: #F9F9F9;
}

#column .twitter h2 {
	margin: 0 25px 20px 25px;
	padding: 25px 0 14px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: normal;
	border-bottom: 1px dotted #666666;
}

#column #latestnews {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#column #latestnews li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#column #latestnews li.last {
	margin-bottom: 0;
}

#column #latestnews p {
	margin: 0 0 5px 0;
	padding: 0;
}

#column #latestnews p.readmore {
	margin: 0;
	padding: 0;
}

#column #latestnews .imgl {
	margin: 0 10px 10px 0;
	padding: 4px;
}

/* ----------------------------------------------Footer-------------------------------------*/
#footer {
	padding: 30px 0;
}

#footer h2 {
	padding-bottom: 8px;
	border-bottom: 1px dotted #999999;
}

#footer p,#footer ul,#footer a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	line-height: normal;
}

#footer a.Dashed {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#footer .footbox {
	display: block;
	float: right;
	width: 190px;
	margin: 0 0 0 30px;
	padding: 0;
}

#footer li {
	margin-bottom: 6px;
}

#footer .last {
	margin: 0;
}
#footer .profile {
	line-height: 20px;
	padding: 2px 0 0 23px;
}

#footer .profile a {
	display: block;
}

#footer i /*--Twitter--*/ {
	display: block;
	background: #000 url("/images/icons/sprite_icons.png") no-repeat 0 0;
	float: left;
	height: 16px;
	width: 16px;
}

#footer i.Facebook {
	background-position: 0px -17px;
}

#footer i.VKontakte {
	background-position: 0px -34px;
}
#footer i.Odnoklassniki {
	background-position: 0px -51px;
}

#footer i.FriendFeed {
	background-position: 0px -68px;
}
#footer i.GooglePlus {
	background-position: 0px -85px;
}

#footer i.Skype {
	background-position: 0px -102px;
}

#footer i.GTalk {
	background-position: 0px -119px;
}

#footer i.ICQ {
	background-position: 0px -136px;
}

#footer i.CallPhone {
	background-position: 0px -153px;
}

#footer i.Phone {
	background-position: 0px -170px;
}

#newsletter {
	display: block;
	float: left;
	width: 300px;
}

/* ----------------------------------------------Copyright-------------------------------------*/
#copyright {
	padding: 15px 0;
}

#copyright p {
	margin: 0;
	padding: 0;
}