/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
padding: 0;
margin: 0;
border: 0;
font-family: Tahoma, Geneva, sans-serif;
}
#wrapper {
width: 700px;
margin: 0px auto;
margin-top: 60px;
min-height: 500px;
padding-bottom: 50px;
}
/*Css for header*/
.header {
width: 100%;
height: 60px;
}
.header h1 {
display: block;
width: 225px;
height: 35px;
background: url(../images/pronunciator-new-logo.png) no-repeat center;
text-indent: -9999px;
float: left;
margin-left: 50px;
}
.header h2 {
font-size: 15px;
font-weight: normal;
color: #5B5B5B;
float: left;
clear: both;
margin-left: 50px;
}
.header p {
float: left;
font-size: 15px;
margin: 8px 0 0 170px;
}
.header p a {
text-decoration: underline;
color: #000;
}
/*Css for mainCont*/
.mainCont {
width: 100%;
min-height: 400px;
background: url(images/exp-bg-body.png) repeat-x;
}
.mainCont a {
text-decoration: none;
}
.videoBox {
width:640px;
height: 360px;
margin: 50px 0 0 0px;
}
.iconHolder {
display: block;
min-height: 200px;
width: 200px;
text-align: center;
margin: 0px 0 0 150px;
}
.iconHolder a {
text-decoration: none;
}
.iconHolder a img {
opacity: 0.4;
filter: alpha(opacity=40);
}
.iconHolder a img:hover {
cursor: pointer;
opacity: 1.0;
filter: alpha(opacity=100);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.iconHolder a p {
font-size: 24px;
text-decoration: none;
margin-top: 15px;
color: #222;
}
.launchPronunciator {
color: #fff;
border-top: 1px #d90202 solid;
border-right: 1px #cc0202 solid;
border-bottom: 1px #be0404 solid;
border-left: 1px #d90202 solid;
background: #de0909;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd1107", endColorstr="#dd1107");
background: -webkit-gradient(linear, left top, left bottom, from(#dd1107), to(#dd1107));
background: -moz-linear-gradient(top, #dd1107, #ce2921);
text-shadow: #355782 0 1px 2px;
-webkit-text-shadow: #355782 0 1px 2px;
-moz-text-shadow: #355782 0 1px 2px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px #f18683;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px #f18683;
box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0px 1px 0px #f18683;
font-size: 19px;
padding: 15px 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-align: center;
font-weight: 500;
cursor: pointer;
overflow: visible;
margin-left: 170px;
}
.launchCont {
width: 100%;
min-height: 50px;
margin-top:35px;
}
/*Css for footer*/
.footer {
width: 100%;
min-height: 150px;
}
.listTitle {
font-weight: bold;
color: #767676;
}
.firstColumn {
margin-left: 50px !important;
}
.footer ul {
list-style-type: none;
float: left;
margin: 30px 0 0 75px;
}
.footer ul li {
font-size: 13px;
padding: 3px 0;
}
.footer ul li a {
text-decoration: none;
color: #767676;
font-weight: normal;
}
.footer a:hover {
text-decoration: underline;
}
/*Css for helpPro*/

.accordionTitle {
font-size: 16px;
font-weight: bold;
color: #666;
margin: 10px 0 10px 10px;
}
/*Css for templatePageCont*/
.templatePageCont{width:650px; min-height:200px; margin:20px 0 0 50px;}
.templatePageCont h1{font-size:14px; color:#333; font-weight:bold;}
.templatePageCont p{font-size:14px; color:#666; padding:15px 0 0 0; width:520px;}