@charset "utf-8";
/* Citisoles CSS */


body {
	background-color:#e54794;
	background-image:url('../images/bg/bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

#MainContainer {
	width:836px;
	margin:12px auto 20px;
}

#Header {
	padding:0px 38px;
	height:130px; 
	width:760px;
	background-image:url('../images/bg/top-bg.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

#toplinks {
	float:right;
	margin-top:28px;
}

*:first-child+html #toplinks {
	margin:28px 0 0 550px;
}

#toplinks, #toplinks a {
	color:#E9CAE1;
	text-decoration:none;
	font:12px Verdana, Geneva, sans-serif;
}

#toplinks a {
	padding:4px;	
}

#toplinks a:hover {
	color:#E64795;	
}

#toplinks a img {
	float:right;	
	margin-top:-19px;
}

*:first-child+html #toplinks a img {
	margin-top:-35px;	
}

#menu {
	clear:both;	
	padding-top:18px;
}

#menu img {
	border:none;
	margin-top:2px;
}

#menu a {
	height:23px;
	display:block;
	float:left;
}

#theshoes, #press, #shop, #about {
	margin-top:30px;	
}

#theshoes {
	width:108px;
	background-image:url('../images/menu/the-shoes.gif');
	margin-left:35px;
}

#theshoes:hover {
	width:108px;
	background-image:url('../images/menu/the-shoes-over.gif');
}

#shop {
	width:75px;
	background-image:url('../images/menu/shop.gif');
}

#shop:hover {
	width:75px;
	background-image:url('../images/menu/shop-over.gif');
}

#press {
	width:219px;
	background-image:url('../images/menu/press-testimonials.gif');
}

#press:hover {
	width:219px;
	background-image:url('../images/menu/press-testimonials-over.gif');
}

#about {
	width:136px;
	background-image:url('../images/menu/about-us.gif');
}

#about:hover {
	width:136px;
	background-image:url('../images/menu/about-us-over.gif');
}

#Content {
	padding:30px 58px;
	min-height:300px;
	width:720px;
	background-image:url('../images/bg/main-bg.png');
	background-repeat:repeat-y;
	background-position:center;
	font-family: 'century gothic', Verdana, Geneva, sans-serif;
	color:#282561;
}

#Content h1 {
	font-size:36px;
	font-weight:normal;
}

#Content h2 {
	font-size:24px;
	font-weight:normal;
}

#Content p {
	font-size:14px;
	line-height:160%;
}

.shoe_shots {
	margin:25px auto;
}

.shoe_shots img {
	/*border:4px solid #1F1A4E;*/
	padding:10px;
	width:196px;
	margin-right:16px;
	background-color:#1F1A4E;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pressentry {
	clear:left;
	margin-bottom:70px;
}

.pressentry img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	clear:left;
}

.product {
	
}

.product img {
	border:1px solid #282560;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}

.product table td {
	padding:10px 5px;
}

#Footer {
	height:62px;
	width:836px;
	background-image:url('../images/bg/bottom-bg.png');
	background-repeat:no-repeat;
	background-position:top;
}

#Footer p {
	margin:0px;
	color:#E9CAE1;
	font:10px Verdana, Geneva, sans-serif;
	padding:56px 0 0 370px;
}

/* Helper Styles */

.beam, .homebeam {
	width:100%; 
	background-color:#E74896;
	height:8px;
	margin:20px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.homebeam {
	width:80%;
	margin-left:0px;
	clear:left;
}

.center {
	text-align:center;
}

img.center {
	display:block;
	margin-left:auto;
	margin-right:auto	
}

.float_right {
	float:right;
	margin-right:-60px;
}

*:first-child+html .float_right {
	margin-top:-130px;
}

.float_left {
	float:left;
	padding-right:20px;
}

.girl {
	float:right;
	padding-left:10px;
	margin-right:-200px;
}

.small {
	font-size:12px;	
}