/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */



/* Main Wrapper*/



#uber {
	width:980px;
	position:relative;
	margin: auto auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#uberbody {
	width:980px;
	position:relative;
	background-image: url(../images/logo_corporateproshop.jpg);
	background-repeat: no-repeat;
}
#topsearch {
	width:199px;
	position:absolute;
	left: 762px;
	top: 18px;
	z-index: 2;
	text-align: right;
	vertical-align: top;
}

/*.searchText 
{
	float: left;
	margin-top: 0px !important;
	padding:2px 2px 2px 2px !important;
}

.searchButton
{
	margin-top: -2px;
	padding: 0px;
	margin-left: -5px !important;	
}*/

/*
#topsearch input
{
	float: left;
	margin-top: 0px !important;
	padding:2px 2px 2px 2px !important;
}
*/
	 
#topnav {
	width:610px;
	position:absolute;
	left: 243px;
	top: 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 2;
}
#topnav a {
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 10px;
}
/*#navcol {
	width: 187px;
	padding-left: 18px;
	padding-right: 18px;
	float: left;
	font-size: 11px;
}*/
#navcol {
	width: 205px;
	padding-left: 18px;
	float: left;
	font-size: 11px;
}
#navcol a {
	color: #FFFFFF;
	font-size: 11px;
}
#navcol p {
	font-size: 11px;
}
#bodycol {
	width:739px;
	padding-top: 50px;
	float: left;
}
#loginarea {
	width:739px;
	padding: 5px;
	background-color: #0193cf;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#productsearch {
	color: #FFFFFF;
	width:167px;
	padding: 10px;
	border: 1px solid #7cafc9;	
}
#productsearch p {
	padding: 0px;
	margin-top:5px;
	margin-bottom:5px;
}
/*#membernav {
	color: #FFFFFF;
	width:187px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7cafc9;
	border-right-color: #7cafc9;
	border-left-color: #7cafc9;
}
#membernav p {
	display: block;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cafc9;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 6px;
}*/
#n1off {
	width:187px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cafc9;
	color: #FFFFFF;
}
#n1on {
	width:187px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cafc9;
}
#n1on a {
	color: #f8be22;
}
#navwidth {
	width: 187px;
}
#n2off {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
#n2on {
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
	
}
#n2on a {
	color: #f8be22;
	
}
#n3off {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
}
#n3on {
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 20px;
	
}
#n3on a {
	color: #f8be22;
	
}
#n4off {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #FFFFFF;
}
#n4on {
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 30px;
	
}
#n4on a {
	color: #f8be22;
	
}
#nend {
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cafc9;
}
#homeright {
	width:181px;
	float: left;
}
#homeleft {
	width:185px;
	float: left;
}
#homemiddle {
	width:341px;
	float: left;
	padding-left:15px;
	padding-right:15px;
}
#productleft {
	width:507px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 28px;
	padding-right: 27px;
	padding-bottom: 28px;
	padding-left: 28px;
}
#productright {
	width:150px;
	float: left;
	padding: 10px;
}
#productsleft {
	width:507px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 28px;
	padding-right: 27px;
	padding-bottom: 28px;
	padding-left: 28px;
}
#productsright {
	width:150px;
	float: left;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#pboots {
	width:507px;
	height:119px;
	padding-top:22px;
	background-image: url(http://www.tournamentcurling.com/images/p_boots.jpg);
	background-repeat: no-repeat;
}
#pleft {
	width:318px;
	height:90px;
	padding-left: 169px;
	float:left;
	overflow: hidden;
}
#pleft a {
	color: #000000;
}
/*#pright {
	height:90px;
	width:85px;
	padding-left: 20px;
	float:left;
	overflow: hidden;
}*/
#pright p {
	width:77px;
	background-color: #bfdeea;
	margin-bottom:5px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-align: center;
	font-weight: bold;
}
#pblades {
	width:507px;
	padding-top:30px;
	height:119px;
	background-image: url(http://www.tournamentcurling.com/images/p_blades.jpg);
	background-repeat: no-repeat;
}
#pskates {
	width:507px;
	padding-top:30px;
	height:119px;
	background-image: url(http://www.tournamentcurling.com/images/p_skates.jpg);
	background-repeat: no-repeat;
}
#productphotos {
	width:200px;
	float: right;
	margin-top:-28px;
	margin-right:-27px;
	margin-left: 1px;
	margin-bottom: 20px;
}
#onecolumn {
	width:683px;
	padding: 28px;
}

