@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #3f3f3f;
	text-align: center;
	background: transparent url("../../images/bg-pattern.png");
}

legend {
	display: none;
}

a {
	text-decoration: none;
	color: #3f3f3f;
}

a:link {}
a:hover {}
a:active {}
a:visited {}

b, strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {}

h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 23px 0;

}

.sidebar h1 {
	padding-bottom: 12px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 22px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 22px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;	
	padding: 0 0 24px 0;	
}


h5 {
	font-size: 16px;
	font-weight: bold;	
	color: #f09;
	padding: 0 0 6px 0;
}

h5 a{
	font-size: 14px;
	color: #f09;

}

h6 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}

.sidebar h2 {
	padding-bottom: 0px;
}


p {
	margin: 0;
	padding: 0 0 22px 0;
}

.sidebar p {
	padding-bottom: 10px;
}

ol, ul {}
ol li {}
ul {
	padding-bottom: 24px;
}

ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}

ol li {
	padding-bottom: 16px;
}

ul li {
	background: transparent url("../../images/bullet.gif") 0px 8px no-repeat;
	padding: 0 0 0 8px;
}


ul li ul {
	padding-left: 8px;
	padding-bottom: 10px;
}

address {
	font-style: normal;
	font-size: 14px;
}


/* Portfolio styles 
-------------------------------------------*/
.portfolio-item {
	background: transparent url("../../images/hrule.gif") left bottom repeat-x;
	margin-bottom: 22px;
	clear: both;
}

.portfolio-item h3 {
	padding: 12px 0 8px 0;
}

.portfolio-item.last {
	background: none;
}

.portfolio-item img  {
	float: left;
	padding-bottom: 25px;
}
.portfolio-item .description  {
	margin-left: 170px;
	clear: right;
}


/* Prices styles 
-------------------------------------------*/
#list-prices {
	float: left;
	padding-bottom: 24px;
}

#list-prices a .price {
	color: #fff;
}

#list-prices a .feature {
	color: #000;
}

#list-prices b {
	display: block;
	padding: 15px 0 0 10px;
}

#list-prices li {
	float: left;
	padding: 0 12px 0 0;
	background: none;
}

#list-prices div {
	width: 129px;
}

#list-prices span {
	display: block;
	cursor: pointer;	
}

#list-prices span.feature {
	height: 98px;
}

#list-prices a {
	float: left;
	display: block;
	width: 100%;
}
/*
#list-prices a:hover  {
	background: #fff;
}*/

#list-prices .price {
	font-size: 24px;
	font-weight: bold;
	padding: 3px 5px;
}

.p199 a {	border: 1px solid #E6E6FA;}
.p199 .price { background: #ff0085; }

.p279 a {	border: 1px solid #E6E6FA; }
.p279 .price { background: #ff00e4; }

.p349 a {	border: 1px solid #E6E6FA;}
.p349 .price { background: #ffde00; }

.p549 { padding-right:0 !important; }
.p549 a {	border: 1px solid #E6E6FA;}
.p549 .price { background: #3Cfdff; }

/* Contact
-------------------------------------------*/
.subcol {
	width: 260px;
	padding-bottom: 24px;
}



/* Form Elements 
-------------------------------------------*/
.form-item {
	padding-bottom: 8px;
}

input {
	color:#878676;
}

.form-text-170 {
	border: none;
	width: 160px;
	background: #C7C5C5 url("../../images/shadow-field.png");
	padding: 6px 0 2px 10px;
	height: 18px;
	margin: 0;
}

.form-text-250  {
	border-top: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;	
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #c0c0c0;
	padding: 4px 0 4px 10px;
	width: 238px;
	background: url("../../images/shadow-field2.png");	
}

/*Start Captcha CSS*/
.captcha{
	float:left;
	padding:0px;
	margin:0px;
}

.form-text-100  {
	border-top: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;	
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #c0c0c0;
	padding: 4px 0 4px 10px;
	width: 135px;
	height:30px;
	background: url("../../images/shadow-field2.png");	
}
/*End Captcha CSS*/

.form-text-message  {
	border-top: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;	
	border-right: 1px solid #cecece;
	border-bottom: none;
	padding: 4px 0 4px 10px;
	width: 238px;
	height: 128px;
	color:#878676;
	background: url("../../images/shadow-field2.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
}


.img-right {
	float: right;
	margin: 6px 0 14px 20px;
}

.img-left {
	float: left;
	margin: 0px 8px 14px 0px;
}


.gmap {
	height: 350px;
	width: 425px;
}
