@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#efefef;
}

p {
	font-size:18px;
	line-height:22px;
	font-family: Helvetica, sans-serif;
}

a {
	color:#000000;	
}

a:hover {
	color:#909090;	
}

li {
	font-size:18px;
	line-height:22px;	
	font-family: Helvetica, sans-serif;
}

h2 {
	margin-top:0;	
	text-transform:uppercase;
	font-size:24px;
	font-family: Helvetica, sans-serif;
}

h3 {
	text-transform:uppercase;
	font-size:24px;	
	margin-top:0;
	color:#ca3f1e;
	font-weight:bold;
	font-family: Helvetica, sans-serif;
}

.quote {
	margin-bottom:0;
	margin-top:0;
	font-family: Helvetica, sans-serif;
}

.blurber {
	font-size:24px;
	margin-top:6px;
	margin-bottom:3px;
	color:#ca3f1e;
	font-weight:bold;
	font-variant:small-caps;
	font-family: Helvetica, sans-serif;
}

.blurber2 {
	font-size:24px;
	margin-top:6px;
	margin-bottom:15px;
	color:#ca3f1e;
	font-weight:bold;
	font-variant:small-caps;
	font-family: Helvetica, sans-serif;
}

.credit {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:15px;
	font-variant:normal;
	margin-left:24px;
	font-family: Helvetica, sans-serif;
	
}

.credit2 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	margin-top:3px;
	font-variant:normal;
	font-family: Helvetica, sans-serif;
	
}
.mediacaption {
	margin-top:3px;	
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:center;
}

.hangingindent {
    padding-left: 24px ;
    text-indent: -24px ;
}

#header {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(images/toppattern2.png);
	background-repeat:repeat;
	border-bottom:1px solid #000000;
}

#headercontent {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	
}

#mainbody {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	
}

#mainbodycontent {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	
	padding-top:25px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;	
}

#footercontent {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	
}

#footercontent p a {
	text-decoration:none;
	color:#000000;	
	font-size:13px;
	font-family: Helvetica, sans-serif;
}

#footercontent p a:hover {
	text-decoration:none;
	color:#535353;	
	font-family: Helvetica, sans-serif;
}

.buy {
	text-decoration:underline;
	color:#ffffff;
	padding: 10px 30px 10px 30px;
	background-color:#000000;
	font-size:28px;
	font-variant:small-caps;
	font-family: Helvetica, sans-serif;
}

.buy2 {
	text-decoration:underline;
	color:#ffffff;
	padding: 10px 25px 10px 25px;
	background-color:#000000;
	font-size:24px;
	font-variant:small-caps;
	font-family: Helvetica, sans-serif;
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:640px;
  height:325px;
  display:none;
  z-index:9999;
  padding:20px;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#boxes #dialog {
  width:640px; 
  height:250px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:640px; 
  height:325px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

#closeButton {
	position: absolute;
	left: 615px;
	top:-6px;
}

nav {
  display: inline;
  width: 200px;
  text-align: left;
    }
nav ul {
  list-style: none;
}
nav li {
  display: inline-block;
}
nav a {
  display: inline-block;
  background: #333;
  color: white;
  padding: 5px 15px;
  border: 1px solid white;
  text-decoration: none;
}  
nav select {
  display: none;
}



nav2 {
  display: inline;
  width: 200px;
  text-align:left;
}
nav2 ul {
  list-style: none;
}
nav2 li {
  display: inline-block;
}
nav2 a {
  display: inline-block;
  background: #333;
  color: white;
  padding: 5px 15px;
  border: 1px solid white;
  text-decoration: none;
}  
nav2 select {
  display: none;
}


nav3 {
  display: inline;
  width: 200px;
  text-align: left;
    }
nav3 ul {
  list-style: none;
}
nav3 li {
  display: inline-block;
}
nav3 a {
  display: inline-block;
  background: #333;
  color: white;
  padding: 5px 15px;
  border: 1px solid white;
  text-decoration: none;
}  
nav3 select {
  display: none;
}


#sthoverbuttons
{
margin-top: 34px;
}

#socialicons {
	float:right;	
}



@media screen and (max-width: 650px) {
#desktop {
	display:none;
}
      nav ul     { display: none; }
      nav select { display: inline-block; }
	  nav2 ul     { display: none; }
      nav2 select { display: inline-block; }
	  nav3 ul     { display: none; }
      nav3 select { display: inline-block; }
	  #sthoverbuttons { display: none; }  
}

@media screen and (max-width: 1050px) {
	  #sthoverbuttons { display: none; }
}

@media screen and (min-width: 651px) {
#mobile {
	display:none;	
}
}

@media device and (max-width: 650px) {
#desktop {
	display:none;
}
      nav ul     { display: none; }
      nav select { display: inline-block; }
	  nav2 ul     { display: none; }
      nav2 select { display: inline-block; }
	  nav3 ul     { display: none; }
      nav3 select { display: inline-block; }
	  #sthoverbuttons { display: none; }
}

@media device and (max-width: 1050px) {
	  #sthoverbuttons { display: none; }
}

@media device and (min-width: 651px) {
#mobile {
	display:none;	
}
}