@charset "UTF-8";
body  {
	background: #dedede;
	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: a7251d;
	background-image:url(/images/background-body.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { 
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	padding:0 16px 25px 16px;
	color:#5a5a5a;
	background-color:#ffffff;
	background-image:url(/images/background-container.gif);
	background-repeat:repeat-y;
} 
#header {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 133px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 20px 0 20px;
	text-align: left;
	color: #262626;
	font-size:12px;
}

#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: 11px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a {
color:#FFFFFF;
text-decoration:none;
font-size:11px;
margin:5px 20px 0 20px;
display:inline-block;
}

#header a:hover {
text-decoration:underline;
}

.verticlespacer {
border-left: solid #a6d0e8;
height:15px;
width:.5px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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 */
	padding: 10px 10px 15px 20px;
	margin:0;
	font-size:10px;
	color:#5a5a5a;
}


#sidebar1 a {
color:#5a5a5a;
text-decoration:none;
}

#sidebar1 a:hover {
	color:#262626;
text-decoration:underline;
}

#sidebar1 h2 {
font-size:12px;
padding: 10px 0 8px 9px;
margin:0;
color:#0a6295;
background-image:url(images/greynavtab.jpg);
background-repeat:no-repeat;
background-position:left;
}


#sidebar1 h2 a {
color:#0a6295;
text-decoration:none;
}

#sidebar1 h2 a:hover {
text-decoration:underline;
}

#sidebar1 p {
padding:0 0 2px 7px;
margin:0;
}


#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:13px;
} 

#mainContent h1 {
padding: 10px 0 2px 0;
color:#262626;
font-size:18px;
	margin-top:0;
}

#mainContent h2 {
padding: 10px 0 2px 0;
color:#468ab1;
font-size:16px;
}

#mainContent h3 {
padding: 10px 0 2px 0;
color:#468ab1;
font-size:14px;
}

#mainContent a {
color:#468ab1;
}

#featureProducts {
	background-image:url(images/featureproducts-bkg_short.jpg);
	background-repeat:no-repeat;
	height:370px;
	margin-top:15px;
	padding:1px 0 0 5px;
	font-size:10px;
}

#featureProducts2 {
	background-image:url(images/featureproducts-bkgtemplate.jpg);
	background-repeat:no-repeat;
	height:370px;
	margin-top:15px;
	padding:1px 0 0 5px;
	font-size:10px;
}

#productBox {
	width:335px;
	height:380px;
	margin-top:15px;
	background-image:url(images/featureproducts-bkgtemplate.jpg);
	background-repeat:no-repeat;
	float:left;
	padding: 10px;
}

#featureProducts h4, #featureProducts2 h4 {
	padding: 0 0 0 50px;
	margin:3px;
	font-size:10px;
	font-weight:100;
}

#featurePolaroid a{
	color:#262626;
	text-decoration:none;
}


#featurePolaroid a:hover{
	color:#262626;
	text-decoration:underline;
}

#featurePolaroid {
	width:165px;
	height:140px;
	padding: 10px 0 0 0;
	margin:12px 5px 0 5px;
	text-align:center;
	float:left;
	border-left-color:#CCC;
	border-bottom-width:thin;
	
}

#featurePolaroidc {
	width:165px;
	height:140px;
	padding:0;
	margin:12px 5px 0 5px;
	text-align:left;
	float:left;
	border-left-color:#CCC;
	border-bottom-width:thin;
	
}

#polaroida {
	width:156px;
	height:100px;
	padding:0;
}

.repdesign h3 {
padding: 0 0 2px 0;
color:#468ab1;
font-size:14px;
}


#footer { 
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	background-color:#202020; 
	color:#5a5a5a;
	font-size:12px;
	background-image:url(/images/background-footer.gif);
	background-repeat:repeat-x;
	min-height: 144px;
	vertical-align:middle;
}

#footer table {
	width: 950px;
	margin:0 auto;
	padding:15px 0 0 0;
}

#footer table td {
width:20%;
	}

#footer h3 {
color:#FFFFFF;
padding:0 0 3px 0;
margin:0;
}
 
#footer p {
	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 a {
color:#91bb3b;
text-decoration:none;
}

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


.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;
}

.qtydiscounts {
font-size:10px;
padding:2px 5px 0 0;
}

.mainprice {
font-size:14px;
color:#468ab1;
padding:0 10px 0 0;
}

.Rep {
background-color:#fff;
}

.Upload {
background-color:#fff;
}

.Designer {
background-color:#fff;
}

.help {
font-size:10px;
background-color:#99CCFF;
}

.optionsTable {
border:solid;
border-style:double;
border-color:#3b7fa6;
background-color:#fff;
color:#5a5a5a;
width:600px;
margin-top:20px;
}

.optionsTable td {
padding:5px;

}

#mainContent .optionsTable h3, #mainContent .optionsTable h4 {
color:#262626;
padding:0;
margin:0;
}

#pricing {
border:solid;
border-color:#8bd03f;
border-style:double;
background-color:#fff;
color:#5a5a5a;
width:594px;
margin-top:20px;
padding:0;
}

#mainContent #pricing h3 {
color:#262626;
padding:5px;
margin:0;
}

#mainContent #pricing h4 {
color:#468ab1;
padding:5px;
margin:0;
}

.attentionBorder {
border:solid;
border-color:#8bd03f;}


table.wborder td { 
	border-color:#4199dc;
	border-style:solid;
	border-bottom-width:1px;
} 

table.wborder { 
	border-color:#4199dc;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
} 

table.wborder th {
	background-color:#4199dc;
	color:#FFF;
	border-color:#09C;
	border-style:solid;
	border-bottom-width:1px;
} 

.artworkBold {
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
}

#header .headertext a {
 	color: #262626;
	font-size:11px;
	padding:0;
	margin:5px 0 0 0;
}

.bluetxt {
	color:#06C;
}
