/* ---------------------------------------------------------------------- */
/*	Reset
/* ---------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
	outline: none;
	text-decoration:underline;
    background: transparent;
	vertical-align: baseline;
}

a, a > * {
	color: #5401a5;
	text-decoration: underline;
	transition:color .5s, background-color .5s, box-shadow .5s, padding-left .5s;
	-moz-transition: color .5s, background-color .5s, box-shadow .5s, padding-left .5s; /* Firefox 4 */
	-webkit-transition:color .5s, background-color .5s, box-shadow .5s, padding-left .5s; /* Safari and Chrome */
	-o-transition: color .5s, background-color .5s, box-shadow .5s, padding-left .5s; /* Opera */
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------- */
/*	Typography
/* ---------------------------------------------------------------------- */

h1,h2,h3,h4,h5{font-family:"Times New Roman", Times, serif;margin:0; padding:0; text-transform:uppercase; margin:10px 0px 10px 0px;color:#5401a5;}
h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
p{margin:5px 0px 5px 0px; line-height:1.5em;}
input[type=text], select, textarea{border:1px solid #5401a5; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; margin-bottom:10px;}
input[type=submit], input[type=button]{border:none; padding:5px 10px 5px 10px; color:#fff; background-color:#5401a5; text-transform:uppercase;}
.main ul, .main ol{margin-left:30px;}
input[type=submit]:hover, input[type=button]:hover{cursor:pointer;}
/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */
body{
	background:url(../images/bg.jpg) repeat-x #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666;

}

.rules a {text-decoration:underline;}
.holder{padding:10px; width:960px; background:#fff; box-shadow:0px 0px 20px #999; margin-bottom:20px;}
.wrap{width:980px; margin:0 auto;}

.logo{float:left; width:497px;}
.logo a{display:block; background:url(../images/logo.png) no-repeat; width:497px; height:113px;}

.socials{float:right; margin-top:25px;}
.socials ul{list-style:none; margin:0; padding:0;}
.socials ul li{float:left;}
.socials ul li a{display:block;}
.socials ul li a.fb{background:url(../images/fb.png); width:50px; height:50px; margin-right:10px;}
.socials ul li a.tw{background:url(../images/tw.png); width:50px; height:50px; margin-right:10px;}
.socials ul li a.ph{background:url(../images/call.png) no-repeat; width:205px; height:37px; padding-left:60px; text-transform:uppercase; font-size:20px; padding-top:13px;}

.top-menu{background:url(../images/menu-bg.jpg) repeat-x; height:40px; width:960px; border-radius:5px;}
.top-menu ul{list-style:none; margin:0; padding:0;}
.top-menu ul li{float:left; height:40px;}
.top-menu ul li a{display:inline-block; height:20px; padding:10px 20px 10px 20px; color:#fff; text-transform:uppercase; font-size:16px; text-shadow:1px 1px 1px #6600cc; 
background:url(../images/separator.jpg) no-repeat right center;}
.top-menu ul li a:hover, .top-menu ul li a:active, .top-menu ul li a.current{text-decoration:underline;}

#slider{margin-top:10px; height:320px; width:960px;}

.banner{margin-top:10px; background:#f8f8f8; border-top-left-radius:10px; border-bottom-left-radius:10px; padding:10px; border:1px solid #5401a5; height:180px;}
.banner img{margin:-20px -10px 0px 0px;}
.banner h3{margin-bottom:5px;}
.banner p{font-style:italic;}


.main{float:left;width:640px; margin-right:20px;}
.sidebar{width:300px; float:right;}
.full{width:960px; float:none;}
.news img{max-width:640px; height:auto;}

.testimonials{margin-top:10px;}
.testimonials .fleft{float:left; width:640px; margin-right:20px;}
.testimonials .fright{float:right; width:300px; background:url(../images/support.jpg) no-repeat; height:110px;}
.testimonials .fleft p{font-style:italic;}
.testimonials .fright p{width:180px;}

.box{float:left; margin-right:30px; width:300px; height:260px; margin-top:10px;}
.last{margin-right:0;}
.first{background:url(../images/box1.jpg) no-repeat;}
.second{background:url(../images/box2.jpg) no-repeat;}
.third{background:url(../images/box3.jpg) no-repeat;}
.box h3, .box p, .box a{text-align:center; color:#fff;text-shadow:1px 1px 1px #6600cc;}
.box h3{margin-top:200px; margin-bottom:0px;}
.box a:hover{text-decoration:underline;}

#footer{background:#5401a5; padding:10px 30px 10px 30px; text-align:center; margin-top:10px;}
#footer p{text-align:center; color:#fff; font-size:10px; font-family:Arial, Helvetica, sans-serif;}