@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
*/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #000000; /*Font color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	p, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
	form { margin: 0; padding: 0; }
	hr {height:1px; border:2px dotted #999999;}
	
/************************* Global linking *************************/	
a , input, iframe{position:relative; }
/************************* Global linking *************************/	
a:link {
	color: #ec008c;
	text-decoration: none;
}
a:visited {
	color: #ec008c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #0099FF;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 100%;
	background: url(../images/top_bg.jpg) repeat-x #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#test{      
	_margin-left:200px; 
}
        
.test1{
	font-size:12px;
}
/****************************** Header Css ******************************/
#header{
	width: 910px;
	height: 70px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
}
#logo-service {
	width: auto;
	height: 120px;
	top:0;
	position: absolute;
}
#logo-unispore {
	width: 97px;
	height: 33px;
	right: 30px;
	padding-top: 25px;
	position: absolute;
}
#loginbox {
	width:250px;
	height:20px;
	position:absolute;
	top:8px;
	left:50%;
	background-color:#ec008c;
	text-align:center;
	background:url(../images/login-bg.png) no-repeat;
}
#loginbox ul {
	margin:0;
	padding:0;
}
#loginbox li {
	display: inline;
	padding:0 10px;
	font-weight:bold;
	background: url(../images/arrow.gif) no-repeat left;
}
#loginbox li a {
	color:white;
}
#loginbox li a:hover {
	text-decoration:underline;
}

/****************************** Navigation Css ******************************/
#navi {
	width: 848px;
	height: 32px;
	text-align: center;
	background: url(../images/nav-bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	padding: 8px 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000000;
	padding: 8px 10px;
	margin: 0;
	text-decoration: none;
	/*border-left: 1px solid #e6c0da; THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/nav-hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:19px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
	background: url(../images/nav-over.gif);
	text-align:left;
	width: auto;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 3px 7px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	white-space: nowrap;	
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #9c0069;
	text-decoration: none;
}

/****************************** Container Css ******************************/
#container{
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background: url(../images/content_bg.png) center repeat-y;
	padding-bottom: 20px;
	font-size: 12px;
}

/****************************** Breadcrumb Css ******************************/
#breadcrumb{
	width: 820px;
	float:left;
	text-align: left;
	padding: 15px;
	font-size: 10px;
}
#breadcrumb a{
	color: #ec008c;
	text-decoration: none;
}

/****************************** Left Nav Css ******************************/
#col-nav {
	width: 250px;
	float:left;
	/*line-height: 25px;*/
}
#col-nav ul {
	float: right;
	width: 231px;
	list-style: none;
	margin:0;
	padding:0;
	text-align:right;
}
#col-nav li {
	font-size: 11px;
	background: url(../images/nav-over.gif) center center repeat-x;
}
#col-nav li a {
	color: #000000;
	font-weight: bold;
	padding: 0 15px;
	display: block;
	height: 25px;	
	text-decoration: none;
	line-height: 25px;
}
#col-nav li a:hover {
	color: #9c0069;
	font-weight: bold;
	background: url(../images/subnav-over.gif) no-repeat right;
	text-decoration: none;
}

/****************************** Content area Css ******************************/
#col-content {
	width: 610px;
	float:left;
	text-align:center;
}
#col-content1 {
	width: 360px;
	float:left;
	text-align:left;
	padding: 0 20px 10px 16px;
}
#main-content{
	width: auto;
	padding: 0 20px 10px 16px;
	text-align:left;
}
#flash-container {
	width: 848px;
	height: 263px;
	margin: 0 auto;
	overflow:hidden;
}
#main-left {
	width: 210px;
	float:left;
	text-align:right;
}

/*************** Coupon *******************/
.coupon {
	padding: 5px;
	border: 1px dashed #cccccc;
	float: left;
	width: 95%;
	margin-bottom: 20px;
}
.coupon-img {
	float: left;
	text-align:center;
}
.coupon-content {
	width: 65%;
	float: left;
	padding-left: 5px;
	font-size: 11px;
}
.coupon-header {
	font-size: 14px;
	font-weight: bold; 
}

/******************** Form style ***********************/
.formstyle {
	font-size: 11px;
}

/******************** Index content ***********************/
#home-content {
	width: 400px;
	float:left;
	text-align:left;
	padding: 0 18px;
}
#listbox {
	width:177px;
	float:left;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-top:3px solid #eeeeee;
	border-bottom:3px solid #eeeeee;
	text-align:left;
	/*padding: 5px;*/
	margin-bottom:10px;
}
.listbox-header {
	padding:5px;
	font-size:15px;
	font-weight:bold;
	color:#ec008c;
}
.listbox-table {
	color:#666666;
	font-size:11px;
}
.videobox {
	width: 400px;
	float: left;
}
.videobox-header {
	width:100%;
	font-size:10px;
	font-weight:bold;
	padding:4px 0;
	background-color:#ec008c;
	color:white;
	text-align:center;
}
.videobox-header1 {
	width:180px;
    font-size:10px;
    font-weight:bold;
    padding:4px 0;
    background-color:#ec008c;
    color:white;
    text-align:center;
    float:right;
}
.bannerbox {
	width: 182px;
	float: right;
}
.bannerbox2 {
	width:177px;
	float:left;
	margin-bottom:5px;
}

/****************************** Right Panel Css ******************************/
#col-right {
	width: 210px;
	float:left;
}
#login-container {
	width: 160px;
	border: 2px solid #e7e4e4;
	padding: 8px;
	float: left;
	text-align: left;
	font-size:11px;
	background: url(../images/login-bg.gif) repeat-x top;
	margin-bottom: 20px;
}
#search-container {
	width: auto;
	border: 1px solid #e7e4e4;
	padding: 8px;
	float: left;
	text-align: left;
	font-size:11px;
	background: url(../images/login-bg.gif) repeat-x 0 30%;
}

/****************************** Footer Css ******************************/
#footer{
	width: 852px;
	height: 145px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	/*margin-top: 20px;*/
	background: url(../images/footer-bg.gif) top #FFFFFF;
}

#footercontent { 
  	margin: 0;
  	padding-bottom: 20px;
	color:#999999;
}
#footercontent li { 
  	list-style: none;
	display: inline;
	padding-right: 10px;
}
#footercontent a {
  	text-decoration: none;
	color: #666666;
}
	
#footercontent a:hover, #footercontent a:active{
	color:#ec008c;
	text-decoration:underline;
}

#copyright {
  	margin: 0;
	/*padding-top: 20px;*/
	font-size:10px; 
  	color: #666666;
}
#policy {
  	float: right;
  	margin: 0;
  	padding: 7px 13px;
  	} 
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}

/******************* Image Gallery **********************/
.thumbnails a {
	padding:8px;
	border:1px solid #eeeeee;
	float:left;
}
.thumbnails a:hover {
	border:1px solid #ec008c;
	}
