﻿body
{
}
#container-gen {
	margin: 25px auto 0 auto;
	padding: 0 0 30px 0;
	width: 970px;
	border:#ffc100 5px solid;
	background-image:url(../../../Media/Images/GenGeneratorBag.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
/* Left Content */
#container-gen #left {
	width: 300px;
	float:left;
	padding: 0 0 0 50px;
}
#container-gen #left #step2 {
    color:#d1a68b;
    margin-top:10px;
}
#container-gen #left #step1 #layouts {
    margin-left: 25px;
    width:205px;
    height:200px;
    background-color:#000;
    padding: 5px;
}
#container-gen #left #step1 #layouts a#looks{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#container-gen #left #step1 #layouts a#looks:hover {
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#container-gen #left #step1 #layouts a#looks .selected {
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#container-gen #left #step1 {
    color:#ffffff;
}

/* Right Content  */
#container-gen #right {
	width:600px;
	float: right;
}

/* Right Content > Main Nav */
#container-gen #nav {
	background-color: #ffc100;
	margin:0;
	padding-left:12px;
}
#container-gen #nav li {
	display:inline;
	list-style-type:none;
}
#container-gen #nav a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

/* Right Content > Main Content */
#container-gen #right #content {
	padding:30px 30px 10px 0;
	width:580px;
	margin-left: 18px;
}
#container-gen #right #content #generator 
{
    background-image:url(../../../Media/Images/GeneratorBG.gif);
    background-repeat:no-repeat;
    width:417px;
    height:372px;
    padding:14px 3px 0px 1px;
}
#container-gen #right #content #inspire 
{
    background-image:url(../../../Media/Images/GenIdeasBar.gif);
    background-repeat:no-repeat;
    width:558px;
    height:167px;
    padding: 42px 0px 0px 15px;
    text-align:left;
}
/* Footer  */
#footer {
	color:#7f6e5d;
	margin: -.5em auto 5em;
	width:980px;
}
#footer #tools {
	float:left;
	width:auto;
}
#footer #tools li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
#footer #tools a {
	font-size:85%;
	color:#7f6e5d;
	margin-right:25px;
}
#footer #tools a:hover {
	text-decoration:underline;
}
#footer #tools a:visited {
	text-decoration:none;
}
#footer #credits {
	float:right;
	width:auto;
	text-align:right;
	padding-bottom:20px;
	font-size:85%;
	line-height:1.25em;
}
#footer #credits strong {
	display:block;
	margin-bottom:0.5em;
}
#footer #credits img {
	vertical-align:middle;
	margin:-3px 4px 0 4px;
}

