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

/* Updates
Update: July 22, 2015
*/


body
{
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
    padding: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #b3272d;
	line-height: 24px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #b3272d;
	line-height: 24px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #b3272d;
	line-height: 42px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

#topbar {
	background-color: #555555;
	width: 100%;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#container {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
} 

#headercontainer {
	width: 940px;
	min-height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
} 
	
#logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
	width: auto;
	position: relative;
	height: auto;
}

#topmenu {
	width: 940px;
	position: relative;
	height: auto;
	margin-top: 10px;
	text-align: center;
}

#picturecontainer {
	background-color: #999999;
	width: 100%;
	height: 395px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#picturecontact {
	width: 940px;
	height: 395px;
	background-image: url(../images/FrontMainImage1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#picturemanufacturer {
	width: 940px;
	height: 395px;
	background-image: url(../images/FrontMainImages9.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#slider {
	width: 940px;
	height: 395px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#slider img { display:none; }



#transboxhome {
	width: 940px;
	height: 95px;
	background: rgba(85, 85, 85, 0.65) /* violet background with 65% opacity */;
	position: absolute;
	bottom: 0px;
}

.transboxtext {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 0.75) /* white text with 50% opacity */;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}


#bodycontainer {
	width: 940px;
	min-height: auto;
	margin: auto;
	position: relative;
	padding-top: 10px;
}

#manufacturerslogos {
	width: 940px;
	padding-top: 40px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: auto;
	margin-bottom: 15px;
	position: relative;
	border-left-color: #b3272d;
	border-left-width: 0px;
	border-right-color: #b3272d;
	border-right-width: 0px;
	border-bottom: 2px solid #b3272d;
	border-top: 0px solid #b3272d;
    vertical-align: middle;
}

hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #b3272d; 
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

 .contacts-grid-container {
	width: 100%; 
  	display: grid;
  	grid-column-gap: 30px;
  	grid-template-columns: 1fr 15fr 15fr 15fr 1fr;
	grid-template-rows: auto;
  	grid-row-gap: 10px;
	align-content: start;
  	justify-content: space-evenly;	
	padding: 0px;
	margin: 15px 0px 40px 0px;
	background-color: #ffffff;
} 

.contact1 {
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
	text-align: center;
}

.contact2 {
	grid-column: 3 / span 1;
	grid-row: 1 / span 1;
	text-align: center;
}

.contact3 {
	grid-column: 4 / span 1;
	grid-row: 1 / span 1;
	text-align: center;
}



#contactsleft {
	width: 420px;
	margin: auto;
	padding-left: 50px;
	position: relative;
	float: left;
}

#contactsright {
	width: 420px;
	margin: auto;
	padding-left: 50px;
	position: relative;
	float: right;
	clear: none;
}


#homecopycontainer {
	width: 940px;
	margin: auto;
	position: relative;
	padding-top: 20px;
	clear: both;
}

#adcontainer {
    background-image: url(../images/LINK2-TurboChef-CookTek-SaveDate-websites.jpg);
    text-align: center;
    height: 333px;
    width: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 40px auto 0px auto;
}

#footercontainer {
	background-color: #555555;
	width: 100%;
	height: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#footer {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
} 

#footercenter {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 0px;
	float: left;
} 

#footerright {
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: right;
	position: relative;
	top: 0px;
	float: right;
	clear: right;
} 

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}

#navlistfooter li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

.mainmenu {
	color: #666666;
	text-align: center;
	padding-top: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: light;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 20px;
}

.mainmenu a {
	color: #666666;
}
.mainmenu a:link {
	text-decoration: none;
	color: #666666;
}
.mainmenu a:active {
	text-decoration: none;
	color: #666666;
}
.mainmenu a:visited {
	text-decoration: none;
	color: #666666;
}
.mainmenu a:hover {
	text-decoration: none;
	color: #b3272d;
}


.bodycopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.bodycopy a:link {
	text-decoration: underline;
	color: #b3272d;
}

.bodycopy a:visited {
	text-decoration: underline;
	color: #b3272d;
}

.bodycopy a:active {
	text-decoration: underline;
	color: #b3272d;
}

.bodycopy a:hover {
	text-decoration: underline;
	color: #000000;
}

.privacycopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.privacycopy a:link {
	text-decoration: underline;
	color: #b3272d;
}

.privacycopy a:visited {
	text-decoration: underline;
	color: #b3272d;
}

.privacycopy a:active {
	text-decoration: underline;
	color: #b3272d;
}

.privacycopy a:hover {
	text-decoration: underline;
	color: #000000;
}

.contactsname {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #b3272d;
	margin-top: 5px;
}

.contacts {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
}

.contacts a:link {
	text-decoration: underline;
	color: #b3272d;
}

.contacts a:visited {
	text-decoration: underline;
	color: #b3272d;
}

.contacts a:active {
	text-decoration: underline;
	color: #b3272d;
}


.contacts a:hover {
	text-decoration: underline;
	color: #000000;
}


.footercopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.footercopy a:link {
	text-decoration: underline;
	color: #bfbfbf;
}

.footercopy a:visited {
	text-decoration: underline;
	color: #bfbfbf;
}

.footercopy a:active {
	text-decoration: underline;
	color: #bfbfbf;
}

.footercopy a:hover {
	text-decoration: underline;
	color: #ffffff;
}


.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.map {
	float:right;
	margin-right: 150px;
}

.float-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

img { border: 0; }

img.ri
{
	max-width: 80%;
	top: 10%;
	left: 10%;
	vertical-align: middle;
}

ul {
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 0px;
}

ul li.bullet {
	list-style-type: disc;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
}

html {
  overflow-y: scroll;
}


@media print and (orientation:portrait){
	/* Remove unwanted elements */
#topbarcontainer, #footercontainer
	{display: none;
}
	
body
{
	background-color: #ffffff;
	}		
}
