/* CSS Document */
body, html{
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	background: #fff url(../images/interface/bg.gif) left top repeat-y; 
  	font-size : large;
	color : #555555;
}
#wrapper {
	/*border-top:16px solid #fff;*/
	border-left:8px solid #fff;
	width: 880px;  
}
a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}

H3 {
	font-weight:bold;
	font-size: large;
}


/* Navigation */

#main_nav, #sec_nav {
	float:left;
	width:134px;
	padding: 0px 8px 0px 8px;
}
#main_nav ul, #sec_nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
#main_nav ul{
		border-bottom:1px solid #cccccc;
}
#sec_nav ul{
		border-bottom:1px solid #cccccc;
}
#main_nav ul li, #sec_nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:13px;
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
}
#main_nav img, #sec_nav img{
	margin-left:13px;
	margin-bottom:16px !important;
	margin-bottom:15px;
	margin-top:88px;
	height:14px;
}
#main_nav h2
{
	margin-left:13px;
	margin-bottom:16px !important;
	margin-bottom:15px;
	margin-top:88px;
	height:14px;
	color:magenta;
	font-weight:normal;
}
#sec_nav h2
{
	margin-left:13px;
	margin-bottom:16px !important;
	margin-bottom:15px;
	margin-top:88px;
	height:14px;
	color:gray;
	font-weight:normal;
}



#main_nav a, #sec_nav a{
	text-decoration:none;
	color : #555555;
}
#main_nav a:hover{
	background-color: #cccccc;
}
#sec_nav a:hover{
	background-color: #cccccc;
}
#main_nav ul li{
	border-top: 1px solid #cccccc;
}
#sec_nav ul li{
	border-top: 1px solid #cccccc;
}
.sel{
	background: url(../images/interface/arrow.gif) 0px 7px no-repeat;
}

/* Content Section */

#content{
	width:462px;
	float:left;
}
#header{
	border-bottom:1px solid #fff;
	height:88px;
	width:450px;
	background-color:#ff00ff;
}
#visual_content{
	height:230px;
}
#visual_thumbs {
	height:250px;
	padding-bottom:12px;
}
#visual_content, #visual_thumbs{
	border-bottom:1px solid #fff;
	width:450px;
	background-color:#afafa6;
}
#visual_thumbs img{
	margin-left:10px;
	margin-top:10px;
}
#visual_content img{
	float:left;
}
#thumbs{
	margin-left:10px;
	width:129px;
	float:left;
	height:230px;
}
#thumbs img{
	margin-top:10px;
	height:100px;
}
#text_content{
/*	width:450px;*/
	line-height:16px;
	margin-top:22px;
}
#text_content img{
	margin-bottom:16px;
}
#text_content a{
	color:#ff00ff;
	text-decoration:none;
}
#text_content a:hover{
	text-decoration:none;
}
#main_text, #sec_text{
	float:left;
	display:inline;
	margin: 0px 10px 0px 10px;	
}
#main_text{
	width:280px;
}
#sec_text{
	width:130px;
	margin-top:0px;
}
p{
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}

/* Tertiary Navigation */
#ter_nav{
	float:left;
	width:87px;
	height:14px;
	margin-top:80px;
	margin-left:10px;
}
.list_table{
	width:282px;
	empty-cells: show;
	border-spacing:1px;
	background-color:#fff;
}
.title_title{
	width:208px;
	height:14px;
	background-color:#666666;
	color:#fff;
	padding-left:2px;
}
.list_title{
	width:208px;
	height:14px;
	background-color:#ebebe4;
	padding-left:2px;
}
.list_empty{
	width:24px;
	height:14px;
}
.title_web, .title_id, .title_print{
	color:#fff;
	text-align:center;
}
.list_web, .title_web{
	width:24px;
	height:14px;
	background-color:#ffa500;
}
.list_id, .title_id{
	width:24px;
	height:14px;
	background-color:#6492de;
}
.list_print, .title_print{
	width:24px;
	height:14px;
	background-color:#bfce30;
}
.list_web a, .list_id a, .list_print a{
	display:block;
	width:24px;
	height:14px;
	background:url(../../images/interface/dot.gif) center center no-repeat;
}
#copy{
	width:100%;
	font-size : large;
	margin-top:30px;
	margin-bottom:15px;
	color:#cbcbc9;
}
#textchange {
	margin-left: 10px !important; 
	padding-top: 5px!important; 
	float: none !important;
}
#textchange a{
	background: url(../images/layup/textsize.gif) no-repeat;
	height: 16px !important;
	width: 11px !important;
	margin-right: 3px !important;
}

#newspanel
{
	color:blue;
	width:90px;
}