/*form#style #button {
	font-size: 10px;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	cursor:pointer;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #ddf0f8;
	border-top-width: 1px;
	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: #ddf0f8;
	border-right-color: #7eaabb;
	border-bottom-color: #7eaabb;
	border-left-color: #ddf0f8;
}
form#style #button:hover {
	font-size: 10px;
	height: 23px;
	padding-right: 7px;
	padding-left: 7px;
	background-image: url(../images/button1_bg.gif);
	background-repeat: repeat-x;
	background-color: #d3e7f0;
	border-top-width: 1px;
	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: #ddf0f8;
	border-right-color: #7eaabb;
	border-bottom-color: #7eaabb;
	border-left-color: #ddf0f8;
}
form#style input {
	border:1px solid #ccc;
	background:#fff url(../images/form.gif) repeat-x top left;
	padding-left:0.5em;
	margin-bottom:0.6em;
}*/
#footer {
	clear:both;
	background-color: #017db0;
	height: 110px;
	width: 980px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer1 {
	padding-top: 11px;
	padding-left: 236px;
	color: #FFFFFF;
}
#footer1 a {
	color: #b6d9fb;
}

#footer2 {
	padding-top: 25px;
	text-align: right;
	width: 960px;
}
#homerightv2 {
        width:159px;
        float: left;
}
#homeleftv2 {
        width:580px;
        float: left;
}

#navtabIL1 a {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box1_blue_il.gif);
}
#navtabIL1 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtabIL1on, #navtab1on a, #navtab1on a:hover {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box1_blue_il.gif);
}
#navtabIL2 a {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box2_red_il.gif);
}
#navtabIL2 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtabIL2on, #navtab2on a, #navtab2on a:hover {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box2_red_il.gif);
}
#navtabIL3 a {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box3_green_il.gif);
}
#navtabIL3 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtabIL3on, #navtab3on a, #navtab3on a:hover {
	display: block;
	width: 232px;
	height: 137px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	background: url(../images/box3_green_il.gif);
}

#navtab1 a {
	display: block;
	width: 247px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box1_blue.gif) 0 0 no-repeat;
}
#navtab1 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtab1on, #navtab1on a, #navtab1on a:hover {
	display: block;
	width: 247px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box1_blue.gif) 0px -137px no-repeat;
}
#navtab2 a {
	display: block;
	width: 244px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box2_red.gif) 0 0 no-repeat;
}
#navtab2 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtab2on, #navtab2on a, #navtab2on a:hover {
	display: block;
	width: 244px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box2_red.gif) 0px -137px no-repeat;
}
#navtab3 a {
	display: block;
	width: 248px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box3_green.gif) 0 0 no-repeat;
}
#navtab3 a:hover {
	background-position: 0px -137px;
	text-decoration: none;
}
#navtab3on, #navtab3on a, #navtab3on a:hover {
	display: block;
	width: 248px;
	height: 137px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/box3_green.gif) 0px -137px no-repeat;
}
#buttontab1 a {
	display: block;
	width: 302px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/b_viewmorephotos.gif) 0 0 no-repeat;
}
#buttontab1 a:hover {
	background-position: 0px -32px;
	text-decoration: none;
}
#buttontab1on, #buttontab1on a, #buttontab1on a:hover {
	display: block;
	width: 302px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(../images/b_viewmorephotos.gif) 0px -32px no-repeat;
}