/*-----------------------------------------------------------------------------
version:    1.0
author:     John Anderson
email:      janderson@soaringpenguin.com
website:    http://www.soaringpenguin.com/
date:       2009 July 20
page:       All

Copyright 2009 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - 
http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {
	background-color: #6699cc;
}
.alignright {
    text-align: right;
}
.error {
    color: #ff0000;
    font-weight: bold;
}
    .error p {
        color: #ff0000;
        font-weight: bold;
    }

/* =Structural
-----------------------------------------------------------------------------*/
#container {
    width: 704px;
    margin: 20px auto 0 auto;
}
    #main_column {
        width: 489px;
        float: left;
        height: 50px;   /* Testing purposes*/
        
    }
        #maincontent {
            width: 469px;
            float: left;
            background: #ffffff url(../img/maincolumnbg.gif);
            padding: 7px 10px;
        }
    #secondary_column {
        width: 204px;
        float: left;
        display: inline;
        margin-left: 11px;
        height: 100px; /* Testing purposes */
        
    }
    #secondarycontent {
        background: #ffffff url(../img/secondarybg.gif);    
    }
    


/* =Typography
-----------------------------------------------------------------------------*/
p, li {
	font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
	font-size: 0.9em;
	color: #162868;
	line-height: 1.3em;
	margin-top: 6px;
}


/* =Headings
-----------------------------------------------------------------------------*/
	#maincontent h2 {
            color: #162868;
            font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
            font-size: 1.4em;
            margin-top: 12px;
        }
        #maincontent h3 {
		text-align: right;
		color: #162868;
		font-family: "FormalScrp421 BT",cursive;
		font-size: 1.2em;
	}
	#maincontent h4 {
	    color: #162868;
	    font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
	    font-size: 1.0em;	    
	}
	#content-left h4 {
		color: #ff9933;
		font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
		font-size: 1.0em;
	}



/* =Links
-----------------------------------------------------------------------------*/
p.webdevlink {
    margin-bottom: 10px;
    margin-top: 15px;
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
    #navigation ul,
    #navigation ul li 
    {	list-style-type: none;
            padding: 0;
            margin: 0;
    }
            #navigation a {
                    text-decoration: none;
                    color: #ff9933;
                    padding-left: 5px;
                    font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
            }
                    #navigation a:hover {
                            color: #ffcc66;
                    }
                    #navigation ul li ul {
                            margin-left: 10px;
                    }
            a {	
                    text-decoration: none;
                    color: #ff9933;
                    font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
            }
            a:hover {
                    color: #ffcc66;
            }
            #navigation hr {
                color: #ffcc66;
                width: 150px;
            }
	
		
		
		




/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/
.product {
    width: 220px;
    border: 0px solid green;
    float: left;
    padding-left: 10px;
    margin: 20px 0;
}
    #productDetails {
        margin-top: 10px;
        width: 460px;
        
    }
        #productDetails img {
            float: left;
            margin: 0 10px 10px 0;
        }
        #productDetails h3 {
            font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
            font-size: 1.5em;
            color: #162868;
    /*        line-height: auto;*/
            text-align: left;
        }
.article {
    float: left;
    padding: 5px 0;
}
    .article img {
	float: left;
	margin: 0 5px 0 0;
    }



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
	


/* =Forms
-----------------------------------------------------------------------------*/
#addressform {
    width: 460px;
}
   #addressform form {
        float: left;
        width: 460px;
   }
    #addressform p {
        float: left;
    }
        #addressform label {
            float: left;
            width: 100px;
        }
        #addressform input,
        #addressform textarea
        {
            float: right;
            width: 350px;
        }
        #addressform p.submit {
            float: right;

        }
            #addressform p.submit input {
                width: 150px;
                margin-right: 7px;
            }
    form#contactform {
	width: 460px;
	float: left;
    }
	form#contactform p {
	    float: left;
	}
	form#contactform label {
	    float: left;
	    width: 150px;
	}
	form#contactform input {
	    float: right;
	    width: 300px;
	}
	form#contactform textarea {
	    float: right;
	    width: 300px;
	    height: 75px;
	}
	    form#contactform p.submit {
		float: right;
	    }
	    form#contactform p.submit input {
		width: 150px;
		margin-right: 7px;
	    }

    





/* =Tables
-----------------------------------------------------------------------------*/

table {
   border-spacing: 0;
    border-collapse: collapse;
}

td {
   text-align: left;
   font-weight: normal;
}
table#order {
    font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
    font-size: 1.0em;
    margin-top: 12px;
}
    table#order td.quantity {
        font-weight: bold;
        margin-bottom: 7px;
        width: 50px;
    }
    table#order td.title {
        font-weight: bold;
        margin-bottom: 7px;
        width: 250px;
    }
    table#order td.price {
        font-weight: bold;
        margin-bottom: 7px;
        width: 75px;
        text-align: right;
    }
    table#order td.itemsub {
        font-weight: bold;
        margin-bottom: 7px;
        width: 75px;
        text-align: right;
    }
    table#order input {
        width: 30px;
    }
        p.submit input {
            background-color: #162868;
            color: white;
            border: 1px solid #6699cc;
            width: 150px;
            height: 20px;
            line-height: 20px;
            float: right;
            font-weight: bold;
        }
    table#pandp {
        font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
        font-size: 1.0em;
        margin-top: 12px;
        width: 460px;
        clear: both;
    }
        table#pandp td.selectpandp {
            font-weight: bold;
            margin-bottom: 7px;
            width: 50px;
        }
        table#pandp td.pandpband {
            font-weight: bold;
            margin-bottom: 7px;
            width: 50px;
        }
        table#pandp td.regionlist {
            width: 295px;
        }
        table#pandp td.pandpcharge {
            font-weight: bold;
            margin-bottom: 7px;
            width: 75px;
        }
        table#pandp td.break {
            margin: 12px 0;
            border-bottom: 1px solid #162868;
        }
    table#pandp input {
        width: 30px;
    }
    table#completeorder {
        width: 460px;
        font-family: Calibri,Verdana,"Lucida Grande",Tahoma,Helvetica;
        font-size: 1.0em;
        
    }
        table#completeorder td.finalquantity {
            width: 50px;
        }
        table#completeorder td.finaltitle {
            width: 250px;
        }
        table#completeorder td.finalprice {
            width: 100px;
        }



/* =Misc 1
-----------------------------------------------------------------------------*/




/* =Misc 2
-----------------------------------------------------------------------------*/
