/******************************
Can Factory 2005 - condense.it
screen.css - Style sheet for screen rendering
******************************/

/* Basic elements */

body {
	text-align: center;
	padding: 0;
	margin: 2px;
	font: normal x-small Verdana, Arial, Helvetica, Sans-serif;
	color: #666666;
}

img {
	border: 0;	
}

p {
	margin: 10px 0 0 0;
}

input, textarea, select {
	font: normal x-small Verdana, Arial, Helvetica, Sans-serif;
}

code {
	font: normal small Courier, Verdana, Arial, Helvetica, Sans-serif;
	display: block;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffcc66;
	text-decoration: underline;
}

h2 {
	font: bold medium Verdana, Arial, Helvetica, Sans-serif;
	padding: 0;
	margin: 0;
}

h3 {
	font: bold medium Verdana, Arial, Helvetica, Sans-serif;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

/* Pseudo elements */

h2:first-line {
	text-transform: lowercase;
}

h3:first-line {
	text-transform: lowercase;
}

#linklist li:first-line {
	text-transform: lowercase;
}

#footerLeft:first-line {
	text-transform: lowercase;
}

#footerRight:first-line {
	text-transform: lowercase;
}

/* Div containers */

#header {
	width: 720px;
	height: 77px;
	background: url(../image/header-title.png) no-repeat;
	margin: 0;
	padding: 0;
}

#title h1 {
	display: none;
}

#title p {
	display: none;
}

#banner {
	position: relative;
	margin: 0;
	text-align: center;
	color: #999999;
}

#banner img {
	display: block;
	text-align: center;
	margin: auto;
	border: 1px solid #999999;
}

#banner p {
	margin: 0;	
}

#container {
	text-align: left;
	width: 720px;	
	margin: auto;
	position: relative;
	padding: 0;
}

#content {
	background: url(../image/content-repeat.png) repeat-y top left;
	margin: 0;
	padding: 6px 0 10px 140px;
	position: relative;
	width: 580px;
	min-height: 340px;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 340px;
}
/**/

#content .notice {
	width: 200px;
	float: right;
	padding: 0;
	margin: 10px 10px 0 10px;
}

#content .noticeTop {
	background: #ffffff url(../image/notice-top.png) no-repeat top left;
	max-height: 5px;
	line-height: 5px;
	padding: 0;
	margin: 0;
}

#content .noticeBottom {
	background: #ffffff url(../image/notice-bottom.png) no-repeat top left;
	max-height: 5px;
	line-height: 5px;
	padding: 0;
	margin: 0;
}

#content .noticeMain {
	padding: 0 0 0 5px;
	margin: 0;
	background: #ffffff url(../image/notice-repeat.png) repeat-y top left;
}

#content .noticeMain a:hover span {
	color: #ffcc66;
	text-decoration: underline;
}

#content .noticeMain img {
	float: right;
	padding: 0 5px 0 0;
	margin-top: -25px;
}

#content .noticeMain span {
	padding: 0 25px 0 0;
	margin: 0;
	display: block;
}

#content a:hover {
	color: #ff9900;
	text-decoration: underline;
}

#content h3 {
	font: bold medium Verdana, Arial, Helvetica, Sans-serif;
}

#content h2, #content h3, #content p, #content form {
	padding: 0 10px 0 10px;
}

#content h3 {
	margin-top: 10px;
}

#content ul, #content ol {
	padding: 0 10px 0 40px;
	margin: 15px 0 0 0;
}

#content .ui {
	position: relative;
	margin-top: -20px;
	margin-left: 140px;
}

#content form div {
	padding: 5px 0 0 0;
}

#content form textarea {
	height: 60px;
}

#content .ui input, #content .ui textarea, #content .ui select {
	width: 150px;
}

#content .email {
	position: relative;
	margin-left: 0px;
}

#content .ui #bannerUpload {
	width: 188px;
}

#content .submit input {
	position: relative;
	margin-left: 140px;
}	

#content .ui-checkbox {
	width: auto;
	position: relative;
	margin-top: -20px;
	margin-left: 136px;
}

#content .ui-radio {
	width: auto;
	position: relative;
	margin-left: 136px;
	margin-top: -20px;
}

#content .ui-radio-multiple {
	width: auto;
	position: relative;
	margin-left: 136px;
}

#content .label-error {
	color: #7c7cfd;
}

#content .install-extension {
	font: bold medium Verdana, Arial, Helvetica, Sans-serif;
}

#linklist {
	background: #ffffff url(../image/nav-repeat.png) repeat-y top left;
	position: absolute;
	top: 75px;
	width: 138px;
	margin: 0;
	padding: 0;
}

#linklist-inner {
	margin: 0;
	padding: 0;
}

#ltools h3, #linformation h3, #ladvertise h3 {
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#ltools h3 {
	padding-top: 0.5em;
}

#ltools li:empty {
	/*display: none;*/
}

#ltools p {
	padding-left: 1em;
	margin-top: 5px;
	text-transform: lowercase;
}

#linformation h3, #ladvertise h3 {
	padding-top: 1em;
}

#ltools ul, #linformation ul, #ladvertise ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 5px 1em;
}

#ltools li, #linformation li, #ladvertise li {
	margin: 0;
	padding: 0px 0px 5px 15px;
	background: url(../image/bullet.png) no-repeat 0 1px;
}

#ltools {
	padding: 0 0 0 0;
}

#linformation {
	background: url(../image/nav-split.png) no-repeat top left;
	padding: 1px 0 0 0;
}

#ladvertise {
	background: url(../image/nav-split.png) no-repeat top left;
	padding: 1px 0 0 0;
}

#footer {
	background: url(../image/footer.png) no-repeat top left;
	position: relative;
	height: 37px;
	margin: 0;
	padding: 0;
}

#footerLeft {
	vertical-align: bottom;
	margin-top: 15px;
	padding-left: 30px;
	display: inline;
	position: absolute;
	z-index: 1;
}

#footerRight {
	vertical-align: bottom;
	text-align: right;
	margin-top: 15px;
	width: 710px;
	display: inline;
	position: absolute;
	z-index: 0;
}
