@charset "utf-8";

/**************************************************/
/*****   FONTS   **********************************/
/**************************************************/
@import url("fonts.css");

/**************************************************/
/*****   GENERAL STYLES   *************************/
/**************************************************/
body {
	background: #eeeeee url('../img/pattern.jpg') top left repeat;
}
a, a:hover {
	color: #ea2e49;
}

#pageWrapper {
	
}

/**************************************************/
/*****   HEADER   *********************************/
/**************************************************/
#pageHeaderWrapper {
	
}
#pageHeader {
	
}
#header {
	background: #f4f4f4 url('../img/bg_header.png') top left repeat-x;
	height: 122px;
}
#logo {
	float: left;
	height: 119px;
	width: 200px;
}
#logo a {
	display: block;
}
#header_top_wrapper {
	height: 40px;
	line-height: 40px;
	font-family: 'HelveticaNeueLTStd-BdCn';
	font-size: 14px;
}
ul#header_top_nav {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	float: left;
	padding-left: 20px;
}
ul#header_top_nav li {
	display: inline-block;
	margin-right: 20px;
}
ul#header_top_nav li a {
	color: #3a3a3a;	
	display: inline-block;
	text-decoration: none;
}
ul#header_top_nav li a:hover {
	color: #ea2e49;
}
ul#header_top_nav li a i {
	color: #ea2e49;
	margin-right: 5px;
}
#header_cart {
	background: #EC2D47;
	color: #ffffff;
	padding: 0px 20px;
	float: right;
}
#header_cart a {
	color: #ffffff;
	text-decoration: none;
}
#header_bottom_wrapper {
	height: 37px;
	line-height: 37px;
}
#header_login_register {
	float: left;
	padding-left: 20px;
}
#header_search {
	float: right;
	line-height: normal;
}
#header_search input[type="text"] {
	border: 0;
	height: 34px;
	width: 200px;
	margin: 2px 0px 1px 0px;
	outline: 0;
	padding: 5px 10px;
	float: left;
	
}
#header_search button {
	background: #ffffff;
	color: #5f6874;
	border: 0;
	height: 34px;
	width: 34px;
	margin: 2px 0px 1px 0px;
	float: left;
}
#header_search button:hover {
	background: #5f6874;
	color: #ffffff;
}

/* header navbar styling (hidden on mobile / extra content added to the mobile menu) */
#header_desktop_nav_wrapper {
	margin-left: 200px;
	background: #5f6874;
}
 .navbar_header_desktop,
 .navbar_header_mobile {
	background: #5f6874;
	text-transform: uppercase;
	font-family:'HelveticaNeueLTStd-MdCn';
	font-size: 16px;
}
ul.navbar_header_desktop {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul.navbar_header_desktop li {
	display: inline-block;
}
ul.navbar_header_desktop li a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
}
.navbar_header_desktop a,
.navbar_header_mobile a {
	color: #ffffff;
}
.navbar_header_desktop a:hover {
	background: #eeeeee;
	color: #5f6874;
}

/* mobile header styling (Extra small devices (Phones)) */
@media (max-width: 767px) {
	#header {
		background: #f4f4f4;
		height: auto;
	}
	#logo {
		float: none;
		height: 119px;
		width: 200px;
		margin: 0 auto;
	}
	#logo a {
		display: block;
	}
	#header_bottom_wrapper {
		margin: 10px 0px;
	}
	#header_search {
		float: none;
		line-height: normal;
		width: 234px;
		margin: 0 auto;
	}
}


/**************************************************/
/*****   BODY   ***********************************/
/**************************************************/
#pageBodyWrapper {
	
}
#pageBody {
	
}
.section_title {
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size: 20px;
	line-height: normal;
	background: #ea2e49;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0px 10px;
	text-transform: uppercase;
}

/**************************************************/
/*****   LEFT SIDE BAR   **************************/
/**************************************************/
#leftSidebarWrapper {
	
}
#leftSidebar {
	
}

/**************************************************/
/*****   CONTENT   ********************************/
/**************************************************/
#contentWrapper {
	
}
#content {
	
}

/**************************************************/
/*****   FOOTER   *********************************/
/**************************************************/
#pageFooterWrapper {
	
}
#pageFooter {
	font-family: 'HelveticaNeueLTStd-Md';
	font-size: 14px;
	line-height: normal;
}
#footer {
	background: #333745;
	color: #ffffff;
	padding-top: 10px;
}
#footer h4 {
	font-family: 'HelveticaNeueLTStd-BdCn';
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #555555;
	padding-bottom: 10px;
}
#footer #footer_nav ul {
	list-style: none;
	display: block;
	height: 125px;
	padding-left: 10px;
}
#footer #footer_nav ul li {
	color: #ffffff;
	padding: 5px 0px;
}
#footer #footer_nav ul li a {
	color: #ffffff;
}
#footer #footer_nav ul li a:hover {
	text-decoration: none;
	color: #3f5765;
}
#footer #social_media {
	background: #3f5765;
	text-align: center;
	min-height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0px 8px 6px -3px #1d202c;
	-moz-box-shadow: 0px 8px 6px -3px #1d202c;
	box-shadow: 0px 8px 5px -3px #1d202c;
}
#footer #social_media ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
}
#footer #social_media ul li {
	display: inline-block;
	margin: 0px 5px;
}
#footer #social_media ul li a {
	color: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #333745;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#footer #copyright {
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
}
#footer #copyright a {
	color: #ffffff;
	text-decoration: none;
}
