@font-face {
    font-family: 'AccidentalPresidencyRegular';
    src: url('fonts/accid___-webfont.eot');
    src: url('fonts/accid___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/accid___-webfont.woff') format('woff'),
         url('fonts/accid___-webfont.ttf') format('truetype'),
         url('fonts/accid___-webfont.svg#AccidentalPresidencyRegular') format('svg'),
         local("sans-serif");
    font-weight: normal;
    font-style: normal;
}

#intro {
	background-image: url('../images/home/shine.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 436px;
}
div#logo {
	width: 356px;
	height: 91px;
	background-image: url('../images/home/logo.png');
	margin: 0 auto;
}
.step {
	float: left;
	width: 450px;
	margin-right: 20px;
}
.step dt {
	font-family: "AccidentalPresidencyRegular";
	font-size: 90px;
	text-transform: uppercase;
	color: #333;
	text-shadow: 2px 2px 0 white;
	margin-bottom: 0px;
}
.step dd, .step dd * {
	font-family: "KlavikaRegularPlain";
	text-align: left;
	color: #222;
}
.step dd strong {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
.step dd {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}

#urlform {
	border: 1px solid #666;
	background: white;
	display: block;
	width: 270px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
#urlform .txtbox {
	width: 210px;
	font-size: 16px;
	border: 1px solid white;
	color: #888;
	background-color: transparent;
    outline: 0;
}
#urlform .txtbox:hover, #urlform .txtbox:focus {
	color: #555;	
}
#gobutton {
    width: 52px; height: 46px;
    padding: 0; margin: 0;
    position: absolute; right: 0; top: 0;
    
    background: transparent; border: 0;
    background-color: #eee;
    background-image: url('../images/go.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-left: 1px solid #ccc;
    font-size: 20px; color: #666;
    
}
#gobutton:active {
    border: 0;
    border-left: 1px solid #ccc;
}
#gobutton:hover {
    cursor: pointer;
    background-color: #ddd;
}
.sep {
	background-image: url('../images/home/sep.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 46px;
	border-top: 1px solid #ccc; 
}

#av {
	float: right;
	width: 520px;
}
#av th {
	font-family: "AccidentalPresidencyRegular";
	font-size: 40px;
	color: #ccc;
	text-transform: uppercase;
	width: 160px;
	text-align: left;
}
#av a,#av a:hover {
	text-decoration: none;
}
#av .browser {
	background-image: url('../images/home/browser.jpg');
	width: 80px; height: 98px;
}
#av .firefox {
	background-position: -84px 0;
}
#av .widget {
	background-image: url('../images/home/widget.jpg');
	height: 105px;
}
#av .widget.dashboard {
	width: 90px;
}
#av .widget.ig {
	width: 148px;
	background-position: -102px 0;
}
#introtext {
	width: 450px;
	float: left;
}
#introtext p {
	font-family: "KlavikaRegularPlain";
	font-size: 16px;
	color: #333;
	line-height: 18px;
}

#create-content {
    background: white;
}
#create-content table {
    border: 1px solid #aaa;
}
#create-content td {
    border-right: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    width: 25%;
}
#create-content tr:last-child td {border-bottom: 0px;}
#create-content tr td:last-child {border-right: 0px;}
#create-content td a {
    text-decoration: none;
    display: block;
    padding: 5px;
    text-align: center;
}
#create-content td a:hover {
    background: #f5f5f5;   
}
#create-content img {
    display: block;
    margin: 0 auto;
}
