﻿html
{
	height: 101%;
}

body
{
	background: #000;
	margin: 10px 50px 50px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #cccccc;
}

li
{
	list-style-type: none;
}

#wrapper
{
	width: 900px;
	margin: auto;
}

.clear
{
	clear: both;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

p, fieldset
{
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 20px 5px 20px 5px;
	text-align: justify;
}


p
{
	color: #ccc;
}

fieldset li
{
	background-color: #0d0d0d;
	margin: 4px;
	padding: 3px;
}

fieldset
{
	margin-bottom: 50px;
}

fieldset li label
{
	float: left;
	display: block;
	width: 200px;
}

fieldset li rbl label
{
	height: 20px;
	margin-left: 50px;
	width: 150px;
}
fieldset li rbl input[type=radio]
{
	float: right;
	clear: both;
}

fieldset li input, fieldset li .formfield
{
	width: 250px;
	margin: 1px;
}

fieldset .submit
{
	margin: 10px 0px 0px 200px;
}


/*  Header  */
#header
{
	vertical-align: top;
}


/* Logo */
#logo
{
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	width: 242px;
	height: 146px;
	float: left;
}
/* Shopping Basket */

.shoppingbasket
{
	height: 30px;
	float: right;
}

/* Menu */
#menu
{
	float: right;
	margin-top: 95px;
}

#menu ul
{
}

#menu li
{
	display: inline;
	margin-left: 12px;
}

#menu img
{
	padding-bottom: 4px;
}

#menu li a:hover, #menu li.selected a
{
	border-bottom: solid 3px #88171a;
}

span.title
{
	border-bottom: solid 2px #88171a;
}


/* Main Content */
h1, h2
{
	font-family: Trajan Pro, Georgia, Times New Roman; /* font-family: Georgia, Times New Roman;						 */
	font-size: 12pt;
	color: White;
	font-weight: normal;
	text-transform: uppercase;
}

#content
{
	padding-left: 65px;
}

#mainimage
{
	width: 812px;
	height: 202px;
	border: solid 10px #fff;
	margin-bottom: 20px;
}


/* Home Page */

#left
{
	float: left;
	width: 450px;
}

#right
{
	float: right;
	width: 350px;
}

/* Services */

#services
{
	vertical-align: top;
	margin-top: 20px;
}

.service
{
	padding: 5px 5px 2px 5px;
	background-color: #0d0d0d;
	margin-bottom: 2px;
}

.service img
{
	float: left;
	border: solid 2px #fff;
	margin: 5px 10px 0px 0px;
	display: inline;
}

.service h2
{
	float: left;
}

.service p, .service p a
{
	float: left;
	margin: 0px 5px 0px 0px;
	font-family: Verdana;
	font-size: 9px;
	display: inline;
	text-decoration: none;
	color: #ccc;
}

#home .service p, #home .service p a
{
	width: 245px;
}

.subpage .service
{
	padding: 5px 10px 0px 10px;
	height: 100%;
	margin: 5px;
}

.service p
{
	margin-bottom: 10px;
}


.service p:hover, .service p a:hover
{
	color: #fff;
}

.service h4, .service span.greentitle, h4 a, #about-us h4, #news h4, #terms h4
{
	font-family: Myriad Pro, Verdana, Tahoma, Arial;
	font-size: 10pt;
	color: #a6d870;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}

.service h4 a
{
	font-size: 12pt;
}

#news h4
{
	margin-top: 20px;
}

#news .newsarticle
{
	border-bottom: dotted 1px #333;
}

.service h4 a:hover
{
	color: White;
}

/* Products */
#products, #product-details
{
	color: White;
}


#products #left
{
	float: left;
	width: 200px;
}

#products #right
{
	float: right;
	width: 600px;
}

#productsmenu a
{
	color: #ffffff;
	font-family: Trajan Pro, Georgia, Times New Roman;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9pt;
}


#productsmenu a:hover, #productsmenu li.active a
{
	border-bottom: solid 2px #88171a;
}


#products #productlist
{
	background-color: Black;
}

#products #productlist img
{
	border: solid 1px #ccc;
	padding: 5px;
	background-color: White;
}


#ZoomBox img
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #f5f5f5;
	background-color: White;
}

#ZoomImage img, #ZoomClose img
{
	padding: none;
	border: none;
	background-color: Transparent;
}

#products .productimage
{
	width: 400px;
	float: left;
}

#products .product
{
	width: 140px;
	margin-left: 60px;
}

#products .productdesc
{
}

#products .productdesc, #products .productbuy, #products .productprice, #products .productimage
{
	font-family: Verdana;
	font-size: 9px;
	color: White;
}
#products .productbuy
{
	margin-bottom: 20px;
}
#products .productprice, #products .productbuy, #product-details .productprice
{
	font-weight: bold;
}

#products .productbuy, #product-details .productbuy
{
	font-weight: bold;
	float: right;
	clear: both;
}

#products .productbuy a, #product-details .productbuy a
{
	color: #a6d870;
}

/* Product Details Page */


#product-details .productimage
{
	float: left;
}
#product-details .productimage img
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #f5f5f5;
	background-color: White;
}

#product-details .productdetails
{
	float: left;
	display: inline;
	margin-left: 20px;
	vertical-align: top;
	width: 380px;
}

#product-details h1
{
	font-family: Times New Roman;
	font-size: 14pt;
}

#product-details .productdesc
{
	text-align: justify;
	color: #808080;
}

#product-details .productbuy
{
	font-size: 9px;
	font-family: Verdana;
	color: #a6d870;
	float: left;
	margin-top: 10px;
}

#product-details .productprice
{
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
}
#product-details #title
{
	margin: 20px 0px 30px 0px;
}


