/*////////////////////   MAIN   /////////////////////////*/
.error, .success  {
	padding: 10px; 
	font-size: 12px; 
}	

.error {
	border: 2px solid #cc0000; 
	color: #cc0000;
}	

.success {
	border: 2px solid #0000ff; 
	color: #0000ff;
}	

.hint  {
	font-size: 11px;
	font-style: italic;
}

.h20 { height:20px; }
.h15 { height:15px; }
.h10 { height:10px; }
.h5 { height:5px; }
.clear { clear:both; }
.line { height:4px; }
.thin-line { height:2px; }

body {
	padding:0;
	margin:0;
}

#top-box {
	width:998px;
	height: 12px;
	background: url(images/top_shadow.png) no-repeat top;
	margin:0 auto; 
}
#bottom-box {
	width:998px;
	height: 12px;
	background: url(images/bottom_shadow.png) no-repeat top;
	margin:0 auto; 
}
#middle-box {
	width:998px;
	background: url(images/middle_shadow.png) repeat-y;
	margin:0 auto; 
	z-order: 999;
}

#page {
	width:998px; 
	margin:0 auto;
}

#top {
	width:980px; 
	margin:0 auto;
	margin-top: 5px;
}

#logo {
	width:300px; 
	float:left; 
	text-align:left; 
	padding-bottom: 6px;
}

#top-banner {
	width:680px; 
	float:right; 
	text-align:right; 
	padding-bottom: 6px;
}

.banner {
	width:770px;
	margin:0px auto;
	text-align: center;
}

/*/////////////////  PLUGIN LIST  //////////////////////*/
#plugin-list {
	list-style-type:none;
	margin:0px;
	margin-top: 5px;
	margin-right:30px;
	padding:0px;
} 	

#plugin-list li {
	float:right;
	padding-left:0px;
	margin-left:5px;
}

#plugin-list li .content {
	margin-top:3px;
	padding-left: 6px;
}


/*//////////////  FOOTER   //////////////////////////////*/
#plugin-footer {
	height: 20px;
	width: 960px;
	margin: 0 auto;
/*	border: 1px solid #ff0000; */
} 


#footer { 
/*
	width:980px; 
	clear: both; 
	*/
	height:39px; 
	margin:0 auto; 
	text-align:center; 
}

td.footer {
	height: 39px;
}


/*///////////////////////////  PAGE  ////////////////////////////*/
#page .middle { 
	margin:0 auto; 
	width:980px; 
}	

#page .middle-left {
	width:207px;
}

#page .middle-content {
	width:773px;
}

#page-content {
	width:733px; 
	margin:0 auto;
	margin-top: 10px;
	font-size: 12px;
}

#page-content .title {
	float: left; 
	padding-right: 5px;
}

#page-content .full-list {
	height:18px; 
	line-height:18px; 
	text-indent:10px; 
	float:right; 
	padding-left:5px;
}


/*//////////////////////////    MENU     ////////////////////////*/
#menu { 
	width: 100%; 
}

#menu .top { 
	width: 207px;
	height: 28px; 
}

#menu .bottom {
	height:38px;
	width: 207px;
}

#menu .bg {
}

#menu .item { 
	text-align:center; 
	width: 207px; 
	height:27px;
}

/*/////////////////////////   SECTION    ////////////////////*/
.section 
{
	padding: 5px;
	margin: 0 auto;
}

.section .title
{
	padding-left:0px;
	text-align: center;
}

.section .content 
{
	padding-top: 8px;
	text-align: center;
	clear: both;
}

.section .content img
{
	margin: 0 auto;
	display: table-cell;
}

.middle-left .section 
{
	width: 186px;
}

.middle-content .section 
{
	width: 733px;
	padding-left: 0px;
	padding-right: 0px;
}

.middle-content .section .content
{
	margin-top: 5px;
	text-align: left;
}

.middle-content .section .title
{
	text-align: left;
}

/*////////////////////   CONTACT US  /////////////////////////*/
#contact-us {
	width: 100%;
	font-size: 12px;
}

#contact-us .label {
	text-align: right;
	width: 30%;
}

#contact-us .input {
	text-align: left;
}

#contact-us .input textarea, #contact-us .input input[type='text'] {
	width: 80%;
	font-size: 12px;
}


/*//////////////////   CONTACT INFO BOX   //////////////////////////////*/
#contact-info { 
	width:186px; 
	margin:0 auto
}

#contact-info .bg {}

#contact-info .phone {
	width:156px; 
	margin:0 auto; 
	text-indent:20px; 
	text-align: center;
}

#contact-info .mobile {
	width:156px; 
	margin:0 auto;
	text-indent:20px; 
	text-align: center;
}

#contact-info .fax {
	width:156px; 
	margin:0 auto;
	text-indent:20px; 
	text-align: center;
}

#contact-info .link { 
	text-align: center;
}

