/* -------------------------------------------------------------- 
   
   Theme: Styker EEMEA Dealer Theme
   CMS: Concrete5
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";


/* General
-------------------------------------------------------------- */

html,body {
	height: 100%;
	width: 100%;
}

/* CHANGE */

body {
	/* customize_background_color */ background-color:#E6ECF3; /* customize_background_color */ 
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
	min-height: 100%;
	background: transparent url(https://stryker.eemeadealer.com/themes/EEMEADealer/images/background.png) repeat-y;
}

#content {
	padding: 20px 40px;
}

#header {
	height: 45px;
	position: relative;
	border-bottom: 1px solid #bccddf;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#header-right {
	position:absolute;
	display:inline;
	top:0px;
	right:0;
	width:330px;
	font-size:11px;
	text-align:right;
	font-weight:bold;
}
#top-text {
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
#top-text p, #top-text a{
	padding:0;
	margin:0;
	color:#000;
}
#search{
	float:right;
	margin:5px 0 0 15px;
	
}

.inner-text {
	padding: 20px;
	color: #eee;
}
.inner-text p {
	color: #eee;
}
.inner-text a:hover {
	color: #fff;
}
.inner-text h2 {
	color: #fff;
	font-size: 32px;
}



/* FOOTER
-------------------------------------------------------------- */

#footer {
	width: 1040px;
	margin: 0 auto;
	padding-top: 20px;
	background: transparent url(https://stryker.eemeadealer.com/themes/EEMEADealer/images/background.png) repeat-y;
}

.inner-footer {
	border-top: 1px solid #E6ECF3;
	width: 960px;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0px 10px 0px;
}


/* FORMS */

#wrapper .formBlockSurveyTable {
	width: 100%;
}
#wrapper input[type=text] {
	background: #fff url(https://stryker.eemeadealer.com/themes/EEMEADealer/images/field-bg.gif) repeat-x top left;
	outline: 0;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	width: 70%;
}

#wrapper input[type=password] {
	background: #fff url(https://stryker.eemeadealer.com/themes/EEMEADealer/images/field-bg.gif) repeat-x top left;
	outline: 0;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	width: 70%;
}

#wrapper textarea {
	background: #fff url(https://stryker.eemeadealer.com/themes/EEMEADealer/images/field-bg.gif) repeat-x top left;
	outline: 0;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	width: 70%;
}

#sidebar {
	width: 200px;
}

#sub-content-right {
	width: 730px;
	padding-left: 20px;
}

#sub-content-left {
	width: 730px;
	padding-right: 20px;
}

#sub-content-full {
	width: 100%;
}

.sidebar-left, .content-left {
	float: left;
}

.content-right, .sidebar-right {
	float: right;
}

/* customize_miscellaneous */ .st_twitter_hcount{
display:none;
}
.st_facebook_hcount{
display:none;
} /* customize_miscellaneous */