@charset "utf-8";
body  {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8edffc;
}
#backlink {
	float: right;
	height: 50px;
	width: 310px;
	font-size: 10px;
	padding-top: 15px;
}
#backlink h6 a {
	color: #333;
}
#backlink h6 a:hover {
	color: #FFF;
}

#bottom_menu {
	float: left;
	height: 50px;
	width: 400px;
	padding-top:15px;
}


#bottom_menu a {
	color:#FFF;
	text-decoration:none;
}
#bottom_menu a.active {
	color:#09C;
}
#bottom_menu a:hover {
	color:#666;
}
#container {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	
} 
 
#servicecontainer {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	
} 	
#contactcontainer {
	background-image: url(images/background4.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	
} 		 
 #quotecontainer {
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	
} 	
 #header {
	 width: 960px;
	 height: 400px;
	 margin: 0; 
	
}


 #sidebar1 {
	float: right;
	width: 300px;
	background-color: #BAE3F1;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: thin solid #FFF;
	padding-bottom:20px;
	padding-top:20px;
}


#sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 14px;
}
#sidebar1 h3 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-bottom: 5px;
}
#icon {
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	float:left;	
}
#sidebar1 #offersbox p {
	color: #069;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align: center;
}
#sidebar1 #offersbox p strong {
	font-size: 24px;
	line-height: 25px;
}

 #sidebar2 {
	float: right;
	width: 300px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 105px;
}
#sidebar2 #offersbox p {
	color: #069;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align: center;
	padding:10px;
}
#sidebar2 #offersbox p strong {
	font-size: 24px;
	line-height: 25px;
}
 #mainContent {
	width:630px;
	float:left;
	margin-top:30px;
	margin-left: 10px;
	margin-right: 10px;
} 
 #footer { 
	padding: 0 10px; 
	
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header ul#top_menu {
	list-style-type: none;
	overflow: hidden;
	
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	font-size:18px;
	color:#444;
	display: block;
	padding: 10px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	
	
}

#header ul#top_menu li a {
	text-decoration: none;
	
}

#header ul#top_menu li.active a {
color:#09C;
	
	
	
}

#header ul#top_menu li a:hover{
color:#bae3f1;
}

#header ul#top_menu li.active {
		margin: 0px 5px;
}
#mainContent h1 {
	font-size:30px;
	color:#069;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	text-align: center;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: thin solid #CCC;
	float:left;
	margin-bottom: 300px;
	padding: 13px;
}
#mainContent h3 {
	font-style: italic;
	font-size: 18px;
	color: #069;
	padding: 10px;
}
#mainContent li {
	padding: 5px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
#mainContent h2 {
	color: #069;
	font-size: 18px;
	padding: 10px;
}
#mainContent p {
	padding: 5px;
	text-align: justify;
	color: #444;
	font-size: 12px;
	line-height: 14px;
}
#servicecontainer  #mainContent {
	margin-top: 120px;
}
#quotecontainer #mainContent {
	margin-top:120px;
	
	
}
#contactcontainer  #mainContent {
	margin-top: 120px;
}
.gap {
	height: 20px;
	width: 50px;
}
#offersbox {
	width:296px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#sidebar1 p a {
	font-weight: bold;
	color: #069;
}
#sprytextfield1 label {
	font-size: 10px;
	padding-right: 5px;
}
#sidebar1 form {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}



#offersbox h1 {
	margin: 10px;
	text-align: center;
	font-size:24px;
	color:#6CF;
	padding-top:10px;
	font-family: Tahoma, Geneva, sans-serif;
}

#offersbox p{
	font-size: 14px;
	text-align: justify;
	padding-bottom: 20px;
}
#sidebar1 p a {
	font-weight: bold;
	color: #069;
}
#sidebar1 p a:hover {
	font-weight: bold;
	color: #444;
}#contactcontainer #mainContent form table tr td div #submit2 {
	margin-right: 130px;
}
#gap {
	height: 20px;
	width: 20px;
}
#servicecontainer #sidebar1 p {
	padding-top: 10px;
}
#servicecontainer #sidebar1 h2 {
	color: #069;
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	background-color: #FFF;
	padding: 5px;
}
#servicecontainer #sidebar1 h5 a {
	font-size: 12px;
	color: #069;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
