@charset "UTF-8";
/* CSS Document */

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:15px;
	
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;
	height: 100%;

}


#content {
min-height: 100%;
margin: 0 auto;
}

#pageContent p {
	/*margin:0px;*/
	padding:0px;
	font-size:15px;
}

#pageContent h4 {
	font-weight:bold;
	font-size:18px;
}

.shadow {
	-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}


#pageContent a {
	color:#8faa31;
	text-decoration:none;
	font-weight:bold;
}

#pageContent a:hover {
	color:#a7c92f;
	text-decoration:none;
}


.top {
	height:auto;
	width:600px;
	margin:auto;
	background-color:#FFF;
	margin-bottom:21px;
}

.bottom {
	clear:both;
	margin:auto;
	height:auto;
	display:inline-block;
	background-image:url(images/bg_rust.jpg);
	background-color:#000;
	background-repeat:repeat-x;
	background-position:-300px 0px;
	display:block;
	min-height: 100%;
	 /*overflow: auto; */
	 min-height: 500px;

}

.info
{
width:350px;
height:390px;
display:block;
padding-top:16px;

}

.buy {
	background-image:url(images/price.png);
	background-position:right;
	background-repeat:no-repeat;
	width:330px;
}

.main_description {
	font-size:18px;
	color:#606060;
	margin-top:20px;
	margin-bottom:20px;
	
}

.slideshow {
	width:230px;
	display:block;
	
	float:right;
}

.box{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	/*
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	*/
	
	border:1px solid white;
	
	background-color:#FFF;
	
	
	width:548px;
	margin:auto;
	overflow:hidden;
	
	padding-left:20px;
		padding-right:20px;
			padding-top:10px;
			padding-bottom:20px;
		margin-bottom:20px;
}


.download a
{

display: block;

width: 188px;

height: 63px;

text-indent: -9000px;

border-top-width: 0pt;

border-right-width-value: 0pt;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 0pt;


border-left-width-value: 0pt;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

.download a
{

background-color: transparent;

background-image:url(images/appstore_button.png);

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

opacity: 0.9;

}

.download a:hover
{
opacity: 1;
background-position: 0 -63px;
}

/*
#home nav .home > a {
       pointer-events: none;
       cursor: default;
}
*/

.download a:active{}



