/* @override 
	http://www.marcopolodesigns.com/MPD_main-styles.css
	*/

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

body {
	font: 100% "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 960px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	padding: 0;
}
#header {
	height: 110px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#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 */
}
#MPDPDX p {
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	font-family: Arial, sans serif;
	font-weight: bold;
}
#faceBook {
	float: left;
	padding: 20px 0 0;
	margin: 0 0 0 25px;
	text-align: left;
	height: 35px;
	clear: left;
}
#mainContent_no_left h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#sidebar1 {
	float: left;
	/* since this element is floated, a width must be given */
	width: 165px;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 4px 2px 2px;/* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right;
	/* since this element is floated, a width must be given */
	width: 190px;
	/* padding keeps the content of the div away from the edges */
	text-align: left;
	height: 622px;
}
#mainContent {
	font: 14px "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	padding-bottom: 50px;
	margin: 0 0 0 180px;
}

/*
#shop {
	position: absolute;
	z-index: 999;
	margin: -75px 0 0 605px;
	padding: 0;
}
*/
#shop {
	position: absolute;
	z-index: 999;
	margin: -60px 0 0 608px;
	padding: 0;
}

/* Slider Styles */

#slider {
	margin: 0;
	padding: 0;
}

#sliderbottom {
	float: right;
	margin-top: -17px;
}
.webkit #slider {
	margin-top: 10px;
	position: relative;
}
.chrome #slider {
	margin-top: 10px;
	position: relative;
}

#holiday {
	float: left;
	padding-left: 1px;
}
#find {
	float: left;
}
#see {
	float: left;
}
#space1 {
	margin-left: 15px;
}
#space2 {
	margin-left: 300px;
}
#space3 {
	margin-left: 530px;
}
.midlink {
	float: left;
	font-family: Times New Roman, serif;
	font-size: 30px;
	color: #3f3f3f;
	position: relative;
	z-index: 9999;
	margin-top: -73px;
}
.midlink a {
	text-decoration: none;
	font-family: Times New Roman, serif;
	font-size: 30px;
	color: #3f3f3f;
	float: left;
}
.midlink a img {
	padding-left: 7px;
}
#textArea {
	width: 774px;
}
#textArea h1 {
	padding-top: 15px;
	text-transform: uppercase;
	font: bold 16px "Times New Roman", serif;
}
li {
	list-style: none;
	list-style-type: none;
}
.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: 0px;
	font-size: 1px;
	line-height: 0px;
}
#MPDinternationalnav {
	text-align: center;
	margin: 10px 0 10px 0;
}
#MPDinternational-subnav {
	margin-top: -10px;
	padding-left: 50px;
	padding-bottom: 8px;
}
#MPDContactNav {
	text-align: right;
	padding-right: 20px;
	height: 60px;
	margin-bottom: 15px;
	margin-top: -20px;
}

#newsletterSignUp p.paragraph_head_title {
	margin-bottom: 2px;
}

#newsletterSignUp p {
	margin-top: 10px;
}

#MPDContactNav p {
	padding: 0;
	margin-top: 0;
	height: 25px;
}

#MPDnavbar {
	margin: 0;
	padding-left: 58px;
}

#MPDContactNav-subnav {
	padding-bottom: 8px;
}
#MPDfooter {
	font: normal 12px "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
}
#MPDfooter a.policy {
	font: 10px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333333;
}
#MPDfooter a.policy:hover {
	text-decoration: underline;
	color: #009999;
	font-style: italic;
}
.paragraph_head {
	font: normal 16px "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	font-variant: small-caps;
}
a {
	font: 14px "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #ccc;
}
a.head_link {
	font: normal 14px "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
a.head_link:hover {
	color: #ccc;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
a.sub_link {
	left: 5px;
	margin-left: 8px;
	text-decoration: none;
	color: #666;
	font-size: 16px;
}
a.sub_link:hover {
	left: 5px;
	margin-left: 8px;
	color: #ccc;
}
/*********** Social Media Links *****

#socialMediaLinks a.sub_link {
	text-decoration: none;
	color: #666;
	font-size: 16px;
	display: block;
	margin: 6px 0 6px 0;
}
#socialMediaLinks a.sub_link:hover {
	color: #ccc;
}
*/
#socialMediaLinks img {
	padding: 0;
	margin: 8px 5px 8px 8px;
	float: left;
}

#socialMediaLinks-icons {
	margin-bottom: 10px;
	margin-top: 2px;
}

