/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Tommi Page Pack
  Horizontal 3 Column Fluid
  -----------------------------------
*/
/*Background color is set to light tan and shows through only in the footer region and below.*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/spacelift_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}


/*body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	color: #333333;
	background-color: #666666;
	min-width: 760px;
	margin: 0;
	padding: 0;
}*/
/*The masthead contains the Tommi logo. Left padding is set to 160px so that the logo 
aligns with middle column. Background color is set to white.*/
#masthead {
	padding: 0 0 0 160px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #555555;
}
/*The wrapper envelopes all page elements- including the masthead. It carries the white
background color is set to white. Margin must be declared, even if it is zero, in order to 
accomodate an IE-Windows workaround for min-width deployed in a conditional comment on the page.
For more info on the workaround, see the readme_first file.*/


#pagewrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/marketlinx_wrapper_bg.jpg);
	background-repeat: no-repeat;
}
/*Sidecontent is the first content column.*/
#sidecontent {
	padding: 24px 24px 12px;
	width: 120px;
	font-size: 0.75em;
	background-color: #4bb5c0;
	background-image: url(../images/spacelift_logo.gif);
	background-repeat: no-repeat;
}
/*The midcolumn TD is the center content cell. Nested inside are a decorative image
and the menubar. A gradient background image is assigned.*/
#midcolumn {
	width: 182px;
	background-image: url(../images/vase.gif);
	background-repeat: no-repeat;
	background-color: #95c93d;
	background-position: bottom;
	height: 735px;
}
/*This DIV sits at the top of the midcolumn table cell and contains
a decorative image.*/
#artwork {
	border-bottom: 1px solid #000000;
}
/*The menubar DIV is the container for our menu. We set a background color.
Font-size is set to .9em, setting the menu text size.*/
#menubar {
	font-size: 0.9em;
	background-color: #95c93d;
	color: #CCCCCC;
	font-weight: bold;
	margin-top: 30px;
}
/*The maincontent TD is the right column that contains the page's main content.
A background image is set to display at the top left edge. To give this image room
to display, we set left padding to 72px.*/
#maincontent {
	padding: 12px 48px 12px 24px;
	font-size: 0.85em;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 1.5em;
}
/*Paragraphs margins*/
#maincontent p, #sidecontent p {
	margin: 6px 0 8px;
}
/*Style attributes common to all level 1-4 headings*/
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: normal;
}
/*Style attributes specific to all level 1 headings*/
h1 {
	font-size: 1.8em;
	font-family: "Trebuchet MS";
	font-weight: lighter;
	padding-top: 40px;
	color: #4BB5C0;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: 1.35em;
	margin: 30px 0 0;
	font-weight: normal;
	color: #95C93D;
}
/*Style attributes specific to all level 3-4 headings*/
h3 {
	font-size: 1.20em;
	margin: 30px 0 0;
	font-weight: lighter;
	color: #6699CC;
}

h4 {
	font-size: 1.35em;
	margin: 24px 0 0;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #6699CC;
}

h5 {
	font-size: 1.8em;
	font-family: "Trebuchet MS";
	font-weight: lighter;
	padding-top: 5px;
	color: #4BB5C0;
}

#fineprint {
	font-size: 0.85em;
	color: #999999;
	margin: 40px 0 0;
}

/*Style attributes specific to all level 4 headings in the sidecontent TD.*/
#sidecontent h4 {
	margin: 0;
	font-size: 1.3em;
}
/*Footer styles.*/
#footer {
	padding: 12px 24px;
	font-size: 0.75em;
	border-top: 1px solid #000000;
	color: #5A5A5A;
	background-color: #000000;
}
#feature h2a {
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featureImage {
	margin-right: 10px;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 40px;
}
#profile {
	background-color: #FFDB91;
	width: 90%;
	padding: 10px;
	margin-bottom: 15px;
	float: none;
	margin-right: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 15px;
}
#profileImage {
	margin-right: 10px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*-----PAGE LINK STYLES --------*/
/*We assign specific link styles for links based upon the element that contains them.*/
#maincontent a:link, #sidecontent a:link {
	color: #4BB5C0;
}
#maincontent a:visited, #sidecontent a:visited {
	color: #4BB5C0;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus,
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #000000;
}
#footer a:link {
	color: #666699;
}
#footer a:visited {
		color: #666699;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000000;
}
/*-----PMM MENU STYLE UPDATES for this PAGE PACK-------*/

/*We change the default hover and "on" colors to match the LEMON graphics*/
#p7PMnav a:hover, #p7PMnav a:active, 
#p7PMnav a:focus, #p7PMnav .p7PMon {
	background-color: #7fc5bc;
}
#featureImageLrg {
	margin-right: 10px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#featureImageLarge {
	margin-right: 10px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#feature  {
	background-color: #DAF2FE;
	width: 100px;
	padding: 10px;
	margin-bottom: 15px;
	float: right;
	margin-right: 10px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#maincontent   .ttl {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #95C93D;
}

.kudos {
	color: #339999;
}
#maincontent .price {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #4BB5C0;
}
#maincontent .description {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #4BB5C0;
}

#leftImage {
	margin-right: 10px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}

