html {
	background: #A0A0A0;
}
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 1200px;
	background: #F5F5F5;
}
img {
	border: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #0D6B82;
}
a:hover {
	text-decoration:underline
}
#wrapper {
	margin: 0 auto;
	padding: 0;
}
/** HEADER */
#header {
	height: 80px;
	margin: 0px auto;
	background: #4691A5;
}
/** LOGO */
.logo {
	float: left;
	margin: 12px 0 0 20px;
}

.title-img {
	float: left;
	margin: 21px 0 0 35px;
}

.social-media {
	float: right;
	margin: 14px 20px 0 0;
}
/** Search */
#find {
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
	-moz-border-radius: 35px;
	border-radius: 35px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 260px;
	height: 30px;
	padding: 6px;
	overflow: hidden; /* Clear floats */
}
.search {
	float: left;
	margin: 15px 0 0 110px;
}
#search, #submit
{
	float: left;
}
#search
{
	padding: 5px 9px;
	height: 18px;
	width: 150px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	-moz-border-radius: 50px 3px 3px 50px;
	border-radius: 50px 3px 3px 50px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
#submit
{
	background: #CCC;
	background-image: -moz-linear-gradient(#EDF1F5, #778899);
	background-image: -ms-linear-gradient(top,#EDF1F5, #778899);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #778899),color-stop(1, #EDF1F5));
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #424242;/* #B18578 #764F43 #4A322B; */
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 80px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #382621;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#submit:hover
{
	background: #EDF1F5;
	background-image: -moz-linear-gradient(#778899, #EDF1F5);
	background-image: -ms-linear-gradient(top,#778899, #EDF1F5);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EDF1F5),color-stop(1, #778899));
}       
#submit:active
{
	background: #EDF1F5;
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#submit::-moz-focus-inner
{
	border: 0;  /* Small centering fix for Firefox */
}               
#search:focus {
	border-color: #8badb4;
	background: #fff;
	outline: none;
}	
#search.watermark {
	color: #9c9c9c;
	font-style: italic;
}
/** MENU */
.menu {
	height: 48px;
	clear: both;
	background: #818181;
	background: -moz-linear-gradient(top,  #EAEAEA 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(100%,#424242));
	background: -webkit-linear-gradient(top,  #EAEAEA 0%,#424242 100%);
	background: -o-linear-gradient(top,  #EAEAEA 0%,#424242 100%);
	background: -ms-linear-gradient(top,  #EAEAEA 0%,#424242 100%);
	background: linear-gradient(top,  #EAEAEA 0%,#424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#424242',GradientType=0 );
	border: 1px solid #3f4c6b;
	-moz-box-shadow:inset 0px 0px 1px #3f4c6b;
	-webkit-box-shadow:inset 0px 0px 1px #3f4c6b;
	-o-box-shadow:inset 0px 0px 1px #3f4c6b;
	-ms-box-shadow:inset 0px 0px 1px #3f4c6b;
	box-shadow:inset 0px 0px 1px #3f4c6b;
}
.menu ul {
	list-style: none;
	margin:10px auto 0px auto;
	padding:0px 30px 0px 30px;
	height:48px;
}
.menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 0px 20px 8px 20px;
	margin-right: 10px;
	border:none;
}
.menu li a {
	font-size:17px;
	font-weight:400;
	color: #EDF1F5;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 2px 1px 1px #000;
}
.menu li:hover {
	border: 1px solid #566370;
	padding: 0px 19px 0px 19px;
	/* Background color and gradients */
	background: #CCC;
	background: -moz-linear-gradient(top, #778899, #EDF1F5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#778899), to(#EDF1F5));
	background: -webkit-linear-gradient(top, #778899, #EDF1F5);
	background: -o-linear-gradient(top, #778899, #EDF1F5);
	background: -ms-linear-gradient(top, #778899, #EDF1F5);
	background: linear-gradient(top, #778899, #EDF1F5);
	/* Rounded corners */
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.menu li:hover a{
	color:#323438;
	text-shadow: 2px 1px 1px #99ACC2;
}
.menu .active {
	padding: 0px 19px 0px 19px;
	/* Background color and gradients */
	background: #CCC;
	background: -moz-linear-gradient(top, #778899, #EDF1F5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#778899), to(#EDF1F5));
	background: -webkit-linear-gradient(top, #778899, #EDF1F5);
	background: -o-linear-gradient(top, #778899, #EDF1F5);
	background: -ms-linear-gradient(top, #778899, #EDF1F5);
	background: linear-gradient(top, #778899, #EDF1F5);
	/* Rounded corners */
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-o-border-radius: 7px 7px 7px 7px;
	-ms-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	color:#323438;
	text-shadow: 2px 1px 1px #99ACC2;
}
/* Page */
#page {
	margin: 0 auto;
	padding: 20px 0px;
}
/* Content */
#content {
	float: right;
	width: 880px;
	padding: 20px 20px 0px 0px;
}
#wrapper-buttons{
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 50px;
}
#wrapper-price{
	float: right;
	height: 200px;
	width: 250px;
	margin-right: 10px;
}
.post {
	margin-bottom: 15px;
}
.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
	font-weight: bold;
}
.post .title2 {
	margin-bottom: 20px;
	padding: 20px 0 0 40px;
	color: #000000;
	font-size: 20px;
}
.post .title-small {
	height: 55px;
	margin-bottom: 10px;
	letter-spacing: -.5px;
	color: #000000;
	font-weight: bold;
	font-size:24px;
}
.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	clear:both;
}
.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
.center-text {
	text-align: center;
}
.right-align {
	float: right;
	padding-left: 10px;
}
.left-align {
	float: left;
	padding-left: 10px;
}
.bule-line {
	clear:both;
	width: 100%;
	height: 1px;
	color: #039;
	background-color: #039;
	border: 1px solid #039;
	border-bottom: 1px;
	padding:0;
}
.listed-price {
	font-weight:bold;
	padding-top: 40px;
	font-size:18px;
	color:#979797;
	text-decoration:line-through;
	font-style:italic;
}
.our-price {
	font-weight:bold;
	padding-top: 50px;
	font-size:18px;
	color:#F00;

}
.price {
	font-weight:bold;
	font-size:18px;
	color:#F00;
	padding-right:20px;
	float:right;
}
.important-note {
	font-weight:bold;
	font-size: 18px;
	color: #F00;
}
.order-button {
	margin-top: 10px;
}
.download-button {
	margin-top: 10px;
}
.hot {
	font-size: 20px;
	font-weight:bold;
	color: #F00;
	text-decoration:blink;
	padding-top: 40px
}
#mobile-ver {
	display:none;
}
/* Items */
.left-side {
	float:left;
	width:350px;
}
.right-side {
	float:right;
	width:350px;
}
.left-side img {
	margin-left:85px;
}
.right-side img {
	margin-left:85px;
}
.left-side p {
	margin-left: 20px;
	margin-right: 20px;
}
.right-side p {
	margin-left: 20px;
	margin-right: 20px;
}
.item {
	height: 600px;
}
/* Table */
.tbl-header{
	background-color: #A0A0A0;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 280px;
	padding: 40px 0px;
	color: #054A60;
	background: #E6E6E6;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}
#sidebar h2 {
	height: 38px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
}
#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
#sidebar a {
	border: none;
	color: #054A60;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #054A60;
}
.white-bkg {
	background-color:#FFF;
}
.fb-page {
	width:280px !important;
}
/** Screen shots **/
.screen-shots {
	height:240px;
	padding:0;
	margin:0 auto; 
	position:relative;
}
.screen-shots ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	border:0;
}
.screen-shots ul li {
	float:left;
	font-weight:bold;
	font-size: 20px;
}
.screen-shots ul li a, .screen-shots ul li a:visited {
	display:block; 
	float:left;
	text-align:center; 
	text-decoration:none; 
	color:#ddd;
	border-right:1px solid #fff;
	background:#333; 
}
.screen-shots ul li ul {
	text-align:left;
	display:block; 
	position:absolute; 
	top:31px; 
	left:0;
	width: 700px;
}
.screen-shots ul li ul li {
	border:10px solid #333;
	border-width:7px 7px;
	background:#ddd; 
	color:#fff;
	padding:20px 20px;
}
.screen-shots ul li ul li a {
	background:#333;
	width:100px;
	height:100px;
	border:1px solid #ddd;
	border-color:#888 #000 #000 #888;
	position:relative;
}
.screen-shots ul li ul li a span  {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:100px;
	width:100px;
	*display:block;
	*position:absolute;
	*top: 50%;
	*left: 50%;
	*height:auto;
	*width:auto;

}
.screen-shots ul li ul li a span img {
	*position:relative;
	*top: -50%;
	*left: -50%;
}
.screen-shots ul li ul li a:hover {
	background:#000;
}
/** FOOTER */
#footer {
	height: auto;
	margin: 0px auto;
	background: #4691A5;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
@media screen and (max-width: 480px){
	body {
		width: 100%;
	}
	#header {
		height: 180px;
	}
	.logo {
		display:none;
	}
	.title-img {
		margin: 21px 0 0 5px;
	}
	.title-img img {
		width:95%;
		height:auto;
	}
	.social-media {
		margin: 10px 20px 0 0;
	}
	.search {
		float: right;
		margin: 20px 25px 0 0;
	}
	.menu {
		height: 110px;
	}
	.menu ul {
		padding:0px 20px 0px 20px;
	}
	.menu li {
		padding: 0px 10px 15px 10px;
	}
	#content {
		width: 95%;
		padding: 20px 10px 0px 0px;
	}
	.entry , .entry h2, .entry ul li{
		text-align:left;
	}
	#wrapper-price select {
		float:right;
		margin:-220px 0 0 0;
	}
	.listed-price, .our-price, .hot{
		width:220px;
		float:right;
		margin:-30px 0 0 0;
		text-align:left;
	}
	#wrapper-buttons {
		float:none;
		margin-left: 10px;
	}
	#wrapper-buttons img{
		width:200px;
		height:auto;
	}
	.post .title {
		font-size:22px;
	}
	.post .title2 {
		font-size: 20px;
	}
	.post .title-small {
		font-size:18px;
	}
	#mobile-ver {
		color:#F00;
		display:block;
	}
	.left-side {
		float:none;
		width:93%;
	}
	.right-side {
		float:none;
		width:93%;
	}
	.item {
		height: 500px;
	}
	#sidebar {
		width:99%;
	}
	#sidebar li {
		float: left;
	}
	#sidebar ul li {
		margin: 0px 20px;
	}
	#sidebar h2 {
		text-align:left;
		margin-left:10px;
	}
	.white-bkg {
		display:none;
	}
	.screen-shots {
	max-height:300px;
}
	.screen-shots ul li ul li {
		padding:10px 10px;
	}
	.screen-shots ul li ul {
		width:450px;
	}
}
@media screen and (max-width: 320px){
	.menu {
		height: 170px;
	}
	.listed-price, .our-price, .hot{
		width:140px;
	}
	#wrapper-buttons img{
		width:140px;
	}
	.screen-shots ul li ul {
		width:260px;
	}
}