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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;  
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.15;
	color: black;
	background: white;
	text-align: center;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link {
	color: #f48120;
}
a:visited {
	color: #000;
}


-----------------------------------------------------------



-----------------------------------------------------------

html, body {
	margin: 0px;
	padding: 0px;
	color: #FFF;	
}

body 
{
	background: #161616 url(images/cubebkgOriginal.jpg) no-repeat;
	background-position:left top;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #1a1a1a;	
}

#wrapper 
{
	width: 910px;
	margin:0px auto;
	text-align:left;
}

#positioner
{
	float:right;
}

#header 
{
	margin-top: 50px;
	height: 110px;
	width: 700px;
}

#logo {
	display: inline;
	float: right;
	height: 110px;
	width: 280px;
	cursor: pointer;
}

#spacer {
	height: 85px;
}

#click
{
	width: 320px;
	height: 81px;
	position: relative;
	float:right;
	padding-top: 20px;
}

#menuHolder
{
	width: 210px;
	height: 200px;
	float:left;	
}

#contentContainer {
	padding: 30px 15px 30px 15px;
	background-image:url(images/contentbkg.png);
	border: 1px solid #1a1a1a;
	height: 400px;
	width:668px;
	font-size: 14px;
}

#content {
	width: 450px;
	float:left;
	font-size: 14px;
}

#contentServices {
	font-size: 14px;
	width: 700px;
}

#contentContainerWhyUs {
	padding: 30px 15px 30px 15px;
	background-image:url(images/contentbkg.png);
	border: 1px solid #1a1a1a;
	height: 900px;
	width: 668px;
	font-size: 14px;
}

#contentWhyUs {
	width: 450px;
	float:left;
}

#gallery {
	width:350px;
	height:300px;
	background-image:url(images/transparent.png);
}

#table1 {
	float: left;
	width: 370px;
}

#table2 {
	float: left;
	width: 330px;
}

#sidebar {
	width: 200px;
	height: 400px;
	float: right;
	background-image:url(images/paws.png);
	background-repeat: no-repeat;
	background-position:top right;
}
	
#spacer2 {
	height: 40px;
}

#footer {
	padding: 5px 15px 0px 15px;
	width: 668px;
	height: 140px;
	background-image:url(images/footerbkg.png);
	border: 1px solid #1a1a1a;
	-moz-border-radius-bottomright: 		20px;
	-webkit-border-bottom-right-radius: 	20px;
}

#leftFooter {
	width: 368px;
	float: left;
}

#rightFooter {
	width: 300px;
	float: left;
}


/*
f48120
*/