*,html {
	margin: 0px;
	padding: 0px;
}

body {
	 
	background: #282D33 url("../../images/bg.jpg") repeat-x;
	font-size: 12px;
	font-family: "lucida sans", arial;
	color: #676767;
	line-height: 22px;
	text-align: center;
}

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

div#top {
	width: 960px;
	height: 109px;
}

div#logo {
	width: 300px;
	height: 100px;
	float: left;
}

/* NAVIGATION */

div#navigation {
	width: 650px;
	height: 59px;
	float: right;
}

div#navigation ul {
	float: right;
	height: 33px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style: none;
	position: relative;
	top: 26px;
}

div#navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#navigation a {
	height: 33px;
	line-height: 33px;
  	float: left;
  	margin: 0px 0px 0px 3px;
  	padding: 0px 0px 0px 6px;
  	text-decoration: none;
	cursor: pointer;
	background: url("../../images/nav_left.png") no-repeat left top;
}
	
#navigation a span {
	font: 16px trebuchet ms;
	color: #646464;
	line-height: 33px;
   	float: left;
   	display: block;
	padding: 0px 13px 0px 7px;
	background: url("../../images/nav_right.png") no-repeat right top;
}
	
#navigation li.green a {
	background: url("../../images/nav_g_left.png") no-repeat left top;
}
	
#navigation li.green a span {
	background: url("../../images/nav_g_right.png") no-repeat right top;
	color: #ffffff;
}

#navigation li.current a {
	background: url("../../images/nav_a_left.png") no-repeat left top;
}
	
#navigation li.current a span {
	background: url("../../images/nav_a_right.png") no-repeat right top;
	color: #303030;
}

#navigation a:hover {
	background: url("../../images/nav_a_left.png") no-repeat left top;
}

#navigation a:hover span {
	background: url("../../images/nav_a_right.png") no-repeat right top;
}



/* // NAVIGATION */

div#top-content {
	width: 960px;
	height: 293px;
	background: url('../../images/bg_content_top.png');
	clear:both;

}

div#content {
	width: 960px;
	background: #ffffff url('../../images/bg_content.png') no-repeat center top;
	padding-top: 25px;
	padding-bottom: 25px;
clear:both;
}

div#c-left {
	width: 525px;
	float: left;
	position: relative;
	left: 40px;
}

div#title {
	height: 145px;
}

div#title h1 {
	font: 33px "trebuchet ms", arial;
	color: #262626;
	font-weight: bold;
}

div#c-righta {
	width: 359px;
	float: right;
	position: relative;
	top: 10px;
	left: -15px;
}

div#c-right {

	background: url('../../images/bg_c_r.png') repeat-y center top;
}

div#c-r-t {
	width: 359px;
	background: url('../../images/bg_c_r_top.png') no-repeat center top;	
}

div#c-r-b {
	width: 359px;
	background: url('../../images/bg_c_r_bottom.png') no-repeat center bottom;	
}

div#c-r-i {
	margin: auto;
	width: 265px;
	padding: 25px 0px 25px 0px;
}

div#c-r-i h2 {
	font: 24px "trebuchet ms", arial;
	color: #262626;
	margin: 20px 0px 15px 0px;
}

div#c-r-i h2.first {
	margin-top: 0px;
}


div#c-r-i ul {
	border-top: 1px solid #d6d6d6;
	list-style-type: none;
	font: 14px "lucida sans", arial;
	margin: 0px;
}

div#c-r-i li {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 10px 10px 10px;
}

div#c-r-i li a{
	text-decoration: none;
	color: #565656;
}

div#c-r-i li.current {
	background: #f9f9f9;
}

div#c-r-i li:hover {
	background: #f9f9f9;
}

div#title p {
	font: 14px "lucida sans", arial;
	color: #262626;
	line-height: 24px;
	margin: 15px 0px 15px 0px;
}

div#t-left {
	width: 360px;
	float: left;
	position: relative;
	left: 40px;
	top: 25px;
}

div#t-left h1 {
	font: 33px trebuchet ms;
	color: #262626;
	font-weight: bold;
}

div#t-left p {
	font: 14px "lucida sans", arial;
	color: #262626;
	line-height: 24px;
	margin: 15px 0px 15px 0px;
	height: 95px;
}

div#t-right {
	width: 488px;
	float: right;
	position: relative;
	z-index: 5;
}

div#content-h {
	width: 960px;
	background: #1a2026;
	padding: 50px 0px 50px 0px;
}

div#content-h div.panel {
	width: 255px;
	margin: 0px 0px 0px 55px;
	float: left;
	position: relative;
	left: 40px;
}

div#content-h div.first {
	margin: 0px;
}

div#content-h div.panel h1 {
	font: 22px "trebuchet ms", arial;
	color: #ffffff;
	height: 65px;
}

