/* General Demo Style */
/* ==========================================================================
   webstie          :  http://www.creativealive.com
   Author           :  Ravi Joon
   Twitter          :  @creativealive
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}
h1{font-size:2em;margin:0}h2{font-size:1.5em;margin:0}h3{font-size:1.17em;margin:0}h4{font-size:1em;margin:0}h5{font-size:.83em;margin:0}h6{font-size:.67em;margin:0}
abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 0}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
html,button,input,select,textarea { color: #222;}
body { font-size: 1em; line-height: 1.4;}
::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none;}
hr { display: block; height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
img {vertical-align: middle;}
fieldset {border: 0;margin: 0;padding: 0;}
textarea {resize: vertical;}
.chromeframe {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}
body {font:12px/16px Arial, Helvetica, sans-serif;}
.wrapper { width:900px; height:auto; margin:0 auto; }
.header { width:900px; height:auto; float:left; padding:50px 0 30px 0; }
.header h1 { font-size:36px; line-height:55px; color:#333; }
.header p, a { font-size:16px; line-height:20px; color:#333; }
.header a { color:#06F; text-decoration:none; }
.header a:hover { color:#000; text-decoration:underline; }

/* easy tabs css */
.easytabs { width:850px; height:auto; float:left; text-transform: capitalize; margin-bottom:0px;}
.easytabs ul.tabs { margin:0; padding:0; float:left; list-style:none; height:auto; border-bottom:1px solid #06F; width:781px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-left-radius:5px; background:url(../images/bg_tab2.jpg) repeat-x;
}
.easytabs ul.tabs li { float:left; margin:0; padding:0; height:auto; width:auto; margin-right:3px; margin-top:1px; margin-bottom:-1px; overflow:hidden; position:relative; background:url(../images/bg_tab3.jpg) repeat-x; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;  border-top-left-radius:5px; border-top-right-radius:5px; text-align:center; border-top:1px solid #c2c2c2; border-left:1px solid #c2c2c2; border-right:1px solid #c2c2c2; border-bottom:1px solid #06F; }
.easytabs ul.tabs li a { text-decoration:none; color:#222; display:block; padding:8px 16px; outline:none; text-align:center; font-size:16px; line-height:18px; text-transform:uppercase; font-weight:bold; }
.easytabs ul.tabs li.active { background:url(../images/bg_tab3.jpg) repeat-x; border:1px solid #06F; }
.easytabs ul.tabs li.active a { font-weight:bold; color:#ff0000; }
.easytabs .tab_container { overflow:hidden; clear:both; float:left; width:740px; background:#f6f6f6; overflow:auto; height:auto; line-height:16px; padding:20px;border-bottom:1px solid #06F; border-left:1px solid #06F; border-right:1px solid #06F;  }
.easytabs .tab_content { width:100%; height:auto; float:left;}
