/*

Theme Name: Triple Play

Theme URI: http://www.tripleplaykenora.com

Description: The default Triple Play theme.

Version: 1.0

Author: Overdrive Design Labs

Author URI: http://www.overdrivedesignlabs.com/

*/

img { border:none; }

.tabcontainer { text-align:center; }

.side-image { float:left;margin-top:20px;padding:5px;background-color:#76bccc;text-transform:uppercase;font-weight:bold;color:#ffffff;width:243px; }

.side-image h3 { margin:10px 0px 0px 10px;color:#FFF;font-weight:normal;font-size:14px; }

.side-image img { float:left;display:inline;margin:0px 0px 5px 5px; }

.mainbg {background-color:#ffffff;margin-top:0px; }

strong { color:#000000; }

blockquote { font-style:italic;color:#999999; }

.column-container { padding-top:20px; }

.logo {width:172px;height:93px;background-image:url(images/logo.gif); }

p { margin:0px 0px 15px 0px; }

.container { width:980px;margin-left:auto;margin-right:auto; }

.main-top { background-repeat:no-repeat;background-image:url(images/main-top.jpg); }

.main-top-top { height:175px; }

div, body { font-family:Verdana, Arial, Sans-serif;font-size:small;color:#019fc4; 	}

h2 { margin-top:0px;font-size:large;font-family:Arial; }

.column-left { width:172px;float:left;text-align:right; }

.column-middle { width:475px;float:left; }

.column-right {width:253px;margin:0px 40px;float:left;}

.column-middle li {margin-bottom:15px;}

.clear { clear:both; }


/* Default CSS generated by dTabs */

ul#tabbar {margin:0px auto 0px auto !important;	padding-left:0px; }

ul#tabbar li a {	color:#ffffff;text-decoration:none;	text-transform:uppercase;display:block;padding:0px 7px 0px 7px;	font-weight:bold; }

ul#tabbar li a:hover { background-color: #64b3c5;	}

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */

#tabbar li, #tabbar ul li, {	
/* make them horizontal in IE*/
display: inline;
/* space them a little in IE*/
margin: 0;
padding:0px;
}

/* style the tabs */

.tab, .tabselected {
/* make them horizontal in Firefox 2*/
display: -moz-inline-box;
/* make them horizontal in all other browsers*/
display: inline-block;
/* space them a little */
height:37px;
line-height:37px;
vertical-align:middle;
/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
/* background-color: rgb(240,240,240); */
}

/* make changes to the selected tab */
.tabselected {
/* set a white background */
background-color: #64b3c5;
}



/* style the drop down menus */
.dmenu {
/* left align the text */
text-align: left;
/* REQUIRED */
position: absolute;
/* js fade method should display them 23px below the top of the tabs */
margin: 37px 0 0 0;
/* put some space around the contents */
padding: 0px;
/* set a grey background */
background-color:#019fc4;
/* set a border, round all the corners except the top left */
/* border: 1px solid rgb(150,150,150); */
}

#tabbar .dmenu ul {
/* put space at the top and bottom of top-level menus */
padding: 0px;
/* stop ie going crazy */
margin: 0;
list-style:none;
}

#tabbar .dmenu ul li {
/* stop ie from displaying list items inline */
/* display: list-item; */
}

ul#tabbar .dmenu ul li ul, ul#tabbar .dmenu ul li ul li {
visibility:hidden !important;
margin:0px !important;
padding:0px !important;
display:none;
}

ul#tabbar .dmenu ul li a {
padding:0px 7px !important;
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
/* position menus correctly */
margin: 5px 0 0 -6px;
}

/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
left: auto;
}