div#content-h div.panel p {
	font: 13px "lucida sans", arial;
	color: #848c90;
	margin-top: 10px;
	line-height: 22px;
}

div#bottom-content {
	width: 960px;
	height: 250px;
	background: #ffffff url('../../images/bg_content_bottom.png') repeat-x center top;
	padding-top: 25px;
}

div#b-c-clients {
	float: left;
	width: 250px;
	position: relative;
	margin-bottom:20px;
	margin-top:20px;
}

div#b-c-clients h1 {
	font: 24px "trebuchet ms", arial;
	color: #262626;
	margin-bottom: 15px;
}

div#b-c-testimonials {
	float: right;
	width: 570px;
	position: relative;
	left: -40px;	
}

div#b-c-testimonials h1 {
	font: 24px "trebuchet ms", arial;
	color: #262626;
	margin-bottom: 15px;
}

div#b-c-testimonials div.testimonial{
	width: 255px;
	float: left;
	margin-left: 55px;
}

div#b-c-testimonials div.first{
	margin-left: 0px;
}

div#b-c-testimonials p {
	font: 12px "lucida sans", arial;
	color: #464646;
	line-height: 22px;
}

div#b-c-testimonials p.author {
	color: #222222;
	margin-top: 5px;
}

div#bottom-corners {
	width: 960px;
	height: 5px;
	font-size: 0px;
	background: #ffffff url('../../images/bg_bottom_corners.png') no-repeat;
}

div#footer {
	height: 50px;
	padding: 20px 0px 50px 40px;
	font: 12px "lucida sans", arial;
	color: #7f7f7f;
}

div.portfolio {
	width: 100%;
	padding: 10px;
	background: #f7f7f7 url('../../images/bg_portfolio.png') repeat-x;
	border: 1px solid #e2e2e2;
	margin: 20px 0px 20px 0px;
}


/* A */

a {
	outline: none;
	color: #91b13f;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h3 a, h3 a:hover {
	font: 16px "trebuchet ms", arial;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}


/* IMGs */

img {
	border: none;
}

img.t-button {
	border: none;
	margin-right: 10px;
}

img.c-icon {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.latest {
	padding: 5px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	margin: 0px 0px 5px 0px;
}

img.normal {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
}

img.right {
	float: right;
	margin: 15px 0px 15px 15px;
}

img.left {
	float: left;
	margin: 15px 15px 15px 0px;
}

img.s-image {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.i-portfolio {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
}

img.p-right{
	float: right;
	margin: 5px 5px 15px 15px;
}

img.p-left{
	float: left;
	margin: 5px 15px 15px 5px;
}

img.client {
	float: left;
	margin: 5px 5px 0px 0px;
}

div#b-c-testimonials img.quotes {
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
	top: 5px;
}

/* TABLEs */

table.main {
	width: 100%;
	background: #ffffff;
	padding: 0px;
	border: 1px solid #d9d9d9;
	margin: 10px 0px 10px 0px;
}

table.main th,td {
	padding: 5px;
	border: none;
}

table.main th {
	background: #e8e8e8 url('../../images/bg_table_th.png') repeat-x center top;
}

table.main tr {
	background: #f8f8f8 url('../../images/bg_table_tr.png') repeat-x center top;
}

table.main tr.dark {
	background: #f0f0f0 url('../../images/bg_table_tr_dark.png') repeat-x center top;
}

table.main td.center {
	text-align: center;
}

table.contact{
	width: 100%;
	background: #ffffff;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
}

table.contact td {
	padding: 5px;	
}

table.contact td.left {
	width: 100px;
	text-align: right;
}

/* INPUTs */

input.text {
	border: 1px solid #d9d9d9;
	padding: 5px;
	width: 250px;
	background: #f9f9f9 url('../../images/bg_input.png') repeat-x;
	font: 12px "lucida sans", arial;
	color: #656565;
}

textarea.message {
	border: 1px solid #d9d9d9;
	padding: 5px;
	width: 300px;
	height: 150px;
	background: #f9f9f9 url('../../images/bg_input.png') repeat-x;
	font: 12px "lucida sans", arial;
	color: #656565;
}

input.submit {
	border: 1px solid #888888;
	padding: 5px;
	width: 100px;
	height: 30px;
	background: #f9f9f9 url('../../images/bg_input_submit.png') repeat-x;
	font: 12px arial;
	color: #ffffff;

	cursor: pointer;
}

/* LISTs */

ul {
	margin: 10px 0px 10px 40px;
	list-style-type: circle;
}

ol {
	margin: 10px 0px 10px 40px;
}

/* HEADINGs */

h2 {
	font: 20px "trebuchet ms", arial;
	color: #353535;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font: 16px "trebuchet ms", arial;
	color: #454545;
	font-weight: bold;
	margin-bottom: 5px;
}

/* OTHER */

div.clear {
	clear: both;
}

div.left {
	float: left;
	width: 250px;
}

div.right {
	float: right;
	width: 250px;
}

div.service-l  {
	width: 230px;
	float: left;
	margin: 15px 0px 15px 0px;
	background: url('../../images/bg_service.png') repeat-x center top;
	padding: 10px;
}

div.service-r {
	width: 230px;
	float: right;
	margin: 15px 0px 15px 0px;
	background: url('../../images/bg_service.png') repeat-x center top;
	padding: 10px;
}



/* HOMEPAGE SLIDER */

#slider {
	height: 200px;
	width: 404px;
	float: left;
	position: relative;
	top: 44px;
	left: 16px;
	z-index: 5;
}


