@charset "UTF-8";

h1 { padding: 0px; font: 20px Times, serif; color: #FFF; font-weight: 500; }

h2 { padding: 0px; font: 18px Times, serif; color: #EEE; }

.banner01 {font-family: Times; font-size: 14px; color: #DDD;}

a { text-decoration: none; font-family: Times; font-size: 11px; color: #CCC;}

a:active { font-family: Times; font-size: 11px; color: #CCC;}

a:visited { font-family: Times; font-size: 11px; color: #CCC;}

a:hover { text-decoration: underline; font-family: Times; font-size: 11px; color: #FFF;}

.other { width: 124px; background: #222; color: red; text-decoration: underline; text-align: center; padding: 0px 0px 0px 6px; }


body  {
	font: 16px Times, sans-serif;
	line-height: 18px;
	background: #1d1d1e;
	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: #fff;
	/*border: 2px dotted #00FF00;*/
}
.DevonFrench #container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	background: #1d1d1e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 2px dotted #ffFF00;*/
} 

.DevonFrench #header { 
	height: 120px;
	background-image: url(../assets/images/header.gif); 
	background-repeat: no-repeat;
	padding-bottom: 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*border: 2px dotted #00FF00;*/
} 

.DevonFrench #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.DevonFrench #logo {
	float: left;
	width: 270px;
	height: 100px;
	background-image: url(../assets/images/logo.png); 
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: 8px;
	padding: 0px;
}

#logo h1 a{
	margin-top: -1000px;
}

/*this is the logo for the madzone brand*/

.DevonFrench #logo_madzone {
	float: left;
	width: 270px;
	height: 100px;
	background-image: url(../assets/images/logo_mz.png); 
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: 8px;
	padding: 0px;
}

		/*the menu starts here*/

	/*the menu end here but a new menu is on test*/
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.DevonFrench .menu-b { font-family: Times; float: right;	color: #CCC; margin: 2px; padding-top: .8em; width: 700px; height: 40px; position:relative; font-size:15px; z-index:400;}
.DevonFrench .menu-b ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#CCC;width:130px; height:20px; text-align:center; line-height:20px; font-size:14px; overflow:hidden;}
.DevonFrench .menu-b ul {padding:0; margin:0; list-style: none;}
.DevonFrench .menu-b ul li {float:left; position:relative;}
.DevonFrench .menu-b ul li ul {display: none;}

/* specific to non IE browsers */
.DevonFrench .menu-b ul li:hover a {color:#FFF;  background: #000;}
.DevonFrench .menu-b ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:105px;}
.DevonFrench .menu-b ul li:hover ul li a.hide { color:#CCC; }
.DevonFrench .menu-b ul li:hover ul li:hover a.hide { color:#CCC;}
.DevonFrench .menu-b ul li:hover ul li ul {display: none;}
.DevonFrench .menu-b ul li:hover ul li a {display:block; background: #222; color:#CCC; font-size: 13px;}
.DevonFrench .menu-b ul li:hover ul li a:hover { color:#FFF; background: #000;}
.DevonFrench .menu-b ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.DevonFrench .menu-b ul li:hover ul li:hover ul.left {left:-105px;}

/*end of menu*/

.DevonFrench #mainContent { 
	float: left; /* since this element is floated, a width must be given */
	width: 1010px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: -40px;
} 

.DevonFrench #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 2px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
}
.DevonFrench #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 2px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
}
.DevonFrench #mainVideo1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 

.DevonFrench #mainVideo { 
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 

.DevonFrench #mainLargeTxt { 
	float: left; /* since this element is floated, a width must be given */
	width: 630px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 480px;
	background-image: url(../assets/images/largeTxtBg.png); 
	background-repeat: no-repeat;
	text-align: left;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 5px 15px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 

.DevonFrench #paypal {
	width: 200px;
	height: 100px;
	background-image: url(../assets/images/paypal.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 110px;
}

.DevonFrench .largeTxt {
	width: 560px;
	font-size: 14px;
	color: #EEE;
	padding: 30px 0px 0px 35px;
}

.DevonFrench #mainGallery { 
	float: left; /* since this element is floated, a width must be given */
	width: 980px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 30px; /* padding keeps the content of the div away from the edges */
	margin-top: -30px;
	/*border: 2px dotted #ff0000;*/
} 


.DevonFrench #mainContentText_bg { 
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #1d1d1e; the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../assets/images/text_bg.png); 
	background-repeat: no-repeat;
	margin: 0px;
	color: #CCC;
	padding-right: 50px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 

.DevonFrench #devon_bg { 
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #1d1d1e; the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../assets/images/devon_bg.jpg); 
	background-repeat: no-repeat;
	margin: 0px;
	color: #CCC;
	padding-right: 50px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 

.DevonFrench #mainContentText { 
	width: 220px;
	height: 380px;/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #1d1d1e; the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 5px 60px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 


.DevonFrench #GalleryText { 
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
} 



/*banners*/
.DevonFrench #bottom_promos {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 90px;
	background: #1d1d1e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1d1d1e;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 2px dotted #00FF00;*/
} 

.DevonFrench #promo-left {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1d1d1e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 2px dotted #ff0000;
}
.DevonFrench #promo-right {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 85px;
	background-image: url(../assets/images/banner.gif); 
	background-repeat: no-repeat;
	padding: 5px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
}

