/*** The Essential Code ***/

/** Images are LC 205px, RC 132px **/

body {
	min-width: 642px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	font-family:helvetica,arial,sans-serif;
}

#container {
	padding-left: 225px;      /* LC fullwidth */
	padding-right: 172px;     /* RC fullwidth + CC padding */
	min-width:367px;
}


#container .column {
	position: relative;
	float: left;
	visibility: visible;
}

/* CC */
#center {
	padding: 0 10px;       /* CC padding */
	width: 100%;
}

/* LC */
#left {
	width: 205px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 245px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#container > #left {
		  left: -245px;             /* -(LC fullwidth + CC padding) */
		  margin-left: expression(
			document.all.center.offsetWidth * -1 +
			parseFloat(document.all.center.currentStyle.paddingLeft) +
			parseFloat(document.all.left.currentStyle.paddingLeft) +
			parseFloat(document.all.left.currentStyle.paddingRight)
			); /* Fix for IE7 */
		}


/* RC */
#right {
	width: 132px;             /* RC width 132 */
	padding: 10px;          /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 152px;              /* RC fullwidth */
}



/*** Equal-height Columns ***/

#container {
	position:relative;
	overflow: hidden;
}


#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}


/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}

/*** Just for Looks ***/

body {
	margin: 0px;
	padding: 0;
	background: #FFF url('images/back.gif') no-repeat 100% 0%;
}

table {
	font-size:10px;
}

img {
	border:0;
}

#main td {
	padding:4px;
	text-align: center;
}

#header {
	height:200px;
	background: #fff;
	padding:0px;
	color:#fff;
	overflow: auto;
	font-size:12px;
}

#header_left {
	float:left;
	width:596px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#flash_header {
	float:right;
	align:right;
	overflow:hidden;
}

#language {
	height:35px;
	font-size:10px;
	margin-top:0px;
	padding:4px 10px;
	background:#fff url('images/language_back.gif') no-repeat 0% 0%;
}

#footer_legal {
	margin-top:10px;
	text-align:center;
	font-size:10px;
	font-weight:100;
	padding: 20px;
	background: #407b9d url('images/footer_back.gif') repeat-x 0% 0%;
	color:#fff;
}


#footer_flash {
	text-align:center;
	padding: 0px;
	background: #d5e1e8 url('images/bottom_box_right.gif') no-repeat 100% 50%;
	height:104px;
	overflow:hidden;
}

#legal a{
	color:#fff;
	text-decoration:underline;
}

#legal a:hover{
	color:#fff;
	text-decoration:none;
}


#breadcrumbs{

	text-transform:uppercase;

	font-size:10px;
	height:40px;
	padding:0px;
	margin-top:16px;
	color:#d0dde5;
	background:#3e7998 url('images/breadcrumbs_bg.gif') no-repeat top left;

}

#breadcrumbs a{

	color:#fff;

}

#breadcrumbs p{

	padding:14px;

}



/******* Navigation *******/

#navmenu{
	padding:0px 0px;
	height:68px;
	background:url("/images/b_menu_off.gif") repeat-x top left;
	overflow:auto;
}


#navmenu ul {
  padding:0 20px;
  margin:0;
  list-style:none;
  font-size:13px;
  }

#navmenu li {
	float:left;
	display:block;
	background:transparent url("/images/menu_divider.gif") no-repeat top right;
  }

#navmenu a {
	float:right;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:16px 16px 32px 16px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navmenu a {float:none;}
/* End IE5-Mac hack */

#navmenu a:hover {
  background:url("/images/b_menu_over.gif") no-repeat top right;
  }

#navmenu #current {
	color:#fff;
	background:url("/images/b_menu_current.gif") no-repeat top center;

}

#navmenu #current a {
	color:#fff;


  }

#navMenu #current a:hover{
	background:url("/images/b_menu_current.gif") no-repeat top center;	
}
.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;
}



/*** Main Styles ***/

a {
	font-weight:bold;
	text-decoration:underline;
	color:#3e7998;
}

a:hover {

	color:#84B3CD;

}

h1 {
	color:#3e7998;	
	font-weight:lighter;
	font-size:24px;
}

h2 {
	color:#3e7998;	
	font-weight:normal;
	font-size:17px;
	
}