#s-mask {
	height: 79px;
	width: 80px;
	background: url('../../images/bg_slider_mask.png') no-repeat center top;
	position: absolute;
	left: 356px;
	top: 29px;
	z-index: 10;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position: relative;
	z-index: 5;
}

#slider li{ 
	width: 404px;
	height: 200px;
	overflow: hidden; 
}	

#prevBtn, #nextBtn{ 
	display: block;
	width: 45px;
	height: 45px;
	background: none;
	float: left;
	text-indent: -8000px;
	position: relative;
}	

#prevBtn {
	top: 120px;
	left: -435px;
}

#nextBtn {
	top: 75px;
	left: 20px;
}
												
#prevBtn a, #nextBtn a{  
	display: block;
	width: 45px;
	height: 45px;
}						


/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
height:180px; 
margin-top:20px; 
background: #AAAAAA url('../../images/layNews.jpg') no-repeat;
padding:20px;
}

#news{
	width:280px;
	float:left;
	margin:0 5px 0 0;
}
#news h2{
	display:block;
	font:19px/14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	margin:0 0 17px 0;
	border-bottom: 0px;
}
#news p{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	padding:0 0 13px 0;
}
#news p span{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	text-decoration:underline;
	display:block;
}


#service{
	width:280px;
	float:left;
}
#service h2{
	display:block;
	font:19px/14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	margin:0 0 17px 0;
	border-bottom: 0px;
}
#service ul, #news ul, #member ul{
	padding:0;
	margin:0;
	display:block;
}
#service ul li, #news ul li, #member ul li{
	display:block;
	height:20px;
	line-height:0;
}
#service ul li a, #news ul li a, #member ul li a{
	display:block;
	background:url(http://www.datingscripts.co.uk/images/arrow_white.gif) 0 7px no-repeat;
	padding:0 0 0 10px;
	font:normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
	height:20px;
}

#member{
	width:280px;
	float:right;
}
#member h2{
	display:block;
	font:19px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	margin:0 0 17px 0;
	border-bottom: 0px;
}
#member p{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#F7F7EA;
	background-color:inherit;
	padding:0 0 13px 0;
}
/*------------------------------------------------bodyBottom--------------------*/
				
#FooterLogos {
	background: url(../../images/bg_footer_logos.gif) 0 100% no-repeat;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
}

#FooterLogos img {
	margin: 0 30px 0 0;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#PageNums{	border: 0px; border: 0px solid #cccccc; padding: 2px; clear:both; margin-right:70px;}
#PageNums a{	display:block;	float:left;	padding:3px 6px;	margin:2px 5px 2px 2px;	text-decoration:none;	color: white;	font-size:12px;	font-weight:bold;	float: right;}
#PageNums a.edBump{	margin-left:6px;	}
#PageNums .n {	float: left;	padding:3px 6px;	margin:2px 5px 2px 2px;	color:#666666;	font-size:12px;	font-weight:bold;}

#PageNums{	background-color:#ffffff;}
#PageNums a{	border:solid 1px #999999;	background-color: #999999;}
#PageNums a:hover{	color:#fff;	background-color:#999999; }




/* TEXT BUTTONS AND IMAGES */
h1.home { text-indent: -9999px; background: url('../../images/txt_home.png') no-repeat;}
h1.order { text-indent: -9999px; background: url('../../images/txt_order.png') no-repeat;}
h1.contact { text-indent: -9999px; background: url('../../images/txt_contact.png') no-repeat;}
h1.customer { text-indent: -9999px; background: url('../../images/txt_customer.png') no-repeat;}

h1.demo { text-indent: -9999px; background: url('../../images/txt_demo.png') no-repeat;}
h1.features1 { text-indent: -9999px; background: url('../../images/txt_features1.png') no-repeat;}

.Block {
	clear: both;
	margin-bottom: 10px;
}
.BlockContent {
	padding: 0 20px 0 20px;
}
 
