/* Comfort Saddle CSS Document */


/* Redefine Tags */

body {
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
form {
	margin:0px;
}
img {
	border:none;
}


/* Contextual Selectors */

a:hover {
	text-decoration: none;
}


/* Structural Styles */

#wrapper {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background-color:#E8CE2D;
	padding-left:30px;
	padding-right:0px;
	padding-top:15px;
	background-image: url(imgs/bg_home.jpg);
	background-repeat:repeat-y;
	/* border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;*/
}
#logo {
	width:231px;
	clear:both;
	margin-bottom:15px;
}
#navigation {
	width:155px;
	float:left;
	margin-right:15px;
}
#colMain {
	width:329px;
	/*background-color:#999999;*/
	float:left;
	margin-right:8px;
	margin-bottom:0px;
}
#columnRight1 {
	width:207px;
	float:left;
	margin-bottom:15px;
	text-align:center;
}
#columnRight2 {
	width:207px;
	float:left;
	text-align:center;
}
#footer {
	clear:both;
}
#guide {
	clear:both;
	background-color:#0033CC;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#logoV{
	margin-left:10px;
	float:left;
}

#boxMid {
	/*height:364px;*/
	background-image: url(imgs/bg_boxMid.gif);
	background-repeat: repeat-y;
}
#boxTxt {
	float:left;
	margin-left:20px;
	width:270px;
}
#options {
	float:right;
	margin-bottom:16px;	
}

#tableTagBg {
	background-repeat:repeat-y;
	background-image:url(imgs/navi_bgPanel.gif);
	/*background-color:#CCCCCC;*/
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	text-align:left;
	height:158px;
}


/* Form Styles */

.inputGroove, .inputSubmit, .inputCancel, .inputGroovePC, .inputGroovePrice {
	border-right: 1px solid; 
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid; 
	border-color:#545A4F;
	background-color: #FFFFFF;
	color: #3c3c3c; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:250px;
}
.inputSubmit, .inputCancel {
	background-color:#FF9900;
	color: #FFFFFF;
	font-size: 9px; 
	width:75px; 
}
.inputSubmit {
	font-weight:bold;
}
.inputGroovePC {
	width:100px;
}
.inputGroovePrice {
	width:50px;
}


/* Picture Styles */

#picL{
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
#picR{
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}


/* Text Styles */

.bodyTxt, .HdTxt, .phoneNum {
	color:#3c3c3c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3;
}
.HdTxt {
	font-size:14px;
	font-weight:bold;
}
.phoneNum {
	font-size:32px;
	font-weight:bold;
}
#footer{color:#444; font-family:verdana, arial, sans-serif; font-size:10px; padding-top:20px;padding-bottom:5px;}
#footer a{ color:#444;}
#footer a:hover{ color:#000; text-decoration:underline;}

