@charset "UTF-8";
/* =Colors
	Red: #cc0000;
*/


/* =General */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	/* background: #f43115 url(img/background.jpg) no-repeat top center; */
	background: #cc0000 url(img/background-2.jpg) no-repeat top center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	padding-bottom: 20px;
}

a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.small {
	font-size:10px;
}
.inline {
	display: inline;
}

/* =Typography */
p, form div, #radio h2 {
	margin:1em 10px;
	line-height: 20px;
	font-size:12px;
}
ul {
	margin: 0 10px 1em 10px;
}
p + ul {
	margin: -.75em 10px 1em 10px;
}
 h3 + p {
	margin-top: -.2em;
}
li {
	line-height: 20px;
	font-size:12px;
	margin-left: 20px;
}
h2 {
	margin: 0 10px;
	font-size:20px;
	text-transform:uppercase;
}
#payment h2 {
	margin: 0;
	font-size:inherit;
	text-transform:none;
	display:inline;
}
h3 {
	margin: 0 10px;
	font-size:14px;
	text-transform:uppercase;
}

/* =Layout */
#wrapper {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
#header {
	position:relative;
	height: 79px;
	width: 720px;
	padding-top: 1px;
	overflow: hidden;
}
h1 {
	display:block;
	width: 265px;
	height: 25px;
	margin-top: 27px;
	margin-left: 4px;
	background: url(img/h1-ssms.jpg) no-repeat;
		text-indent: -1000em;
}
h1 a {
	display: block;
}
#header img {
	position: absolute;
	top: 27px;
	right: 10px;
}

#content {
	width: 700px;
	padding:10px;
	background: #fff;
}
#tweets {
	position:absolute;
	top: 440px;
	right: 0;
	width: 230px;
	background: #fff;
	padding-bottom: 10px;
}
#tweets h2 {
	display:block;
	width: 230px;
	height: 60px;
	margin:0;
	background: #cc0000 url(img/h2-twitter.jpg) no-repeat bottom center;
	text-indent: -1000em;
}
#tweets p {
	padding: 0 10px;
}

#jtw_widget center {
	display:none;
}
.jtw_tstamp {
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px dotted #333;
}
#footer {
	width:700px;
	background: #333;
	color: #fff;
	font-size: 10px;
	padding: 10px;
}
#footer p, #footer ul {
}
#footer ul {
	list-style-type: none;
	margin-top: 0;
}
#footer li {
	display: inline;
	margin-left: 0;
	margin-right: 20px;
}
#footer p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* =tabSet */
#tabSet {
	margin-top: -5px;
	background: #333 url(img/background-tabSet.jpg) repeat-x bottom left;
	overflow:hidden;
}
/* =Payment */
#paymentDiv {
	background: #f8f8f8;
	padding: 1px 0;
	overflow:hidden;

}

#registration_progress {
	list-style-type: none;
	margin-top: 1em;
}

#registration_progress li {
	display:inline;
	margin:0;
	margin-right: 10px;
}

#store {
	float:right;
	margin: 10px 0;
	width: 15em;
	font-weight:bold;
	list-style-type: none;
	overflow:hidden;
}

#store li {
	margin: 0;
	margin-bottom: 1px;
	margin-left: 5px;
	line-height: 40px;
}
#store a {
	display:block;
	padding: 0 5px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	border-bottom: 5px solid #333;
	background: #333;
}
#store a:hover {
	background: #393939;
	text-decoration:underline;
	border-bottom: 5px solid #c00;
}

/* =Custom Video pages */
#learnMore {
	text-align:right;
	text-transform:uppercase;
}