#checkout .totalcost
{
	float: right;
	font-size: 9pt;
	color: White;
	margin: 20px 42px 10px 0px;
	text-align: right;
}

#checkout #customerdetails
{
	margin: 20px 0px 10px 0px;
}

#checkout #customerdetails .right
{
	width: 360px;
}


#checkout #customerdetails p
{
	width: 100%;
}

#checkout
{
	margin-top: 30px;
	float: left;
}

#checkout #breakdown
{
	float: left;
	background-color: #0d0d0d;
	padding: 20px;
}


#checkout #breakdown td span
{
	font-size: 9pt;
	color: #ffc0cb;
}

#checkout #breakdown td
{
	padding: 3px;
	border-bottom: dotted 1px #303030;
}

#customerdetails
{
	float: left;
}

#customerdetails .left
{
	width: 450px;
}
#customerdetails .right
{
	width: 200px;
}



#customerdetails li
{
	list-style: none;
	padding: 5px;
	margin: 3px 0px 3px 20px;
}

#customerdetails li label
{
	width: 120px;
	display: block;
	float: left;
	margin-right: 10px;
}

#customerdetails .formfield
{
	width: 250px;
	float: left;
}


/* Footer */

#footer
{
	margin-top: 20px;
	margin-left: 70px;
	border-top: solid 1px #333;
}

#footer ul
{
	float: left;
}

#footer li
{
	display: inline;
	list-style: none;
	margin-right: 20px;
}

#footer li a
{
	color: #666;
	text-decoration: none;
	font-size: 10pt;
}
#footer li a:hover
{
	color: #a6d870;
}

/* Service Lists */

.servicelists
{
	background-color: #0d0d0d;
	display: block;
	height: 130px;
	padding: 10px 0px 10px 0px;
}
.servicelists li
{
	list-style: none;
	text-align: left;
	margin: auto;
	margin-bottom: 2px;
	color: #a6d870;
}
#servicelist1
{
	float: left;
	margin-left: 10px;
}

#servicelist2
{
	float: left;
	display: inline;
	margin-left: 15px;
}

a
{
	color: #a6d870;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#media .imageholder
{
	width: 150px;
	float: left;
	display: inline-block;
	margin: auto;
	text-align: center;
}

#media p
{
	display: inline;
	float: left;
	margin-left: 20px;
	padding: 20px;
}

#media .article
{
	margin: 10px 0px 10px 0px;
}
#media
{
	margin-bottom: 50px;
}


.remove
{
	border: dotted 1px #999;
	padding: 2px 5px 2px 5px;
}

.testimonial
{
	border-bottom: dotted 1px #333;
	margin-bottom: 40px;
}
.testimonial .from
{
	color: White;
	font-weight: bold;
	font-style: italic;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect
{
	width: 252px;
	margin-top: -8px;
}
#controls
{
	margin: 0 auto 10px auto;
}
#galleries
{
	margin: 0 auto 20px auto;
}
#galleries label
{
	padding-bottom: 2px;
}

#transport
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a
{
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 3px 7px;
	width: 60px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link
{
	background: none;
	color: #fff;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
}
#transport a:visited
{
	background: none;
	color: #fff;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
}
#transport a:hover
{
	background: none;
	color: #666;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
}
#transport a:focus
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews
{
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 325px;
	float: left;
	margin-right: 5px;
	background-color: #000000;
}
#thumbnails
{
	clear: both;
	margin: 10px auto;
}
#thumbnails div
{
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display: inline;
}
#thumbnails img
{
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
}
#picture
{
	padding: 0px;
	width: 500px;
	margin: auto;
}
#mainImageOutline
{
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	padding: 1em;
	overflow: hidden;
}
#mainImage
{
	width: 100%;
	height: 100%;
}

#picture img
{
	border: 1px solid #666;
}
.selectedThumbnail
{
	border: solid 3px #666 !important;
}
.inFocus
{
	border: solid 3px #666 !important;
}
.header
{
	margin-top: 0px;
}

#about-us .left
{
	width: 600px;
	float: left;
}

#about-us .right
{
	width: 200px;
	float: right;
	display: inline;
	margin-left: 20px;
}

#companyinfo
{
	margin-top: 50px;
	color: #333;
	float: left;
	text-align: left;
}

#links ul.left
{
	float: left;
	width: 45%;
	text-align: left;
}

#links ul.right
{
	float: right;
	display: inline;
	width: 45%;
	text-align: left;
	margin: 0;
	list-style-position: outside;
}

#links ul li
{
	margin: 10px 0px 20px 0px;
}

#loofy
{
	margin-top: 60px;
	float: right;
	color: #333;
}

table#survey
{
	width: 500px;
	margin: auto;
}

table#survey td
{
	width: 40%;
}

table#survey hr
{
	height: 0px;
	border-bottom: dotted 1px gray;
}

#contactus #left
{
	width: 300px;
	float: left;
	display: inline;
}

#hireservices
{
	width: 750px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
}


#hireservices li
{
	border: solid 1px #1a1a1a;
	width: 310px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}



#hireservices li p
{
	text-align: left;
	font-size: 8pt;
	color: #ccc;
	vertical-align: bottom;
}

#links li
{
	color: #ccc;
}


#social
{
	width: 250px;
	margin: auto;
}

#social img
{
	float: left;
	display: inline;
	margin-right: 20px;
}

#surveyholder
{
	color: #f5f5f5;
}

ul.services-images li
{
	height: 75px;
	width: 75px;
	padding: 2px;
	margin: 10px;
	background-color: black;
	border: solid 3px white;
	text-align: center;
	display: inline;
	float: left;
	line-height: 75px;
}

ul.services-images li img
{
	vertical-align: middle;
}

