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

* {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

body {
	font-family: Times New Roman;
	font-size: 11px;
	text-align: center;
	background-color:#EFEBE7;
}

.wrapper {
	width: 850px;
	margin: 20px auto;
	text-align: left;
}

.wrapper h2 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url('../images/dotted_h_border.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.wrapper h3 {
	font-size: 12px;
	font-weight: bold;
}

/*form layout*/
fieldset {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background-image: url('../images/dotted_h_border.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.input {
	padding-bottom: 10px;
}

.input label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.input input {
	font-family: Times New Roman;
	font-weight: bold;
}

.input .note {
	color: #666666;
	font-size: 10px;
	margin: 5px 0 0 0;
}

form fieldset#cell_number {
	font-size: 13px;
}

form fieldset#cell_number input {
	font-size: 14px;
}

form #cctype {
	float: left;
	margin-right: 20px;
}

form #ccnumber {
	float: left;
	margin-right: 20px;
}

form #securitynumber {
	float: left;
	margin-right: 20px;
}

form #expiration {
	float: left;
}

form #address .input {
	float: left;
	width: 100%;
}

form #address label {
	padding: 0 0 0 0;
}

form #address #address_contain {
	float: left;
}

form #address #address_contain input {
	display: block;
	width: 141px;
}

form #address input#address1 {
	margin-bottom: 5px;
}

form #address #place_contain .input {
	float: left;
	width: auto;
	margin-right: 20px;
}

form #terms {
	background-image: none;
}

form #terms label {
	float: left;
	height: 13px;
	padding-top: 2px;
	margin-right: 10px;
}

form #terms input {
	float: left;
}

form #terms a:link,
form #terms a:hover,
form #terms a:active,
form #terms a:visited {
	text-decoration: underline;
}

form button {
	width: 150px;
	padding: 2px 0;
	background-image: none;
	background-color: #EFEBE7;
	border: 1px dashed #888;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}


.copy p {
	margin-bottom: 1.3em;
	line-height: 1.5em;
}

/*subports*/
#subportal {
	position: relative;
}

#subportal .top_content, #subportal .bottom_content {
	clear: both;
	display: block;
	width: 950px;
	height: 300px;
	margin: 0 auto;
	text-align: left;
}

#subportal .top_content {
	padding-top: 20px;
}

#subportal .bottom_content {
	padding-bottom: 40px;
}

#subportal .content_box {
	height: 300px;
	position: relative;
}

#subportal .content_box h2 {
	margin-bottom: 10px;
}

#subportal2 #subports_nav {
	margin-top: 175px;
}

#subports_nav {
	width: 1005px;
	margin: 20px auto 0;
	text-align: left;
}

#subports_nav li {
	list-style-type: none;
	float: left;
}

#subports_nav li a:link,
#subports_nav li a:visited,
#subports_nav li a:active,
#subports_nav li a:hover {
	display: block;
	text-indent: -5000px;
	height: 279px;
	outline: none;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

#subports_nav #about_us {
	width: 197px;
	background-image: url('http://susanfales-hill.com/map site/images/subports/nav/about.jpg');
}

#subports_nav #registration {
	width: 197px;
	background-image: url('http://susanfales-hill.com/map site/images/subports/nav/registration.jpg');
}

#subports_nav #customer_service {
	width: 242px;
	background-image: url('http://susanfales-hill.com/map site/images/subports/nav/customer_service.jpg');
}

#subports_nav #projects {
	width: 215px;
	background-image: url('http://susanfales-hill.com/map site/images/subports/nav/projects.jpg');
}

#subports_nav #stackist {
	width: 153px;
	background-image: url('http://susanfales-hill.com/map site/images/subports/nav/stackist.jpg');
}

#subports_nav .tip h2 {
	font-size: 11px;
}

#subports_nav .tip {
	* width: 140px; /*IE only*/
}

.img_col {
	float: left;
	width: 235px;
	margin-right: 25px;
}

