/* CSS Document */

body, p {
		margin:0px;
		padding:0px;
		font-family: Arial, sans-serif;
		font-size: x-small;
		font-weight: normal;
		color: #ffffff;
		text-align:center;
		background-color:#000000;
}

a:link {    	
	text-decoration: underline;
	color: #F50000;
}
a:hover {    
	text-decoration:none;
	color: #f50000;
}

.buttons {
	background-color:#000;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #f50000;
	text-decoration:underline;
	padding-bottom:10px;
	text-align:center;
	margin:0 auto;
}

.email {
	color:#F00;
	font-size:small;
}

.buttons_features {
	background-color:#000;
	float:left;
	margin:0 auto;
	position:relative;
	left:25%;
	padding-right:10px;
}

.buttons_holder {
	margin:0 auto;
	text-align:center;
	display:block;
	clear:both;
}

.styletext
{
    font-size: xx-small;
    color: #000000;
    text-align: left;
    visibility:hidden;
    display:none;
}	

img {
	border:0px;
	display:block;
	margin:0 auto;
	font-family: Arial, sans-serif;
}

.border_surround {
	margin:0px auto;
	background-color:#000;
	border:none;	
}

a.features {
	font-size:small;
	background-color:#000;
	color:#FFF;
	font-family: Arial, sans-serif
}

.features {
	text-align:center;
	padding-bottom:10px;
}

.specs {
	background-color:#000;
	color:#FFF;
	font-family: Arial, sans-serif;
	font-size:12px;
}

li {
	padding-bottom:10px;
}

.photo {
	background-color:#000;
}

.navigation {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#000;
	color:#FFF;
	font-size:medium;
}

a.nav {
	font-size:small;
	color:#FFF;
}