@charset "UTF-8";

/**
* Styles
*
* @author      Vladimir G. Mechkauskas <lestatbbk@gmail.com>
* @copyright   Copyright 2013 SolArtxIT Ltd & RiaShamans Ltd
* @url         http://www.solartxit.com/ , http://riashamans.com/
* @version     1
*
**/

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: #e9dcb8 url("../images/bgpattern.jpg") repeat;
}
a:link{
	color: #e0c283;
	text-decoration: none;
}
a:hover {
	color: #831510;
	text-decoration: none;
}
a:visited{
	color: #888888;
}
.linePattern{
	background: url("../images/line-pattern.png") repeat-x;
}

.h1Text
{
	font-size: 24px;
	font-weight: bold;
}
.h2Text
{
	font-size: 18px;
	font-weight: bold;
}
.h3Text
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

/* Layout Styles */
#wrapper {}
#topNav
{
	border-top-color: #604f2a;
	border-left-color: #2e2826;
	border-right-color: #2e2826;
	background-position: 0px 33px;
	background-color: #2e2826;
}

#topNav, #topNav a, #topNav span
{
	color: #e0c283;
}
.innerTopNav
{
	border-top: 1px solid #322b26;
}
.phoneNumber
{
	font-size: 18px;
	line-height: 32px;
}
#container
{

}
.logo{
	background: transparent url("../images/riashamans-logo.png") no-repeat 0px -1px;
	display: block;
	width: 199px;
	height: 233px;
	overflow: hidden;
	text-indent: -75px;
}
.workingTechnology
{
	background: transparent url("../images/bgtechnology.png") no-repeat right -28px;
	color: #78140c;
	font-size: 18px;
	text-align: center;
}
.workingTechnologyContent
{
	padding-left: 55px;
	padding-top: 16px;
}
/*Menu Items*/
.headerMenu a
{
	color: #5d402e;
	font-weight: bold;
	font-size: 18px;
	line-height: 226px;
}
.menuItemHome
{
	background: transparent url("../images/icons/menu/home.png") no-repeat center top;
}
.menuItemHome:hover
{
	background: transparent url("../images/icons/menu/home.gif") no-repeat center top;
}

.menuItemAbout
{
	background: transparent url("../images/icons/menu/about.png") no-repeat center top;
}
.menuItemAbout:hover
{
	background: transparent url("../images/icons/menu/about.gif") no-repeat center top;
}

.menuItemServices
{
	background: transparent url("../images/icons/menu/services.png") no-repeat center top;
}
.menuItemServices:hover
{
	background: transparent url("../images/icons/menu/services.gif") no-repeat center top;
}

.menuItemPortfolio
{
	background: transparent url("../images/icons/menu/portfolio.png") no-repeat center top;
}
.menuItemPortfolio:hover
{
	background: transparent url("../images/icons/menu/portfolio.gif") no-repeat center top;
}

.menuItemHomeRequest
{
	background: transparent url("../images/icons/menu/request.png") no-repeat 22px top;
}
.menuItemHomeRequest:hover
{
	background: transparent url("../images/icons/menu/request.gif") no-repeat 22px top;
}

.menuItemHomeContact
{
	background: transparent url("../images/icons/menu/contact.png") no-repeat center top;
}
.menuItemHomeContact:hover
{
	background: transparent url("../images/icons/menu/contact.gif") no-repeat center top;
}

#content
{
	background: rgb( 255, 255, 255);
	background: rgba( 255, 255, 255, 0.5);
	border-top-color: #a39573;
	border-bottom-color: #f4eddf;
}
.innerContent
{
	border-top-color: #fbf9f3;
	border-bottom-color: #c5b695;
	height: 100%;
}

.footer {
	background: transparent url("../images/footer-pattern.png") repeat-x;
}
.footerInner
{
	background-color: #2e2826;
}
.subFooterInner
{
	border-color: #5f4e2a;
}

ul.simpleMenu li a
{
	font-size: 14px;
}

/*Social Menu*/
.socialMenu a
{
	overflow: hidden;
	text-indent: -100px;
}
.socialMenu a.facebook
{
	background: transparent url("../images/icons/socmenu/fb.png") no-repeat;
}
.socialMenu a.facebook:hover
{
	background: transparent url("../images/icons/socmenu/fb.png") no-repeat;
}

.socialMenu a.google
{
	background: transparent url("../images/icons/socmenu/g.png") no-repeat;
}
.socialMenu a.google:hover
{
	background: transparent url("../images/icons/socmenu/g.png") no-repeat;
}

.socialMenu a.twitter
{
	background: transparent url("../images/icons/socmenu/tw.png") no-repeat;
}
.socialMenu a.twitter:hover
{
	background: transparent url("../images/icons/socmenu/tw.png") no-repeat;
}

.socialMenu a.vkontakte
{
	background: transparent url("../images/icons/socmenu/vk.png") no-repeat;
}
.socialMenu a.vkontakte:hover
{
	background: transparent url("../images/icons/socmenu/vk.png") no-repeat;
}
.containerShadow
{
	background: transparent url("../images/header-inner-shadow.png") repeat-x;
}

/* Old styles */
.markerSquare{
	padding: 8px 0 18px 0;
	margin-left: 15px;
}
.markerSquare li{
	list-style: disc;
}