h3 {
	color:#3e7998;	
	font-weight:normal;
	font-size:14px;
}

#url {

	font-size:12px;	
	color:#91b2c8;

}

#phone_text {

	font-size:16px;
	color:#3e7998;

}

#blue_text{

	color:#3e7998;
	
}

#main{
	margin:20px 20px;
}

#main p{
	color:#333;
	font-size:12px;
}

#leftc_main {

	float: left;
	width: 48%;

}
#leftc_main_rc {
	float: left;
	width: 48%;
	height: 300px;
	clear: left;
}


#rightc_main {

	float: right;
	width: 48%;

}

#bundles_a {

	text-decoration:none;
	color:#fff;

}

.bundles_a {

	text-decoration:none;
	color:#fff;

}

#bundles_desc_a {

	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

.bundles_desc_a {

	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

#category_main {

font-size:12px;

}
.category_main {
	font-size:12px;
}



#buy_detail_sub {
margin:0;
padding:0;
font-size:12px;
}
.buy_detail_sub_header a {
	padding:0px;
	background:#3e7998;
	color: #FFF;
	margin: 0px;
}
.buy_detail_sub_header a:hover {
	color:#ccc;
}


#buy_detail_sub_header_l {
	padding:10px;
	background:#3e7998;
	margin-right:10px;
	float:left;

	margin-bottom:10px;
	width:45%;
	height:40px;
}
.buy_detail_sub_header {
	padding:10px;
	background:#3e7998;
	margin-right:10px;
	float:left;
	margin-bottom:10px;
	width:45%;
	height:40px;
	color: #FFF;
}



#buy_detail_sub_header_r {
	margin-right:10px;
	padding:10px;
	background:#3e7998;
	float:left;
	margin-bottom:10px;
	width:45%;
	height:40px;
	}


#buy_detail_sub_header_l a{
	color:#fff;	
}

#buy_detail_sub_header_l a:hover{
	color:#ccc;	
}

#buy_detail_sub_header_r a{
	color:#fff;	
}

#buy_detail_sub_header_r a:hover{
	color:#ccc;	
}

#bundle_outline {
	text-size:12px;
}

#buy_detail_sub_sub {
	background:#758aa9;
	padding:10px;
	margin:2px 0;
	font-size:12px;
}

#buy_detail_sub_sub p{
	padding:0;
	margin:0;
	color:#fff;
}


#sub_cat_hr {
	border:none;
	border-bottom:1px dotted #ccc;
}


#bundle_req_button {
	margin:10px 0px;
}

#bundle_req_form {
	visibility:hidden;
	border:1px solid #000;
	padding:10px;
}


#content {
	padding: 0 15px;
	display: block;
}


/* Enquiry Box Styles */

.style7 {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;
	text-align:right;
}

#enquiry_form{
	margin-top:10px;
	background:url("/images/quick_entry_bg.gif") no-repeat bottom center #58585a;
}


#enquiry_form a{
	color:#fff;
}

#enquiry_form a:hover{
	color:#84B3CD;
}


#contact_enquiry_form{
padding-left:20px;
border-left:1px dotted #84B3CD;	

}


.floatimg_r{
	float:right;
}

.floatimg_l{
	float:left;
}

#container .column p{
	text-align: justify;
}

/* Language Box Styles */

#lang {
	color:#fff;
}




/* Other Stuff */

#two_col {

	text-transform:uppercase;
	font-size:10px;
	padding:0px;

}


#two_col_l{

	float: left;
	margin-right:10px;
	margin-bottom:10px;
	width:300px;
}

#two_col_r{

	float: left;
}


#two_col a{

	color:#fff;
	text-decoration:none;
}

#two_col a:hover{

	color:#84B3CD;
	text-decoration:none;
}


#two_col p{
	padding:0;
	margin:0;
	color:#fff;
}


/*** CORNER STYLES ***/
.roundedDiv .header ul {
	background: url(images/corners.png) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}

.roundedDiv .header ul li {
	float: right;
	background: url(images/corners.png) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}

.roundedDiv .footer ul {
	background: url(images/corners.png) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}

.roundedDiv .footer ul li {
	float: right;
	background: url(images/corners.png) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

.roundedDiv {
	background: #3e7998;
	color: #000;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