.copy_col {
	float: left;
	width: 590px;
}


.col {
	float: left;
	width: 540px;
	margin-right: 25px;
}

/*video player*/
.video_player {
	float: left;
	width: 385px;
	margin: 0 auto;
}

/*tips*/
.tip .info_box h3 {
	background-image: none;
	margin-bottom: 0;
}

.tip {
	position: absolute;
	padding: 5px 0 0 6px;
	margin: 0 6px 6px 0;
	color: #000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	/*IE6 only*/
	background-image: url('../images/tooltip/tooltip_top_left_bg.gif');
}

.tip[class] {
	/*non-IE6*/
	background-image: url('../images/tooltip/tooltip_top_left_bg.png');
}

.tip .inner {
	position: relative; /*fixes IE6 negative margins*/
	padding: 0 6px 6px 0;
	margin: 0 -4px -6px 0; /*negative 4 fixes disappearing in IE6*/
	background-repeat: no-repeat;
	background-position: bottom right;
	/*IE6 only*/
	background-image: url('../images/tooltip/tooltip_bottom_right_bg.gif');
}
.tip .inner[class] {
	/*non IE6*/
	margin-right: -6px;
	zoom: 1;/*IE7 fix*/
	background-image: url('../images/tooltip/tooltip_bottom_right_bg.png');
}

.tip .corner_top_right {
	position: absolute;
	top: 0;
	right: -4px;
	height: 5px;
 	width: 6px;
 	background-repeat: no-repeat;
	background-position: top right;
	/*IE6 Only*/
	font-size: 0;
	line-height: 0;
	background-image: url('http://susanfales-hill.com/map site/images/tooltip/tooltip_top_right.gif');
}

.tip .corner_top_right[class] {
	/*non-IE6*/
	right: -6px;
	background-image: url('../images/tooltip/tooltip_top_right.png');
}

.tip .corner_bottom_left {
	position: absolute;
	bottom: -6px;
	left: 0px;
	height: 6px;
	width: 6px;
	background-repeat: no-repeat;
	background-position: bottom left;
	/*IE6 only*/
	font-size: 0;
	line-height: 0;
	margin-left: 1px;
	background-image: url('http://susanfales-hill.com/map site/images/tooltip/tooltip_bottom_left.gif');
}

.tip .corner_bottom_left[class] {
	/*non IE6*/
	margin-left: 0;
	background-image: url('../images/tooltip/tooltip_bottom_left.png');
}

.tip .inner .content {
	position: relative;
	background-color: #EFEBE7;
	padding: 7px;
}

.tip .more_info {
	width: 340px;
	/*overflow: hidden;*/
	margin-right: 0;
	position: relative;
}

.tip .more_info .inner_info {
	width: 340px;
	overflow: hidden;
}

.tip .top {
	padding: 0 0 6px 0;
	background-image: url('../images/dotted_h_border.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.tip .top h4.info {
	width: 200px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 11px;
}

.tip .top h4.info .code {
	float: left;
	display: block;
	padding: 6px 18px 6px 6px;
	background-color: #000;
	background-image: url('../images/flag_tab.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 8px;
}

.tip .top h4.info .price {
	float: right;
	padding: 5px 0px 6px 0px;
}

.tip h3 {
	padding: 6px 0 6px 0;
	margin: 0 0 6px 0;
	background-image: url('../images/dotted_h_border.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.tip .close a {
	position: absolute;
	top: -80px; 
	left: 322px;
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('../images/tooltip/close.gif');
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
}

.tip h4.designer {
	font-size: 11px;
	margin: 0 0 6px 0;
}

/*Scroll Pane*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url('../images/dotted_v_border.gif');
	background-repeat: repeat-y;
	background-position: center top;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/arrow_up.gif');
	background-position: center center;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('http://susanfales-hill.com/map site/images/arrow_down.gif');
	background-position: center center;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}