/*
Theme Name: CIC

Theme URI: http://wordpress.org/

Description: custom Wordpres Theme for CIC

Version: 1.01

*/

html {
	background-image:url(images/bgr2.jpg);
	background-repeat:repeat;
	background-position:center top;
	background-color:#0d9003;
	background-attachment:fixed;
	overflow-x: hidden;
}
body {
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	text-decoration:none;
	font-size:13px;
	padding:0px;
	margin:0px;
	color:#3f3f3f;
	background-image:url(images/bgr1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	xpadding-top:114px;
}
a:link, a:visited {
	color: #0099CC;
	text-decoration: none
}
a:active, a:hover {
	color: #0d9003;
	text-decoration: underline
}
form, input {
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
	padding-top:10px
}
.clearMini {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
}
.container {
	text-align:left;
	margin:0px auto;
	width:1008px;
	padding:0px 0px 0px 27px;
}
.container h2 {
	font-size:15px;
	float:right;
	color:#1d7a02;
	text-align:left;
	padding:5px 5px 5px 0px;
	font-style:italic;
	margin:-15px 35px 4px 0px;
}
.footer {
	text-align:center;
	margin:0px auto;
	width:941px;
	padding:30px 56px 30px 5px;
	background-image:url(images/footerBgr.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #0d9003;
}
.footer a:hover {
	color: #0d9003;
	text-decoration: underline
}
.footer a:link, a:visited {
	color: #0099CC;
	text-decoration: none
}
.logo {
	width:229px;
	height:192px;
	text-align:right;
	float:left;
}
.rightLogo {
	width:758px;
	float:left;
}
.searchDiv {
	xdisplay:none;
	float: left;
	xheight: 80px;
	padding-left: 532px;
	margin-top:50px;
	width: 228px;
}
.iconDiv {
	width:734px;
	height:62px;
	float:left;
	text-align:right;
	padding-top:15px;
	padding-right:24px;
	display:none;
}
*html .rightLogo {
	padding-top:4px
}
*html .searchDiv {
	width:228px;
	padding-top:44px;
	float:left;
	padding-left:530px;
}
*html .iconDiv {
	width:734px;
	float:left;
	text-align:right;
	padding-top:0px;
	padding-right:24px
}
.iconDiv img {
	margin-right:7px
}

.inputBgr {
	width:188px;
	height:28px;
	background:url(images/inputBgr.gif);
	background-repeat:no-repeat;
	float:left;
	margin:5px 0 0 0;
}
.inputBgr input {
	width:176px;
	height:22px;
	padding-top:3px;
	background:none;
	margin:5px 0 0 4px;
	border:1px none #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.submitBtn {
	width:39px;
	height:28px;
	cursor:pointer;
	float:left;
	margin:5px 0;
}

.leftCol {
	float:left;
	width:201px;
	padding:8px;
	padding-left:13px;
}
.rightCol {
	float:left;
	width:752px;
	padding:8px;
	padding-right:13px;
	padding-left:0px;
}
.leftCol h1 {
	background-image:url(images/ballBgr.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	margin:0px;
	padding:14px 10px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif
}
.spacer_gray {
	height:10px;
}
.greyBox {
	background-color:#f0efef;
}
.padding10 {
	padding:10px
}
.rightCol h1 {
	color:#237d02;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0px
}
.noBullet {
 list-style-type:none  width:170px;
}
.listLeft {
	padding:16px;
	width:170px;
	margin:0px;
}
.listLeft a {
	width:170px;
	margin:0px;
}
.alignCenter {
	text-align:center
}
.greenLink {
	text-decoration:underline;
	color:#0d9003;
}
.footer h2 {
	font-size:15px;
	color:#1d7a02;
	float:left;
	padding:0px;
	font-style:italic;
	margin:6px 0;
}
.rightCol p {
	line-height:18px;
	margin:20px 0px
}

.topNav {
	padding:0px 44px;
	height:64px
}
#navbar {
	margin:0;
	padding:0;
	height:38px;
	background:#e0e0e0;
	margin-top:5px;
	xwidth:899px;
	xbackground-image:url(images/topNavBgr.gif);
	xbackground-position:center top;
	background-repeat:no-repeat;
	float:right;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding:9px 10px 10px 12px;
	color: #0d9003;
	text-decoration: none;
	background-image:url(images/separator.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight: bold;
}
#navbar li ul {
	display: none;
	width: 500px; /* Width to help Opera out  '10em'*/
}
#navbar li:hover {
	background-color:#e1e1e1;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	xfloat: left;
}
#navbar li:hover li a {
	color: #000;
	padding:10px;
	font-size:12px;
	padding-top:14px;
	background:#e1e1e1;
	xbackground-image:url(images/topNavSubBgr.gif);
	xbackground-position:-10px bottom;
	xbackground-repeat:no-repeat;
	xbackground-color:#fff
}
#navbar li:hover li a.first, #navbar li:hover li:first-child a {
	xbackground-image:url(images/topNavSubBgr.gif);
	xbackground-position:left bottom;
	xbackground-repeat:no-repeat;
	color: #000;
	xbackground-color:#e1e1e1;
	background:#e1e1e1;
}
#navbar li:hover li a.last, #navbar li:hover li:last-child a {
	xbackground-image:url(images/topNavSubBgr.gif);
	xbackground-position:right bottom;
	xbackground-repeat:no-repeat;
	color: #000;
	xbackground-color:#fff;
	background:#e1e1e1;
}
#navbar li li a:hover {
}
.bottomPdding {
	padding-top:37px;
}
.greyBox h3 {
	margin:0;
	padding:8px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#237D02;
	font-weight:normal;
}
.greyBox h3 a {
	color:#237D02;
	width:170px;
	text-decoration:none;
}
/*#products_page_container
{float:left;
}*/

/*#produt_new{

float:left;

}

#products_page_container ul{
margin: 25px 0 0 0 ;
float:left;
}
#products_page_container ul li{
width:170px;
float:left;
display:inline;
list-style:none;
text-align:left;

}*/


#shoppingcart {
	float:right !important;
	clear:none !important;
}

.productdisplay {
	clear:none !important;
	width:550px !important;
}

.greyBox {
	background:none !important;
}

.wpsc-single-product #print, .wpsc-single-product .WP-PrintIcon, .wpsc-home #print, .wpsc-home .WP-PrintIcon {
	display:none;
}

.product_grid_item {
	background:#efefef;
}

.prodtitles {
	float:left !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

.wpcart_gallery {clear: both;
    float: right;
    position: absolute;
    top: -65px;
    left: 330px;}
