/************************ General CSS */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	background-attachment: scroll;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/*
* html body {
	behavior: url("csshover.htc");
}
*/
a:focus {
 -moz-outline: 0px solid lime; 
 outline: 0px solid lime; 
}

.smalltext {
	font-size: 10px;
	line-height: normal;
}

.grey-bg-win {
	line-height: normal;
	background-attachment: scroll;
	background-image: url(../images/mycreation-windows-logo-grey-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.grey-bg-mac {
	line-height: normal;
	background-attachment: scroll;
	background-image: url(../images/mycreation-apple-mac-grey-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.redText
{
	color: #d50018;
}

.numberedOL
{
	list-style-type: decimal;
}


form, table {
	margin:0 0 15px 0;
	padding:0;
}

a img, img {
	border:none;
}
.floatright {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 291px;
}

/************************* Page Layout */

#wrapper {
	width:980px; /* center this container DIV in all browsers */
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}


#productselector {
	background-attachment: scroll;
	background-color: #CCCCCC;
	padding-top: 0px;
}


#wrapper .content {
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 2px;
}

.middle {
	height: 660px;
	clear: both;
	float: none;
	margin-top: 10px;
}
.masthead {
	width: 980px;
	padding-top: 15px;
}
.menu {
	height: 30px;
	width: 980px;
	background-attachment: scroll;
	background-image: url(../images/menu/menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menuseparator {
	height: 30px;
	width: 25px;
	background-attachment: scroll;
	background-image: url(../images/menu/menu-separator.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin: 0px;
	line-height: 28px;
	padding: 0px;
	clear: none;
	float: left;
}


#wrapper .content div.promo {
	float:left;
	width:223px;
	height:180px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0;
}

#wrapper .content div.promo p {
	display:none;
}

#wrapper .red-banner {
	font-family:Trebuchet MS, Arial;
	background-attachment: scroll;
	background-image: url(../images/menu/menu-bg-plain.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:18px;
	color:white;
	line-height:34px;
	height:35px;
	overflow:hidden; /* fixes display bug in IE7 */
	text-align:center;
	clear:left;
	width:980px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#wrapper .red-banner span {
	float:right;
	height:35px;
	width:20px;
}

#wrapper .red-banner a {
	color:white;
	text-decoration:none;
}
a:link {
	color: #d50018;
	text-decoration: none;
}
a:visited {
	color: #d50018;
	text-decoration: none;
}
a:hover {
	color: #d50018;
	text-decoration: underline;
}
a:active {
	color: #d50018;
	text-decoration: underline;
}

#wrapper .footer {
	text-align:center;
}

#wrapper .footer a {
	color:#666666;
	text-decoration:none;
}

#wrapper .footer a:hover {
	text-decoration:underline;
	color: #000000;
}

.tablebg {
	background-attachment: scroll;
	background-image: url(../images/bodybgup.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {

}

/******************************* Typography */

/*h1 {
	color:#d50018;
    font-family: "museo-sans-1","museo-sans-2";
}
*/

h1 {
	color:#d50018;
    font-family: "museo-sans-1","museo-sans-2";
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20pt;
	margin-top: 0px;
	line-height: normal;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-size:20px;
	font-weight: lighter;
	font-family: Calibri, Tahoma, Arial, Verdana;
	color: #000000;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}

.h2white {
	font-size:20px;
	font-weight: lighter;
	font-family: Calibri, Tahoma, Arial, Verdana;
	color: #ffffff;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}


h3 {
	font-size:12px;
	color:#d50018;
}

#wrapper .content p, #wrapper .content h2 {
}
.boxleft {
	float: left;
	width: 150px;
	margin-right: 19px;
	margin-bottom: 25px;
	height: auto;
	padding: 10px;
	background-color: #F4F4F4;
	margin-left: 45px;
	margin-top: 10px;
}
.pad {
	padding-right: 15px;
	padding-bottom: 15px;
}
.redheading {
	color:#d50018;
	font-family:"Trebuchet MS", Arial;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:22px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.textpad {
	padding-right: 25px;
	padding-left: 25px;
}
#dog {
	background-attachment: scroll;
}