/* CSS Document */


/** Body **/

body {
	background-image:url(../images/site_wide_images/bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}


/** Splash Page **/

#splashContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 754px;
	height: 453px;
	background-image:url(../images/splash_page/splash_bg.gif);
	background-repeat:no-repeat;
	margin: auto;
}

#splashHeader {
	width:754px;
	height:126px;
	color:#434d82;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#phoneNumber {
	width:130px;
	float:right;
	padding-top:10px;
	padding-right:30px;
	text-align:center;
}

.splashHeadingLeft {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#434d82;
}

.splashHeadingRight {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#434d82;
}

.splashHeadingLeft h1,.splashHeadingRight  h1 {
	font-size:17px;
	padding: 0;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
}

.clear {
	clear:both;
}

.clearLeft {
	clear:left;
}

#kornitProducts {
	padding-top:40px;
	padding-right:15px;
	color:#434d82;
	float:right;
	font-size:15px;
	font-weight:bold;
}

#kornitProducts ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#434d82;
}

#kornitProducts ul a {
	text-decoration:none;
	color:#434d82;
}

#kornitProducts ul a:hover {
	color:#FFFFFF;
}

#rolandProducts {
	padding: 40px 0px 0px 250px;
	font-weight:bold;
	font-size:15px;
}


#rolandProducts ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#434d82;
}

#rolandProducts ul a {
	text-decoration:none;
	color:#434d82;
}

#rolandProducts ul a:hover {
	color:#FFFFFF;
}
	

#kornitProducts ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#splashFooter {

padding-top:75px;
}

#splashFooter ul {
	text-align:center;
	padding-right:40px;
}

#splashFooter li {
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;


}

#splashFooter a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#434d82;
font-size:18px;
padding-left: 20px;
padding-bottom: 20px;
padding-top:10px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
background-image:url(../images/splash_page/shirt.gif);
background-position: 0 0px;
background-repeat: no-repeat;
}

#splashFooter a:hover {
padding-left: 20px;
background-image:url(../images/splash_page/shirt_over.gif);
background-repeat: no-repeat;
background-position: 0 0px;} 

/** Splash Page **/

/**************************** Main Page ******************************************************************/


/** Wrapper **/
#wrapper {
	margin:auto;
	width:800px;
	background-color:#CCCCCC;
	border: 1px solid #000000;
}

/** Wrapper **/
/** Header **/

#header {
	background-image:url(../images/ShirtCrafter_Header.jpg);
	background-repeat:no-repeat;
	height:125px;
}

#pNumber {
	width:200px;
	float:none;
	padding-top:10px;
	padding-right:30px;
	text-align:center;
	color:#434d82;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position: relative;
	top: 98px;
	left: 55px;
	
}

/** Header **/
/** Nav Bar **/

#navBar{
	padding: 0;
	padding-left: 45px;
	background:#f9a01d;
	height: 23px;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navlist	{
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#navlist li {
	list-style: none;
	float: left;
}

#navBar a, #navlist li.extend {
	margin: 0px;
	display: block;
	padding: 1px 8px 1px 6px;
	text-decoration: none;
	background:#f9a01d;
	font: bold 13px verdana, serif;
	color:#434d82;
}

#navBar a:hover, #navBar a#current {
	padding: 1px 7px 1px 5px;
	background: #eff0f6;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333;
	color: #000;
}

#navBar a#current {
	background: #eff0f6;
	border-top: 1px solid #F6F6F6;
	font-weight: bold;
}

#navbar li#active {
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}

/** Nav Bar **/

/** Side Bar **/

#sideBar {
	float:right;
	width:200px;
	height:auto;
	background-color:#e0e1f3;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin-left:15px;
	padding-bottom:100px;
	background-image:url(../images/site_wide_images/sideBar_bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	border-left: 1px #434d82 solid;
	border-bottom: 1px #434d82 solid;
}
#sideBar h2 {
	margin:0;
	padding:5px 5px 5px 15px;
	color:#434d82;
	font-size:14px;
	text-align:left;
	line-height:100%;
}

#sideBar ul {
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-bottom:10px;
}

#sideBar li {
	list-style-type:none;
	padding-bottom:5px;
}

#sideBar a {
	color:#434d82;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#sideBar a:hover {
	color:#F9A01D;

}


/** Side Bar **/

/** Main Content **/

#mainContent {
	height:auto;
	background-color:#FFFFFF;
}

#mainContent h1 {
	margin:0;
	padding:5px 15px 10px 15px;
	color:#434d82;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#mainContent h2 {
	font-size:22px;
	margin:0;
	padding:5px 15px 10px 15px;
	color:#434d82;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#mainContent h3 {
	margin:0;
	padding:5px 15px 0px 15px;
	color:#434d82;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#mainContent h4 {
	margin:0;
	padding:5px 15px 0px 15px;
	color:#434d82;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainContent p {
	margin:0;
	padding: 2px 15px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:135%;
	font-size:14px
}

#mainContent ul {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type:none;
	
}

.imgLeft {
	float:left;
	padding: 10px 10px 5px 15px;
	clear:left;
}

.imgLeftNoBorder {
	float:left;
	padding: 10px 10px 5px 15px;
	clear:left;
}

.imgLeft img {
	border: 0px solid #434d82;
}

.imgLeft .caption {
	width:300px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#434d82;
}

.imgRight {
	float:right;
	padding: 5px 10px 5px 15px;
}

img {
	border: 0px solid #434d82;
}

#mainContent table {
	margin:0;
	padding:0;
	padding-left:10px;
}

.otherInfo {
	font-size:10px;
}

.disclaimer {
	font-size:10px;
	font-weight:normal;
	color:#F9A01D;
	padding: 0 0 20px 0px;
	font-size:13px;
}

.specials {
	float:left;
	margin:0;
	padding:0;
	width: 199px;
	height:179px;
	background-color:#E0E1f3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #434d82;
	border-right-color: #434d82;
	border-bottom-color: #434D82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.specialsLast {
	float:left;
	margin:0;
	padding:0;
	width: 199px;
	height:179px;
	background-color:#E0E1f3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #434d82;
	border-right-color: #434D82;
}

#specialsContainer {
	height:180px;
	
}

#specialsContainer ul {
	padding-left:15px;
}

#specialsContainer h3 {
	color:#FF9900;
	background-color:#434d82;
	width:193px;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
}

#imageGallery img {
	padding-right:5px;
	padding-bottom:5px;
	border: none;
}


#whyPrintList ul {
	list-style-type:none;
	padding: 0 10px 0 280px;
	line-height:125%;
	list-style-position:outside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#whyPrintList ul li {
	background:transparent url(../images/home_page/bullet.jpg) no-repeat left center;
	padding: 13px 0 15px 25px;
	width:250px;
	color: #F9A01D;
}


#portfolioNav {
	width:300px;
	margin:auto;
	padding-bottom: 15px;
}

#portfolioNav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	padding-bottom:15px;
	color:#434d82;
}


#products p,#products h3 {
	padding-left:10px;
	
}

#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: 10px;
	text-align:center;
}

#map {
	margin-left:20px;
}

/** Products pages For Sub Products page **/

.productImages {
	width: 140px;
	text-align:center;
	float:left;
	padding: 0;
	margin: 0;
	padding-left:5px;
}




/** IE 6 Hack For Invisible text **/

/* Hides from IE5-mac \*/
 .pbug {height: 1%;}
/* End hide from IE5-mac */

.pbug a {
	color: #434D82;
}
#mainContent h3 a {
	color: #434D82;
	text-decoration: underline;
}
#wrapper #header #catalog {
	position: relative;
	left: 650px;
	top: 10px;
}
