@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, arial;
	font-size: 11px;
	background-color: #222;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

img {
	outline: none;
	border: none;
}

a {
	color: #999;
	text-decoration: none;	
	outline: none;
	border: none;
}

a:hover {
	color: #333;	
}

h2 {
	font-size: 14px;	
	padding: 0;
	margin: 0;
}

.bold {
	font-weight: bold;
}
#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#main {
	width: 849px;
	height: 567px;/*567px;*/
	background-color: #e3e3e3;
	background-image: url(images/content_bg.jpg);
	margin-top: 92px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#left {
	width: 184px;
	float: left;
}

#logo {
	float: none;	
	
}

#nav ul {
	display: inline;
	list-style: none;	
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	margin:0;
	padding: 0;
}
#nav ul li a{
		margin:0;
	padding: 0;
}
#right {
	width: 655px;
	height: 567px;
	text-align: right;
	float: left;
	margin-left: 10px;
}

#header {
	height: 136px;
}

#content {
	height: 360px;
	text-align: left;
	margin: 0 0 0 2px;
	overflow: hidden;
}

#content p {
	line-height: 15px;
}
#services_content {
	height: 360px;
	width: 634px;
	overflow: auto;

}

#webstores_content {
	width: 634px;	
	text-align: center;
	margin-top: 25px;
}
#webstores_content img {
	margin: 0 15px;	
}

#footer {
	height: 66px;
	overflow: hidden;
	background-position: top;
	background-repeat:no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#footer_info {
	padding: 0;
	margin: 16px 10px 0 180px;
	width: 300px;
	float: left;
}
#footer_info p {
	padding: 0;	
}
#social {
	float: right;
	text-align: right;
	padding: 25px 30px 0 0;
}
#social img{
	margin: 0 1px 0 0;	
}

/* Home Content */
#home_left {
	width: 303px;
	height: 350px;
	float: left;
}

#home_right {
	width: 350px;
	height: 350px;
	float: right;
	text-align: center;
}

#home_right p {
	font-size: 9px;
	color:#333;
}

#shop iframe {
	width: 632px;
	height: 350px;
}

#contact-info {
	text-align: right;
	padding: 15px 23px 0 0;
}

#contact-info p {
	font-weight: bold;
	margin: 2px 0 0 0;
}

#contact-info div {
	margin: 10px 0;
}
#contact-area {
	width: 590px;
	margin-left: 45px;
	text-align: right;
}

#contact-area input, #contact-area textarea {
	text-align: left;
	width: 460px;
	border: 2px solid #ccc;
	margin-top: 5px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #12d900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}
#mailResponse {
	width: 400px;	
	float: left;
}
#requiredFeilds {
	float: left;
	margin-left: 126px;
	color:#666;
}