*{
margin:0px;
padding:0px;
border:0px;
}
h1{
color:#232321;
font-size:24px;
}
p{
color:#232321;
font-size:16px;
margin:5px 0px;
}
div#menu ul{
margin:0px;
}
ul{
margin:0px 0px 0px 20px;
}
body{
background-image:url('/templates/tsw/images/body_background.jpg');
background-repeat:repeat-x;
background-color:#353535;
font-family:calibri,arial;
}
div#header{
width:967px;
height:190px;
margin:10px auto 0px auto;
background-image:url('/templates/tsw/images/logo.png');
background-repeat:no-repeat;
}
div#header div#slogan{
width:400px;
height:30px;
float:right;
margin:91px 10px 0px 0px;
}
div#header div#slogan p{
color:#009ddc;
font-size:20pt;
font-weight:bold;
}
div#menu{
width:967px;
height:72px;
margin:0px auto;
background-image:url('/templates/tsw/images/menu_background.jpg');
-webkit-border-radius:6px;
-moz-border-radius:6px;
}
div#menu ul li{
list-style-type:none;
height:72px;
float:left;
border-right:1px solid #000000;
}
div#menu ul li.first a{
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
}
div#menu ul li a{
display:block;
height:48px;
color:#ffffff;
padding:24px 20px 0px 20px;
text-decoration:none;
}
div#menu ul li a:hover{
background-image:url('/templates/tsw/images/menu_background_hover.jpg');
}
div#home_header{
width:967px;
height:224px;
background-image:url('/templates/tsw/images/header.jpg');
margin:5px auto;
}
div#rotating_header{
width:967px;
height:250px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
margin:5px auto;
}
div#rotating_header img{
position:absolute;
}
img#rotating_image_top{
z-index:2;
}
img#rotating_image_bottom{
z-index:1;
}
div#content{
background-color:#f0efea;
-webkit-border-radius:6px;
-moz-border-radius:6px;
width:947px;
margin:0px auto;
padding:10px;
}
div#footer{
-webkit-border-radius:6px;
-moz-border-radius:6px;
background-color:#151515;
width:947px;
margin:5px auto 0px auto;
padding:10px;
}
div#footer p{
color:#009DDC;
}
div.error{
background-color:#f4e9e9;
border:2px dashed #efcfcf;
margin:5px;
padding:5px;
}
div.warning{
background-color:#fff7e8;
border:2px dashed #e5d4b7;
margin:5px;
padding:5px;
}
div.success{
background-color:#f1ffed;
border:2px dashed #c1e0b8;
margin:5px;
padding:5px;
}
div#social_networking{
float:right;
background-color:#007cc3;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-webkit-box-shadow:2px 2px 2px #c4c2ab;
-moz-box-shadow:2px 2px 2px #c4c2ab;
margin:5px;
padding:5px;
}
div#social_networking ul{
margin:0px;
}
div#social_networking ul li{
float:left;
margin:0px 5px;
list-style-type:none;
list-style-image:none;
}
.hidden{
display:none;
}
input[type=text],input[type=password],textarea{
border:1px solid #888888;
}
input[type=button],input[type=submit]{
background-color:#888888;
border:1px solid #666666;
color:#ffffff;
cursor:pointer;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
div#blue_stripe{
width:967px;
height:1px;
line-height:0px;
margin:0px auto;
background-image:url('/templates/tsw/images/blue_stripe.jpg');
}