body {
	background: #000;
	color: #000;
}

td {
	
}
a:link, a:visited { color: #000; text-decoration: underline; }
a:active, a:hover { color: #ff0000; text-decoration: underline; }

.normal {
	color: #fff;
}

.footer {
	color: #fff;
}

h1, .h1 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

h2, .h2 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

h3, .h3 {
	color: #fff;
}

.photoPreview {
	background: #fff;
	border: 2px solid #ddd;
	padding: 4px;
}


#jvc_template_top {
	background: url('../images/template/template_top2.jpg') no-repeat;
	width: 920px;
	height: 544px;
	position: relative;
}

#jvc_template_bottom_button1 {
	background: url('../images/template/template_bottom_button1.jpg') no-repeat;
	width: 235px;
	height: 170px;
	position: relative;
	cursor: pointer;
}

#jvc_template_bottom_button1:hover {
	background: url('../images/template/template_bottom_button1_ove.jpg') no-repeat;
}

#jvc_template_bottom_button2 {
	background: url('../images/template/template_bottom_button2.jpg') no-repeat;
	width: 225px;
	height: 170px;
	position: relative;
	cursor: pointer;
}

#jvc_template_bottom_button2:hover {
	background: url('../images/template/template_bottom_button2_ove.jpg') no-repeat;
}

#jvc_template_bottom_button3 {
	background: url('../images/template/template_bottom_button3.jpg') no-repeat;
	width: 220px;
	height: 170px;
	position: relative;
	cursor: pointer;
}

#jvc_template_bottom_button3:hover {
	background: url('../images/template/template_bottom_button3_ove.jpg') no-repeat;
}

#jvc_template_bottom_button4 {
	background: url('../images/template/template_bottom_button4.jpg') no-repeat;
	width: 240px;
	height: 170px;
	position: relative;
	cursor: pointer;
}

#jvc_template_bottom_button4:hover {
	background: url('../images/template/template_bottom_button4_ove.jpg') no-repeat;
}

.jvc_header_details {
	background: url('../images/template/header_details.png') no-repeat;
	width: 264px;
	height: 64px;
	position: absolute;
	left: 421px;
	top: 42px;
}

.jvc_header_pickFavorite {
	background: url('../images/template/header_pickFavorite.png') no-repeat;
	width: 224px;
	height: 97px;
	position: absolute;
	left: 430px;
	top: 38px;
}

.jvc_header_picsio {
	background: url('../images/template/header_picsio.png') no-repeat;
	width: 337px;
	height: 109px;
	position: absolute;
	left: 308px;
	top: 23px;
}

.jvc_header_upload {
	background: url('../images/template/header_upload.png') no-repeat;
	width: 222px;
	height: 85px;
	position: absolute;
	left: 451px;
	top: 36px;
}

.jvc_content_main {
	position: absolute;
	top: 177px;
	height: 280px;
	width: 580px;
	left: 247px;
	color: #000;
	font-size: 12px;
	text-align: left;
}

.jvc_content_picsio {
	top: 160px;
}

#picsio_buyButton {
	position: absolute;
	top: 340px;
	left: 405px;
}

#home_link {
	position: absolute;
	display: block;
	top: 5px;
	left: 10px;
	width: 900px;
	height: 530px;
}

#innerPage_home_link {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 240px;
	height: 225px;
}

#innerPage_upload_link {
	position: absolute;
	top: 5px;
	left: 253px;
	width: 653px;
	height: 130px;
}

#home_uploadPhoto {
	position: absolute;
	top: 546px;
	left: 552px;
	width: 103px;
	height: 21px;
	z-index: 1000;
}

#wallpaper_share_label {
	position: absolute;
	top: 332px;
	left: 190px;
}

#wallpaper_share_twitter {
	position: absolute;
	top: 319px;
	left: 375px;
}

#wallpaper_share_facebook {
	position: absolute;
	top: 322px;
	left: 430px;
}

/* JVC HEADER STYLES */
#navigation {
	width:992px;/*992*/
	height:96px;/*101*/
	margin:0 auto;
	padding-top:5px;
	background:#000;
}

.head_logo {
	width:952px;/*992*/
	height:52px;/*52*/
	padding:0 20px;
	overflow:hidden;
}

.head_logo a{
    text-decoration:none; 
	outline:none;
}

.head_logo img{
	border:none; 
	background:none
}

.logo_left{
	width:140px;
	height:34px;
	margin-top:18px;
	float:left;
}

.logo_right{
	width:170px;
	height:42px;
	float:right;
}

.searchForm{
	width:992px;/*992*/
	padding:1px 0 8px 0;
	margin:0;
	overflow:hidden;
}

.searchSubmit{
	width:19px;
	height:16px;
	float:right;
	border:none;
	cursor:pointer;
	background: url('../images/jvcHeader/search_btn.gif') no-repeat;
}

.searchSubmit:hover{
	background-position:left bottom;
}

.searchInput{
	width:174px;/*184*/
	height:12px;/*16*/
	padding:1px 4px;
	float:right;
	border:1px solid #999;
	background-color:#fff;
	line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

.nav{
	width:991px;/*992*/
	height:18px;/*19*/
	border:1px solid #666;
	border-bottom:none;
	border-bottom:1px solid #666;
	border-left:none;
	overflow:hidden;
	padding:0;
	margin:0;
}

.nav ul{
	padding:0;
	margin:0;
}

.nav li{
	list-style:none;
	width:140px;
	height:18px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:11px;
	border-left:1px solid #666;
}

.nav li.last{width:144px;}

.nav li a{
	display:block;
	text-align:center;
	color:#999;
	text-decoration:none; 
	outline:none;
	width:100%;
}

.nav li a:visited{
	color:#999;
	background-color:#000000;
}

.nav li a:hover, .nav li.pgSelected a{
	background-color:#ff0000;
	color:#fff;
}


.logo_left {
	
}

.logo_right {
	
}

.searchForm {
	
}

.searchSubmit {

}

.searchInput {

}

.nav {

}

.nav li {

}