/*===============================>>>>>default css<<<<<===================================*/
body
	{
	background: #fff;
	color: #646567;
	font-family:"Letter Gothic Std","Courier New", arial;
	}

*
	{
	margin: 0px;
	padding: 0px;
	}
	
a
	{
	outline: none;
	cursor: pointer;
	}

.wrapper
	{
	background:#fff url(../../_images/wrapper-bg.jpg) no-repeat scroll 100% 295px;
	width: 1114px;
	padding: 41px 0px 20px 30px;
	margin: 20px auto 0px auto;
	overflow: hidden;
	}
	
.left_container
	{
	float: left;
	width: 275px;
	background: #fff;
	position: relative;
	}
	
.flip
	{
	float: left;
	width: 206px;
	height: 376px;
	padding: 0px 0px 0px 30px;
	}
	
#image_1
	{
	position:absolute;
	cursor:pointer;
	width:206px;
	height:367px;
	}
	
#image_2
	{
	display:none;
	position:absolute;
	cursor:pointer;
	}
	
.left_content h2
	{
	float:left;
	width: 275px;
	color: #b72323;
	font-size: 14px;
	padding: 10px 0px;
	font-weight: bold;
	}
	
.right_container
	{
	float: right;
	width: 835px;
	}
	
.left_content
	{
	float: left;
	width: 275px;
	margin:0px 0px 0px 0px;
	}
	
.left_content p,.hanger_one p,.hanger_two p
	{
	font-size:12px;
	padding: 0px 0px 10px 0px;
	cursor: default;
	text-align: justify;
	}
	
.left_content p a,#supernote-note-div1 p a,#supernote-note-div2 p a
	{
	color: #b72323;
	}

.menu
	{
	width: 835px;
	float: left;
	margin: 234px 0px 0px 0px;
	}
	
.hanger_one
	{
	float:left;
	position:relative;
	}
	
.hanger_one_inner
	{
	width: 112px;
	height: 55px;
	float: left;
	cursor: pointer;
	margin:73px 0px 0px 121px;
	display:inline;
	}
	
.hanger_two
	{
	float:left;
	position:relative;
	}
	
.hanger_two_inner
	{
	width: 100px;
	height: 50px;
	float: left;
	cursor: pointer;
	margin:63px 0px 0px 258px;
	display:inline;
	}
	
.hanger_three
	{
	float:left;
	}
	
.hanger_three_inner
	{
	width: 70px;
	height: 40px;
	float: left;
	cursor: pointer;
	margin:43px 0px 0px 27px;
	display:inline;
	}
	
.hanger_four
	{
	float:left;
	}
	
.hanger_four_inner
	{
	width: 70px;
	height: 35px;
	float: left;
	cursor: pointer;
	margin:43px 0px 0px -42px;
	display:inline;
	position:relative;
	}
	
.hanger_two_text
	{
	width: 248px;
	padding: 10px 0px 0px 80px;
	margin: 0px 0px 0px 0px;
	}

.notedefault, .notenested 
	{
	position:absolute;
	visibility: hidden;
	width:290px;
	clear:both;
	z-index:100;
	}
	
#supernote-note-div1
	{
	top:136px;
	left:220px;
	color:#58585a;
	}
	
#supernote-note-div2
	{
	width: 248px;
	top:120px;
	left:330px;
	color:#58585a;
	}
	
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack 
	{
	margin-left: 5px;
	margin-top: 15px;
	}
	

	

