﻿body {
	margin: 0px auto;
	padding: 0px;
	font: 100% courier new, Verdana, Arial, Helvetica, sans-serif;   
	color: #000000;
	font: 16px courier new, verdana, arial, sans-serif;
	font-weight: normal;
	background: url('/img/Background22.jpg'); background-repeat: repeat-y; background-position: top center; background-color: #CC9966; /* IE 8 and below */;
}
#container {
	height: auto;
	margin: auto;
	position: relative;
	width: 1000px;
}
#images {
	height: auto;
	position: relative;
	width: 100%;
}
#lefttab {
	float: left;
	height: auto;
	padding-bottom: 20px;
	position: relative;
	width: 50%;
}
#righttab {
	float: right;
	height: auto;
	padding-bottom: 20px;
	position: relative;
	width: 50%;
}
#text {
	float: left;
	height: auto;
	margin-left: 50px;
	position: relative;
	width: 90%;
}
#two-columns-text {
	float: left;
	height: auto;
	padding-bottom: 20px;
	position: relative;
	width: 50%;
}
#header {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0px;
	width: 100%;
	margin-top: 60px;
}
#header:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#navbar {
	opacity: 1;
	filter: alpha(opacity=100);
	background: transparent;
	border: 0px white solid;
	float: left;
	height: auto;
	line-height: 250%;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	width: 95%;
}
#navbar ul {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}
#navbar ul li {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline;
	margin: 0px;
	padding: 0px 18px 0px 10px;
	width: auto;
}
#navbar ul li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#link {
	opacity: 1;
	filter: alpha(opacity=100);
}
#link:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#content  {
	background: transparent;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 100%;
}
#footer {
                a: font-size: 12px;
                background: transparent;
                clear: left;
                font-size: 12px;
                height: 100px;
                text-align: center;
                width: 900px;
                display: block;
                margin-left: auto;
                margin-right: auto;
}
.product-list{
	overflow: hidden;
	width: 100%;
	margin-bottom:10px;
}
.product-image {
	width: 15%;
	float: left;
	margin-left:5%;
}
.product-image:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.product-description {
	width: 75%;
	float: left;
	margin-top: 10px;
	font-weight: bold;
}
.product-picture{
	border:1px solid black;
	width:80%;
	margin-bottom:10px;
}
a img {
	border: none;
} 
h1 {
font: 18px courier new, verdana, arial, sans-serif;
font-weight: bold;
color: #000000;
}
h2 {
font: 16px courier new, verdana, arial, sans-serif;
font-weight: bold;
color: #000000;
}
h3 {
font: 20px courier new, verdana, arial, sans-serif;
font-weight: bold;
color: #000000;
}
a {
text-decoration: none;
color: #000000;
background: transparent;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #000000;
background: transparent;
font-weight normal;
}
a:hover {
color: #000000;
background: transparent;
text-weight: bold;
text-decoration: underline;
}
active {
color: #000000;
background: transparent;
text-decoration: underline;
}
#item {
text-align: center;
width: 100%;
}
active {
	background: transparent;
	color: #cdcdcd;
	text-decoration: underline;
}
#item {
	text-align: center;
	width: 100%;
}
.section {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child
{
	margin-left: 0;
}
.group:before,
.group:after
{
	content: "";
	display: table;
}
.group:after
{
	clear: both;
}
.group
{
	zoom: 1;
}
.span_2_of_2
{
	width: 100%;
}
.span_1_of_2
{
	width: 49.2%;
}
@media only screen and (max-width: 300px)
{
	.col
	{
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 300px)
{
	.span_2_of_2, .span_1_of_2
	{
		width: 100%;
	}
}
.video-container
{
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	padding-top: 30px;
	position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 70%;
}
.icon {
	width: auto;
}
.services {
	padding:10px;
}
@media (max-width: 900px)
{
	body {
		font: 16px verdana, arial, sans-serif;
		width: 900px;
		background: url(/img/mobile-background.jpg);
	}
	#container	{
		height: auto;
		margin: auto;
		position: relative;
		width: 100%;
	}
	#header	{
		height: 80px;
	}
	#header img	{
		width: 64%;
	}
	#images	{
		height: auto;
		position: relative;
		width: 100%;
	}
	#lefttab	{
		float: left;
		height: auto;
		padding-bottom: 20px;
		position: relative;
		width: 50%;
	}
	#righttab	{
		float: right;
		height: auto;
		padding-bottom: 20px;
		position: relative;
		width: 50%;
	}
	#text {
		width: 80%;
	}
	#two-columns-text {
		width: 50%;
	}
	#footer	{
		float: left;
		margin: auto;
		width: 70%;
	}
	#text img {
		width: 95%;
		height: 95%;
	}
	#text #fadeshow1 img	{
		width: 130%;
	}
	#text #fadeshow1	{
		width: 595px !important;
	}
	#galleryimage {
		width: 80%;
	}
	#tabimage {
		width: 50%;
	}
}
@media (max-width: 790px)
{
	body {
		font: 16px verdana, arial, sans-serif;
		width: 800px;
		background: url(/img/mobile-background.jpg);
	}
	#container	{
		height: auto;
		margin: auto;
		position: relative;
		width: 100%;
	}
	#header {
		margin-top: 10px;
	}	
	#header img	{
		width: 70%;
		height: 80px;	
}
	#images	{
		height: auto;
		position: relative;
		width: 100%;
	}
	#lefttab {
		float: left;
		height: auto;
		padding-bottom: 20px;
		position: relative;
		width: 50%;
	}
	#righttab {
		float: right;
		height: auto;
		padding-bottom: 20px;
		position: relative;
		width: 50%;
	}
	#navbar	{
		height: auto;
		width: 80%;
		margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
	}
	#navbar ul li {
		padding: 0px 5px 0px 5px;
	}
	.menuitem{
		width: 100px;
	}
	#text	{
		width: 63%;
	}
	#two-columns-text	{
		width: 50%;
	}
	#footer	{
		float: left;
		margin: auto;
		width: 70%;
	}
	#text img {
		width: 95%;
		height: 95%;
	}
	#text #fadeshow1	{
		width: 380px !important;
	}
	#galleryimage {
		width: 50%;
	}
	#tabimage	{
		width: 50%;
	}
	.product-image {
	width: 25%;
	float: left;
	margin-left:5%;
}
	.product-description {
	width: 65%;
	float: left;
	margin-top: 10px;
	font-weight: bold;
}
@media (max-width: 555px)
{
	body {
		font: 16px verdana, arial, sans-serif;
		background: url(/img/mobile-background.jpg);
	}
	#container,	 body {
		margin: 0px;
		padding-left: 0px;
		width: 555px;
	}
	#content	{
		width: 80%;
	}
	#navbar	{
		height: auto;
		width: 65%;
		margin-bottom: -20px;
		margin-left: 0px;
		margin-top: -5px;
		padding: 0px;
	}
	#header	{
		width: 100%;
		height: 80px;
	}
	#header img	{
		width: 65%;
	}
	#images	{
		width: 100%;
	}
	#imagetab	{
		width: 50%;
	}
	#imagetab img	{
		width: 95%;
	}
	#text	{
		clear: both;
		width: 60%;
		margin: 10px;
	}
	#text p	{
		width: 100%;
	}
	#text h2, h1, h3, h4, h5, h6	{
		width: 100%;
	}
	#two-columns-text {
		width: 100%;
	}
	#two-columns-text h1, h2, h3, h4, h5, h6, p, img {
		width: 100%;
	}
	#footer	{
		float: left;
		height: auto;
		width: 65%;
	}
	#text img {
		width: 90%;
		height: 90%;
	}
	#text #fadeshow1  {
		width: 100% !important;
	}
	#text #fadeshow1 img	{
		width: 170%;
	}
	#TA_selfserveprop222 {
		width: 240px;
	}
	iframe {
		width: 380px;
	}
	.product-image {
	width: 25%;
	float: left;
	margin-left:5%;
}
	.product-description {
	width: 65%;
	float: left;
	margin-top: 10px;
	font-weight: bold;
}
	.product-list{
	margin-bottom:20px;
	}
}
@media (max-width: 320px)
{
	body {
		font: 16px verdana, arial, sans-serif;
		background: url(/img/mobile-background.jpg);
		width:100%;
	}
	#container, body {
		margin: 0px;
		width: 100%;
	}
	#content {
		width: 95%;
	}
	#navbar	{
		height: auto;
		width: auto;
	}
	#header	{
		width: 100%;
		height: 80px;
	}
	#header img	{
		width: 100%;
	}
	#images	{
		width: 90%;
	}
	#imagetab	{
		width: 90%;
	}
	#imagetab img	{
		width: 90%;
	}
	#text	{
		clear: both;
		width: 95%;
	}
	#text p	{
		width: 95%;
	}
	#text h2, h1, h3, h4, h5, h6 {
		width: 95%;
	}
	#two-columns-text {
		width: 95%;
	}
	#two-columns-text h1, h2, h3, h4, h5, h6, p, img {
		width: 95%;
	}
	#footer	{
		float: left;
		height: auto;
		width: 90%;
	}
	#text img	{
		width: 90%;
		height: 90%;
	}
	#text #fadeshow1	{
		width: 300px !important;
	}
	#TA_selfserveprop222 {
		width: 240px;
	}
	iframe	{
		width: 300px;
	}
		.product-description {
	margin-top: 0px;
	}
	
	.product-image {
	width: 25%;
	float: left;
	margin-left:5%;
}
	.product-description {
	width: 65%;
	float: left;
	margin-top: 10px;
	font-weight: bold;
}
	.product-list{
	margin-bottom:20px;
	}
	.menuitem {
  width: 80px;
	}
}