@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center; /* IE 5 */
	background-color:#FFD555;
}
.twoCol #wrapper {
	margin: 0 auto;
	width: 910px;
}
.twoCol #container {
	background: #FFF url('/images/style/bgSiderbar.gif') repeat-y;
	margin: 8px -8px;
	overflow: auto; /* Fix for IE  */
	width: 100%;
	text-align: left; /* fix text-align: center on the body element. */
}
.twoCol #header {
	width: 100%;
	height: 116px;
	clear:both;
	overflow:hidden;
}
.twoCol #header h1 {
	margin-top:9px;
	margin-left:160px;
	height:47px;
	text-align:center;
}
.twoCol #header h1 span {
	margin-left:7px;
}
.twoCol #header h2 {
	height:39px;
	padding-top:21px;
	margin-left:162px;
	padding-left:15px;
	color:#FFD555;
	background:#000;
}
.twoCol.index #header {
	background-color:#000;
	color:#FFF;
	height:100%;
}
.twoCol.index #header h1 {
	margin-top:40px;
	margin-left:-100px;
	height:47px;
	text-align:center;
}
.twoCol.index #header #logo {
	float:right;
	margin-right:110px;
}
.twoCol.index #header h2 {
	height:30px;
	text-align:center;
	color:#FFF;
}
.twoCol.index #header #headimg {
	clear:both;
	text-align:center
}
.twoCol.index #header ul {
	float:right;
	padding-bottom:20px;
	margin-right:35px;
}
.twoCol.index #header ul li {
	display: inline;
	padding-left: 20px;
	background: url(/images/bullet.gif) 5% 50% no-repeat;
	font-size:.8em;
}
.twoCol #sidebar {
	display: inline;
	color: #fff;
	margin: 10px;
	padding: 0px;
	width: 140px;
	float: left;
}
.twoCol #mainContent {
	float: right;
	color: #333;
	margin: 0;
	padding: 10px;
	width: 730px;
	display: inline;
	position: relative;
	/*min-height:535px;*/
}
.twoCol #footer {
	float:right;
	width: 740px;
	margin-top:10px;
	margin-right:5px;
	border-top: 1px solid #000;
}
#footer ul {
	margin:5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	display:inline;
}
#mainContent h2 {
	margin: 10px 0;
}
#mainContent ul {
	margin-left: 2em;
}
#Expressions, #AlienAccents, #Military, #Flags, #Pets {
	margin-top: 40px;
}
.imgfix {
	height: 125px;
}
.product input {
	margin: 5px auto;
}
#Expressions .product {
	width: 140px;
}
#AlienAccents .product {
	width: 176px;
}
#Military .product {
	width: 116px;
}
#Flags .product {
	width: 116px;
}
#Pets .product {
	width: 716px;
}
#hotimgs { margin-left: 50px; }
.center img + img {
	margin-left:60px
}
.redborder {
	border:1px solid red;
}
.float-right {
	float: right;
	margin-left: 8px;
}
.float-left {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	background: none;
}

.styled label {
	float: left;
	width: 150px;
	font-weight: bold;
}
.styled input, .styled textarea, .styled select {
	width: 180px;
	margin-bottom: 5px;
}
.styled textarea {
	width: 250px;
	height: 150px;
}
.styled submit {
	margin-left: 120px;
	margin-top: 5px;
}
.styled #shapepreview { float:left; margin-left: 50px; }