/******************** RESET CSS ********************/
body, h1, h2, h3, p {
	margin:0px;
	padding:0px;
	font-family: times new roman;
	font-size:14px;
	font-weight: bold;
	
}

body {
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:#fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*{
	-webkit-touch-callout: none;
	touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input::selection {
	background-color:#000;
	color: #fff;
}

::selection{ background-color: transparent;}

::moz-selection{ background-color: transparent;}

::webkit-selection{ background-color: transparent;}

h1::selection,h2::selection,h3::selection,p::selection{ background-color: transparent;}

h1::moz-selection,h2::moz-selection,h3::moz-selection,p::moz-selection,div::moz-selection
	{
	background-color: transparent;
}

h1::webkit-selection,h2::webkit-selection,h3::webkit-selection,p::webkit-selection,div::webkit-selection
	{
	background-color: transparent;
}

a  {
	outline:none;
}


/******************** COMMON CSS ********************/
.mainWrapper {width: 585px; position:relative; margin: 0 auto;}
.outercontainer {background: none repeat scroll 0 0 #fff;border: 1px solid #000;border-radius: 5px;padding: 15px 2px 0;  position: relative;  z-index: 1;}
.innercontainer  {width:100%;overflow:hidden;background:#fff;}
.middlecontainer {min-height:41px;}
.side-button { display: none; float: right;  height: 200px;  padding: 10px;  position: absolute;  right: 1px; top: 23px;  width: 200px; border: 1px solid #000;}
.side-twobutton {
	cursor: pointer;
	float: right;
	position: absolute;
	right: -23px;
	top: 0px;
}

.side-button p {
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}


.border {  border: 1px solid #000;}
.mainfoot {
  position: relative;
  width: 100%;
}

li {
  list-style-type: none;
  text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

.introContentSection {
  float: left;
  padding: 0;
  height: 460px;
  width: 100%;
}

input {
    text-align: center;
	width: 30px;
	font-weight: normal;
	-webkit-appearance: none; 
	position: relative;
	padding: 2px 0;
	border-radius: 0px;
	border:1px solid #000;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.top_section {
  width: 100%;
  clear: both;
}

.bottom_section {
  width: 100%;
}

/* button css*/
.button  {
	background: url("../images/button.png") no-repeat;
	background-size:100% 100%;
    border: 0 solid #fff;
    color: #000000;
    display: block;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
    width: 49px;
}

.buttonBehav  {
	background: url("../images/button_normal.png") no-repeat;
	background-size:100% 100%;
    content: "";
    display: block;
    height: 32px;
    left: 6px;
    position: absolute;
    top: 4px;
    width: 33px;
}

.buttonTxt {
	bottom: -1px;
	cursor: default;
	display: block;
	font-family: times new roman;
	font-size: 13px;
	height: 20px;
	left: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	width: 99%;
}

.buttonBehav.hover  {background: url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.buttonBehav.active  {
	background: url(../images/button_active.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.buttonBehav.nextactive  {
	background: url(../images/button_active.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.imghov1:active   {
	background: url(../images/tt1.png) no-repeat;
}

.imghov2:active   {
	background: url(../images/sidebarclick.png) no-repeat;
}

.bottom_button {
	bottom: 10px;
	position: absolute;
	left: 360px;
	width: 175px;
}

li {
  margin: 0 2px 3px 0;
  float:left;
  padding-left:4px;
}

.stroke {
    background: url(../images/stroke.png);
    width: 199px;
    height: 311px;
	position: absolute;
	top: 118px;
	left: 26px;
}
.stroke:before {
	position: absolute;
	top: 301px;
	left: 13px;
	content: '';
	height: 10px;
	width: 183px;
	background: #fff;

}
.stroke:after {
	position: absolute;
	bottom: 23px;
	content: '';
	height: 311px;
	width: 20px;
	background: #fff;
	left: 186px;
}

.graph {
	background: url(../images/graph.png);
	width:275px;
	height:359px;
	position: absolute;
	top: 27px;
	left: 255px;
}
.graph:before {
	position: absolute;
	bottom: 0px;
	left: 2px;
	content: '';
	height: 23px;
	width: 249px;
	background: #fff;
}

.graph:after {
	position: absolute;
	top: 30px;
	left: 265px;
	content: '';
	height: 320px;
	width: 18px;
	background: #fff;
}
@media (min-width: 741px) {

.mainWrapper {
	width: 595px;
	margin:0 auto;
}

.outercontainer {
	padding: 15px 15px 0;
}

}

@media screen and (min-width: 1279px) and (max-width: 1280px) {

}

