/* = Basic global settings
---------------------------------------------------------- */
html {
	margin: 0 auto;
	padding: 0;
}


body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #616161;
	min-width: 900px;
	min-height: 900px;
	padding: 0;
	margin: 0;
}


/* = Text Stylings 
---------------------------------------------------------- */
a {
	color: #008be8; /* dark blue */
}

.orange {
	color: #eeba42;
}

.blue {
	color: #008be8;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #8e9193;
}

.errorMsg {
	color: #f00;
	font-weight: bold;
	padding: 10px;
}

h3 {
	font-size: 14px;
}

/* =Layout Structure 
---------------------------------------------------------- */
#topnavLine {
	top: 0;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #008be8;
}

#democontainer {
	margin-right: 15px;
	background: #efefef;
	text-align: right;
	float: right;
	top: 0;
	padding: 0 5px;
}
#demoSidebar {
	width: 240px;
	background: #efefef;
	padding: 5px;
}
#container {
	position: asbolute;
	margin: 0 auto;
	width: 800px;	
}

#wrap {
	margin: 0 15px 15px 15px;
	width: 800px;	
	height: 100px;
}

.wovLogo {
	margin: 20px 0;
	float: left;
	width: 250px;
	height: 91px;
}

.tapPhone {
	margin-right: 10px;
	margin-top: 30px;
	float: right;
	width: 210px;
	height: 28px;
}

#flash {
	width: 800px;
	height: 300px;
	background: #fff;
	text-align: center;
	margin: 20px 0 40px;
}

#flashsep {
width: 100%;
height: 1px;
background: #efefef;
margin: 20px 0;
}

#demoitnow {
	text-align: center;
	width: 790px;
	height: 20px;
	background: #eeba42;
	margin-bottom: 20px;
	padding: 5px 10px;
}

#sep {
width: 100%;
height: 1px;
background: #efefef;
margin: 20px 0;
}

.clear {
	clear:both;
}

.margin20 {
	margin-right: 20px;
}

.margin25 {
	margin-right: 25px;
}


/* = Various Column Structures
---------------------------------------------------------- */

.col {
float: left;
width: 250px;
}

.input {
	width: 220px;
padding: 5px 10px;
!line-height: 22px;
background: #fff;
color: #616161;
text-decoration: none;
border: none;
font-size: 12px;
margin-bottom: 10px;
!margin-bottom: 5px;
}

.input-button {
padding: 5px 10px;
!padding: 0px;
!line-height: 22px;
background: #FFBC00;
color: #fff;
text-decoration: none;
font-weight: bold;
border: none;
font-size: 12px;
}

.button a {
padding: 5px 10px;
!line-height: 22px;
background: #FFBC00;
color: #fff;
text-decoration: none;
font-weight: bold;
}

.button a:hover {
padding: 5px 10px;
background: #efefef;
color: #616161;
text-decoration: none;
font-weight: bold;
}

.twocol {
float: left;
width: 525px;
}

.twocolBorder {
float: left;
width: 500px;
min-height: 300px;
padding-right: 24px;
background: url(../images/gradientline.png) no-repeat top right;
}

.twocolhalf {
float: left;
width: 230px;
padding-bottom: 20px;
}

.fourcol {
float: left;
width: 180px;
padding-bottom: 20px;
}


/* = WOV Demos Stylings 
---------------------------------------------------------- */


.wovcss{ position:absolute; padding: 0px; width: 281px; visibility: hidden; z-index: 1000; bottom: 0px;  }

#radioDemos {
	width: 100%;
	height: 100%;
	background: #fff;
}

#radioDemos2 {
	width: 100%;
	height: 100%;
}


#wmyxDemo {
background: #fff url(../images/991.jpg) top center no-repeat;
margin: 0 auto;
height:1290px;
}

#kissfmDemo {
background: url(../images/kissfm.jpg) top center no-repeat;
margin: 0 auto;
height:1381px;
}

/* = Misc Stylings 
---------------------------------------------------------- */
.networks {
	display: block;
	height: 238px;
	width: 250px;
	background: url(../images/networks.jpg) no-repeat;
}

.networks a:hover {
	background: url(../images/networks.jpg) 0 235px;
}


/* = Top Navigation - Level 1
---------------------------------------------------------- */
#topNavigation {
	width: 500px;
	float: right;
	text-align: right;
	margin-right: 15px;
}

ul#navlist{
	list-style: none;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

#navlist li a{
	color: #616161;
	padding: 5px 10px;
	text-decoration: none;
}

#navlist li a:hover {
		!padding: 5px 10px;
	background: #efefef;	
}

.current, .current a:hover {
	padding: 5px 10px;
	!padding: 0px;
	background: #efefef;
}

#navlist .join a, #navlist .join a:hover {
	color: #fff;
	background: #008be8;
}
