@import "twist-reset.css";

html{
	width: 100%;
	margin-bottom: 1px;
	height: 100%;
}


/* BODY
----------------------------------------------- */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	
}

.clear{
	clear: both;	
}

.larger{
	font-size: 16px;
	font-weight: bold;
}
.larger-normal{
	font-size: 16px;
	font-weight: normal;
}

.flickr-pink{
	color: #ff0083;
}
.white{
	color: #fff;
}
.mustard{
	color: #FFBB00;
}
.light-grey{
	color: #ccc;
}
.dark-grey{
	color: #666666;
}


.input-box{
	color: #000000;
	background-color: #e5e5e5;
	background-image: url(../media/input-grad.gif);
	background-repeat: repeat-x;
	font-size: 13px;
}

acronym{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #666666;
}


#signupOpener
{
	margin: 0px;
	padding: 0px;
	background-color:#3E453E;
	
}

*+html #signupOpener
{
	margin: 0px;
	padding: 0px;
	background-color:#3E453E;
	max-height:50px;
	
}


#signupOuter{
	width: 100%;
	background-color: #3E453E;
	margin: 0px;
	background-image: url(../media/login-tile.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

#signupArea{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 60px;
}

#signupArea p{
	font-size: 18px;
	color: #FFBB00;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	padding-top: 4px;
}

#signupArea fieldset{
	float: right;
	margin-top: 4px;
}

#signupArea input{
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* HEADER
----------------------------------------------- */

#header {
	width: 875px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	height: 127px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-indent: -9999px;
}


/* BRANDING
----------------------------------------------- */

#twist-systems {
	background-image: url(../media/twist-systems-logo.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 178px;
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#trigger-button
{
	padding: 0px;
	height: 60px;
	width: 118px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/design-btn.gif);
	background-repeat: no-repeat;
}


#trigger-button-cancel
{
	padding: 0px;
	height: 27px;
	width: 89px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* TOP NAV
----------------------------------------------- */

#top-nav {
	padding: 0px;
	height: 32px;
	float: right;
	margin-top: 66px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}
#top-nav ul {
	padding: 0px;
	margin: 0px;
}
#top-nav li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#top-nav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/top-btn.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 98px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	background-position: 0px 0px;
}
#top-nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/top-btn.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 98px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	background-position: 0px -32px;
}
#top-nav .on {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/top-btn.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 98px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	background-position: 0px -32px;
}

/* SUB NAV
----------------------------------------------- */