.DevonFrench #promo-right #banner-text {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 45px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
}

.DevonFrench #promo-right #banner_img{
	float: right; /* since this element is floated, a width must be given */
	width: 65px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 45px;
	padding: 0px; /* padding keepsthe content of the div away from the edges */
	/*border: 2px dotted #ff0000;*/
}

.DevonFrench #footer { 
	width: 1000px;
	height: 85px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../assets/images/footer.gif);
	background-repeat: no-repeat;
	/*border: 1px solid #FFF;*/
}
	
.DevonFrench #footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

		/*footer menu starts here*/
/*the mplayer style*/

.DevonFrench #mplayer { 
	float: left;
	width: 470px;
	height: 30px;
	margin: 0px;
	padding: 1em 0em 0em 3em;
	/*border: 1px solid #FFF;*/
	}
	
.DevonFrench #fmplay { 
	border: 1px solid #FFF;
	width: 190px;
	height: 30px;
	margin-left: 25px;
	padding: 0px;
	/*border: 1px solid #FFF;*/
	}


/*footer menu*/



/* common styling */
.DevonFrench .menu-c {font-family: Tahoma, sans-serif; float: right;	color: #CCC; margin: 2px; padding-top: 1.4em; width: 450px; height: 40px; position:relative; font-size:15px; z-index:100;}
.DevonFrench .menu-c ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#CCC;width:130px; height:20px; text-align:center; line-height:20px; font-size:14px; overflow:hidden;}
.DevonFrench .menu-c ul {padding:0; margin:0; list-style: none;}
.DevonFrench .menu-c ul li {float:left; position:relative;}
.DevonFrench .menu-c ul li ul {display: none;}

/* specific to non IE browsers */
.DevonFrench .menu-c ul li:hover a {color:#FFF;  background: #000;}
.DevonFrench .menu-c ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.DevonFrench .menu-c ul li:hover ul li a.hide { color:#CCC; }
.DevonFrench .menu-c ul li:hover ul li:hover a.hide { color:#CCC;}
.DevonFrench .menu-c ul li:hover ul li ul {display: none;}
.DevonFrench .menu-c ul li:hover ul li a {display:block; background: #222; color:#CCC; font-size: 13px;}
.DevonFrench .menu-c ul li:hover ul li a:hover { color:#FFF; background: #000;}
.DevonFrench .menu-c ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.DevonFrench .menu-c ul li:hover ul li:hover ul.left {left:-105px;}

/*end of menu*/


#aber {
	color: #FFF;
	width: 630px;
	}
	
#aber img { padding-left: 10px; }

#aber p { padding-left: 10px; }

#aberSM {
	color: #FFF;
	width: 210px;
	}
	
#aberSM img { padding-left: 5px; }

#aberSM p { font-size: 9px; padding-left: 0px; }


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}