@charset "UTF-8";
/* CSS Document */

ul#ctaSml {
	width: 250px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#ctaSml li{
	display: inline;
}
ul#ctaSml li a {
	width: 250px;
	height: 135px;
	float: left;
	text-indent: -9999px;
	outline: none;
}
ul#ctaSml li#registerCTA a {
	background: url(../images/cta-register.jpg) no-repeat 0px -150px;
}
ul#ctaSml li#registerCTA a:hover {
	background: url(../images/cta-register.jpg) no-repeat 0px 0px;
}

#ctaSide-Container {
	margin: 0px;
	padding: 10px 0px;
}
ul#ctaSide {
	width: 200px;
	height: 78px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#ctaSide li{
	display: inline;
}
ul#ctaSide li a {
	width: 200px;
	height: 86px;
	float: left;
	text-indent: -9999px;
	outline: none;
}
ul#ctaSide li#setsCTA a {
	background: url(../images/cta-sets.jpg) no-repeat 0px -120px;
	margin-top: -10px;
}
ul#ctaSide li#setsCTA a:hover {
	background: url(../images/cta-sets.jpg) no-repeat 0px 0px;
}


/* login */

#loginArea {
	background: url(../images/loginBkgd.jpg) no-repeat left top;
	width: 756px;
	margin: 0px;
	padding: 0px;
	height: 558px;
}
#loginArea .box1 {
	margin: 0px;
	padding: 30px 0px 0px 20px;
	float: left;
	width: 330px;
	height: 336px;
}
#loginArea .box2 {
	margin: 0px;
	padding: 214px 113px 0px 0px;
	float: right;
	width: 243px;
	min-height: 152px;
	background: none;
	border: none;
}
#loginArea .box3 {
	clear: both;
	float: none;
	margin: 0px;
	padding: 34px 10px 0px 350px;
	text-align: center;
}
#loginArea .box1 table {
	width: 330px;
	margin: 0px 0px 20px;
	padding: 0px;
	border-collapse: collapse;
}
#loginArea .box1 table td {
	margin: 0px;
	padding: 0px 0px 8px;
	border-collapse: collapse;
}
#loginArea .box1 .largecopy {
	font: 13px/normal Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 24px 0px 10px;
	display: block;
	border-top: dotted 1px #999;
}
#loginArea .box1 .largecopy span {
	display: block;
	padding: 0px 0px 4px;
}
#loginArea .box1 .smallCopy a {
	font-weight: normal;
	color: #333;
}
#loginArea .box1 .title .alertText {
	display: block;
	padding: 3px 0px 0px;
	font: 12px/normal Arial, Helvetica, sans-serif;
}
#loginArea .box3 span.cushion {
	margin: 0px 20px;
	padding: 0px;
}
#loginArea .box3 span {
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	color: #123;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}
#loginArea .title {
	font: normal 22px/24px Arial, Helvetica, sans-serif;
	color: #C53;
}
#loginArea a.btn:link, #loginArea a.btn:visited, #loginArea a.btn:hover {
	display: block;
	text-align: center;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 5px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
#loginArea input.btn {
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 8px 12px;
	margin: 5px auto 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	color: #FFF;
	background: #134;
	border: 1px solid #134;
}
#loginArea input.btn:hover {
	background: #C53;
	border: 1px solid #C53;
	cursor: pointer;
}


/* browse CTA */
#browseBox {
	background: url(../images/loginBkgd.jpg) no-repeat 2px -370px;
	width: 756px;
	margin: 0px;
	padding: 0px;
	height: 183px;
}
#browseBox .box3 {
	clear: both;
	float: none;
	margin: 0px;
	padding: 34px 10px 0px 350px;
	text-align: center;
}
#browseBox .box3 span.cushion {
	margin: 0px 20px;
	padding: 0px;
}
#browseBox .box3 span {
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	color: #123;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}
#browseBox .title {
	font: normal 22px/24px Arial, Helvetica, sans-serif;
	color: #C53;
}
#browseBox a.btn:link, #browseBox a.btn:visited, #browseBox a.btn:hover {
	display: block;
	text-align: center;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 8px;
	margin: 5px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}