/* Screen Style Sheet */

/* CSS Reset --------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; }

/* remember to define focus styles! */
:focus { outline:0; }

/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:collapse; border-spacing:0; }

/* Main Structure ---------------------------------- */
html { }
body { background: #fe9e09 url(../imgs/radio-bkgd.png) repeat center center; }
#OuterWrap { margin:36px auto; width:736px; }
#InnerWrap { height:468px; }
.cj-radio { font-family: "Times New Roman", Times, Georgia, serif; float:left; background:url(../imgs/radiobkgd-left.png) no-repeat center center; width:482px; height:452px; color:#ffffff; text-align:center; }

/*.cj-radio-toptxt { font:bold 14px/17px verdana,arial,helvetica,san-serif; margin:190px 0 8px 0; text-shadow:-3px 3px 4px #001c3d; }
.cj-radio-largetxt { font:bold 14px/17px verdana,arial,helvetica,san-serif; margin:8px 0; text-shadow:-3px 3px 4px #001c3d; }
.cj-radio-smalltxt { font:bold 11px/17px verdana,arial,helvetica,san-serif; margin:12px 0; text-shadow:-3px 3px 4px #001c3d; font-style:oblique; }*/

.cj-widget { float:left; background:url(../imgs/radiobkgd-right.png) no-repeat center center; width:254px; height:452px; margin:0; padding:0; text-align:center; }
.cj-widget-wrap { padding:15px 0; }
#Footer { clear:both; width:700px; padding-top:6px; }
#Footer p { font:normal 11px/12px arial,helvetica,san-serif; color:#000000; text-align:center; padding:8px; }

iframe { background-color:#ffffff; }

/* Buttons */
#bottom_btns { margin-left:0; padding:12px 0 18px 18px; }
#capjazz_btn,#supercruise_btn,#mailing_btn,#contact_btn,#album_btn { float:left; margin:0 6px; padding:8px 12px; text-decoration:none; position:relative; font-weight:bold; font-size:13px; font-family:arial,helvetica,san-serif; }
.button-corner-all { -moz-border-radius:6px; -webkit-border-radius:6px; }
.button-default { border:1px solid #0b4a7a; background:#01406f url(images/ui-bg_glass_50_01406f_1x400.png) 50% 50% repeat-x; font:bold 13px/13px arial,helvetica,san-serif; color:#ffffff; font-weight:bold; outline:none; }
.button-default a { color:#ffffff; outline:none; text-decoration:none; }
.button-default:hover { border:1px solid #89c38d; background:#bfedc2 url(images/ui-bg_glass_80_bfedc2_1x400.png) 50% 50% repeat-x; color:#05518D; outline:none; }
.button-default a:hover { text-decoration:none; outline:none; }

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; }
.ui-corner-tr { -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; }
.ui-corner-bl { -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; }
.ui-corner-br { -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; }
.ui-corner-top { -moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; }
.ui-corner-bottom { -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; }
.ui-corner-right { -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; }
.ui-corner-left { -moz-border-radius-topleft:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-left-radius:8px; }
.ui-corner-all { -moz-border-radius:8px; -webkit-border-radius:8px; }
