@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	
}
html {
overflow-y: scroll;
}
body {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	position: relative;
}
a {
	color:#C1272D;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}

.red a {
	color:#C1272D;
	
}
.blue a {
	color:#49A7B4;
	
}
.green a {
	color:#B3C42C;
	
}




h1{
	font-size: 18px;	
}
h2{
	
}
p{
	font-size:12px;
	margin-bottom: 10px;
	line-height: 17px;
}
#logo {
	height: 76px;
	width: 660px;
	position: fixed;
	top: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#topCover {
	background-color: #FFF;
	height: 20px;
	width: 670px;
	position: fixed;
	margin-left: -416px;
	left: 50%;
	top: 0px;
}
#sidebar {
	height: 234px;
	width: 171px;
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left:268px;
	background-image: url(../images/panelBG05.png);
	background-repeat: no-repeat;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 60px;
	font-size: 13px;
	margin-left: 20px;
	color: #CCC;
}
#sidebar ul li {
	margin-bottom: 0px;
	cursor: pointer;
	display: block;
	line-height: 27px;
}

#sidebar ul li:hover {
	color: #C1272D;
}
#elementWrapper {
	width: 660px;
	margin-top: 20px;
	margin-bottom: 40px;
	left: 50%;
	margin-left:-412px;
	position: relative;
	cursor: pointer;
}
#logo img {
	margin-top: 10px;
}
.myElement {
	background-color: #FFF;
	width: 660px;
	margin-bottom: 1px;
	border-bottom-width: 20px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}

.leftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C1272D;
}

.panelBuffer {
	background-color: #FFF;
	clear: both;
	height: 20px;
	width: 660px;
}
.panelDivider {
	height: 1px;
	width: 660px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.preview {
	height: 270px;
	width: 660px;
}
.detail {
	background-color: #FFF;
	width: 660px;
	margin-top: 0px;
	position: relative;
	display: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #C1272D;
}
.detail h1{
	margin-bottom: 10px;
	color: #333;
	margin-top: 10px;
	position: relative;
}
.detail h1 img{
	position: absolute;
	left: -20px;
	top: 0px;
}

.detail h2{
	color: #333;
}
.infoTags h2 {
	font-size: 12px;
}
.detail .aboutText {
	width: 380px;
	margin-left: 0px;
	position: relative;
	float: left;
}
.detail .infoTags {
	width: 270px;
	position: relative;
	float: right;
	margin-top: -26px;
}

.100{height:100px;}
.150{height:150px;}
.200{height:200px;}
.250{height:250px;}
.300{height:300px;}
.350{height:350px;}
.400{height:400px;}
.450{height:450px;}
.500{height:500px;}
#elementWrapper #footer {
	height: 200px;
	padding-top: 20px;
	font-size: 16px;
	font-style: italic;
	color: #666;
	width: 676px;
	margin-left: -8px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#aboutWrapper div {
	position: absolute;
	top: -200px;
	left: -322px;
	width: 322px;
	background-image: url(../images/blackTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	display: none;
}
#aboutWrapper div p {
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/blackBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 13px;
}

#alt #aboutWrapper div {
	background-image: url(../images/blackTopB.png);
}
#alt #aboutWrapper div p {
	background-image: url(../images/blackBottomB.png);
	
}

.qtip {
	font-size:13px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color:#C1272D;
	
}

#linkinFooter {
	float: right;
	position: relative;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	color: #FFF;
	right:10px;
	top:3px;
	height: 16px;
	width: 16px;
}