#servicecontainer #sidebar1 h5 a:hover {
	color: #FFF;	
}
#servicecontainer #mainContent form table tr td div label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
#servicecontainer #mainContent form table tr td {
	font-size: 12px;
}
#contactcontainer #sidebar1 p {
	padding-top: 10px;
}
#contactcontainer #sidebar1 h2 {
	color: #069;
	font-weight: bold;
	font-size: 18px;
	margin: 10px;
	background-color: #FFF;
	padding: 5px;
}
#contactcontainer #sidebar1 h5 a {
	font-size: 12px;
	color: #069;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
#contactcontainer #sidebar1 h5 a:hover {
	color: #FFF;	
}
#contactcontainer #mainContent form table tr td div label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
#contactcontainer #mainContent form table tr td {
	font-size: 12px;
}
#messagebox {
	background-image:url(images/alpha.png);	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top:5px;
	margin-top: 70px;
	

}


#messagebox p {
	color: #444;
}
#messagebox h2 {
	color:#069;
}
#messagebox h5 {
	color:#444;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	text-align: justify;
}
#messagebox a {
	color:#069;
}
#messagebox a:hover {
	color:#333;
}
#textbox {
	background-image:url(images/alpha.png);	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top:5px;
	
	

}
#advert {
	height: 200px;
	width: 300px;
	float: right;
	padding-top: 10px;
}
#linktag {
	margin-top:10px;
}
#linktag p a{
	color: #069;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#linktag p a:hover{
	text-decoration: underline;	
}
#container #sidebar2 .cart_container {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.simpleCart_shelfItem {
	width:580px;
	height: 100px;
	float:right;
	padding-left:50px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 30px;
	background-color:#FFF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.simpleCart_shelfItem .item_price {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 40px;
	color: #036;
	text-align: right;
}
.simpleCart_shelfItem .item_quantity {
	width: 30px;
	padding-right: 10px;
	
	
}



 .simpleCart_shelfItem .item_name {
	text-align: left;
	
	
}
.split {
	background-color: #999;
	float: right;
	height: 1px;
	width: 200px;
	margin-right: 50px;
}
 .simpleCart_shelfItem .pricer {
	float: right;
	width: 220px;
	margin-right: 20px;
	margin-top:30px;
}
#paymessage p {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}



 #sidebar2 .cart_container .simpleCart_checkout {
	color: #069;
	background-color: #bae3f1;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-decoration: none;
	margin-right: 120px;
	margin-left: 5px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
 #sidebar2 .cart_container .simpleCart_checkout:hover {
		color:#bae3f1 ;
	background-color:#069 ;	
}
 #sidebar2 .cart_container .simpleCart_total {
	padding-left: 10px;
	padding-top: 5px;
}
 #sidebar2 .cart_container .simpleCart_total {
	text-align: left;
}



 #sidebar2 .cart_container .simpleCart_empty {
	color: #069;
	background-color: #bae3f1;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
 #sidebar2 .cart_container .simpleCart_empty:hover {
	color:#bae3f1 ;
	background-color:#069 ;
}
#openbox {
	height: 130px;
	width: 400px;
}
#paymessage {
	background-image: url(images/alpha.png);
}
#container #mainContent .simpleCart_shelfItem .item_name {
	color: #036;
	
}


 #placer {
	height: 265px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

 #testimonials {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#lowerbox {
	background-image:url(images/alpha.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#lowerbox h5{
	text-align: center;
	font-size:36px;
	color:#036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#lowerbox p {
color: #069;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align: center;
}
 #lowerbox p strong {
	font-size: 24px;
	line-height: 25px;
	
}
#quotecontainer #sidebar2 #offersbox .until {
	font-size: 10px;
}
#quotecontainer #sidebar2 #offersbox .until {
	font-size: 10px;
}
#lowerbox h2 {
	text-align: center;
	color: #036;
}
#lowerbox h2 strong {
	font-size: 24px;
}
#new {
	height: 110px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#long_image {
	height: 85px;
	width: 290px;
}


#new h1 {
	font-size: 24px;
}
#new h2 strong {
	font-size: 24px;
	color: #036;
	text-align: center;
}
#new h2 {
	text-align: center;
}
#tiny {
	height: 2px;
	width: 250px;
}
#container #sidebar1 #like {
	
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	
}
#like {
	
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent #like2 {
	padding: 20px;
}
#container #mainContent #like_holder {
	margin-top: 30px;
}