/**************** ********************/

a.paragraph_head_title-nohover {
	font: small-caps normal 16px "Times New Roman", Times, serif;
	color: #996699;
	text-align: left;
	text-decoration: none;
}
a.paragraph_head_title-nohover:hover {
	text-decoration: underline;
}
div#SearchBox {
	margin: 0px;
	display: none;
	width: 115px;
}
.body_text {
	font: 14px "Times New Roman", Times, serif;
}
.paragraph_head_title {
	font: 14px "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	text-transform: uppercase;
}
#mainContent_cart {
	margin: 0 5px 0 165px;
	font: 16px "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 5px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent_no_left {
	margin: 0 5px;
	font: 16px "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#flashcontent {
	background: #333333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.req {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
a.sv_caption_link {
	font: small-caps normal 16px "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	color: #996699;
}
a.sv_caption_link:hover {
	color: #009999;
	text-align: left;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.accent_text {
	color: #663300;
	font: italic 16px "Times New Roman", Times, serif;
}
#bottom-nav {
	text-align: center;
	margin: 10px 0 10px 0;
}
#bottom-nav a.bnav {
	font: 10px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333333;
}
#bottom-nav a.bnav:hover {
	text-decoration: underline;
	color: #009999;
	font-style: italic;
}
#mainContent_email {
	font: 14px "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	margin: 0 0 0 150px;
}
/* Added css class to set apart the top-level categories from the subcategories */

.smh {
	font-weight: bold;
}
/* Sitemap styles ------------------------*/

.sitemap #leftcol {
	float: left;
	position: relative;
	padding: 10px;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sitemap #centercol {
	position: relative;
	float: left;
	padding: 10px;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sitemap #rightcol {
	float: left;
	position: relative;
	padding: 10px;
	width: 230px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sitemap li {
	list-style-type: none;
}
.sitemap li.indent {
	padding-left: 10px;
}
.sitemap ul {
	margin: 0px;
	padding: 0px;
}
/** Added **/

#block3 {
	width: 774px;
	height: 215px;
}

#box1 {
	width: 255px;
	height: 215px;
	border: 1px solid #000;
	float: left;
	background-image: url('http://www.marcopolodesigns.com/images/box1img.png');
	background-repeat: no-repeat;
}
#box2 {
	width: 255px;
	height: 215px;
	border: 1px solid #000;
	float: left;
}
#box3 {
	width: 255px;
	height: 215px;
	border: 1px solid #000;
	float: left;
}
#transparentPNG {
	background: transparent url('http://www.marcopolodesigns.com/marco_polo_images/NEW_WEB/transparentPNG.png');
	width: 800px;
	height: 52px;
	position: relative;
	z-index: 99;
	margin-top: -80px;
}
/* Testimonial styles */
#testimonials {
	padding: 0;
	margin-left: 175px;
	margin-right: 50px;
}

#testimonials div.quote {
	margin-bottom: 3.25em;
}

#testimonials blockquote {    
    background: url(http://www.marcopolodesigns.com/images/quote_up.png) top left no-repeat;
	width: 75%;
	font-size: 1.1em;
	margin-bottom: 5px;
	padding: 0 0 5px 25px;
	margin-top: 30px;
}

#testimonials blockquote p {    
    background: url(http://www.marcopolodesigns.com/images/quote_down.png) bottom right no-repeat;
	padding-bottom: 15px;
	margin-bottom: 0;
}

#testimonials cite {
    float: right;
	margin-right: 150px;
	color: #00CCFF;
	position: relative;
}
